Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

[0.15.0] - 2024-02-16

Changed

  • Ensure get_parse_node does not fail when response body is empty. #27

[0.14.0] - 2024-02-14

Changed

  • Make sure the base_url is set when calling authenticate_request. #27

[0.13.0] - 2024-02-05

Changed

  • Added support for error mapping deduplication to reduce generated code. #20

[0.12.0] - 2023-03-28

Changed

  • Updated kiota abstractions reference
  • Bumped minimum required ruby version to 3.0.

[0.11.0] - 2023-01-10

Added

  • Added a method to convert abstract requests to native requests in the request adapter interface.

[0.10.0] - 2023-01-06

Added

  • Added a user agent handler to add the product to the request header.

[0.9.0] - 2022-12-30

Added

  • Initial public release of the package.