Skip to content

Latest commit

 

History

History
279 lines (137 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

279 lines (137 loc) · 8.19 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.

1.6.6 (2024-12-05)

Bug Fixes

1.6.5 (2024-12-05)

Bug Fixes

  • outdated documentation links (f298ba2)

1.6.4 (2024-12-04)

Bug Fixes

  • bumps httpx minimum version to avoid confusion with API breaking changes (bfb5bb7)

1.6.3 (2024-12-02)

Bug Fixes

  • Ensure calculated retry delay validated against correct maximum value of 180 secs (886f28e)
  • Ensures retry count is incremented based on value in retry-attempt header (c655fa2)
  • Fixes retry handler exponential back-off to consider the delay specified in the retry handler option (fd87c67)

1.6.2 (2024-11-11)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.6.1 (2024-11-09)

Bug Fixes

  • fixes typing issues discovered from github api generation (92cf4c5)
  • fixes typing issues discovered from github api generation (6e68068)
  • type information for collection of primitives (b3afe83)

1.6.0 (2024-10-28)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.5.0 (2024-10-22)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.4.6 (2024-10-18)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.4.5 (2024-10-16)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.4.4 (2024-10-16)

Miscellaneous Chores

  • microsoft-kiota-http: Synchronize microsoft-kiota versions

1.4.3 (2024-10-16)

Bug Fixes

  • include licence file in distribution package. (645af28)

1.4.1 (2024-10-15)

Bug Fixes

  • include licence file in distribution package. (645af28)

1.4.0 (2024-10-14)

Features

Bug Fixes

  • bumps required open telemetry version (2b8cee1)
  • bumps required open telemetry version (7f5bc94)

[1.3.4] - 2024-10-11

Changed

  • Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #409

[1.3.3] - 2024-08-12

Added

Changed

  • Avoid raising an exception when a relative url is used as redirect location.

[1.3.2] - 2024-07-09

Added

Changed

  • Do not use mutable default arguments for HttpxRequestAdapter.#383

[1.3.1] - 2024-02-13

Added

Changed

  • Bugfix issues with middleware maintaining state across requests.#281
  • Fix issue with redirect handler not closing old responses.#299

[1.3.0] - 2024-02-08

Added

  • Added support for XXX status code error mapping in RequestAdapter.#280

Changed

[1.2.1] - 2024-01-22

Added

Changed

  • Fixed bug with redirect handler maintaing max_redirect across requests.#246

[1.2.0] - 2023-11-29

Added

  • Added headers inspection handler to allow clients to inspect request and response headers.

Changed

[1.1.0] - 2023-11-27

Added

  • Added support for additional status codes.

Changed

[1.0.0] - 2023-10-31

Added

Changed

  • GA release.

[0.6.3] - 2023-10-19

Added

  • Decoupled uri decoding logic used for Telemetry span naming from logic used for Parameter middleware

[0.6.2] - 2023-10-19

Added

  • Added support for providing custom client when creating with middleware.

Changed

  • Replace default transport with kiota transport when using custom client with proxy.

[0.6.1] - 2023-10-17

Changed

  • Ensures only URL query parameter names are decoded by ParametersNameDecodingHandler. [#207]

[0.6.0] - 2023-09-01

Added

  • Added support for continuous access evaluation.

Changed

[0.5.0] - 2023-07-27

Added

  • Added a translator method to change a RequestInformation object into a HTTPX client request object.
  • Enabled backing store support

Changed

[0.4.4] - 2023-05-31

Added

  • Added a url replace handler for replacing url segments.

Changed

[0.4.3] - 2023-05-16

Added

Changed

  • Fixes bug in getting content from redirected request.

[0.4.2] - 2023-05-02

Added

Changed

  • Includes Response headers in APIException for failed requests.

[0.4.1] - 2023-03-29

Added

Changed

  • Fixed bug with mapping when deserializing primitive response types.

[0.4.0] - 2023-02-06

Added

  • Added the HTTP response status code on APIError class.

Changed

  • Fixed bug with middleware not respecting request options.

[0.3.0] - 2023-01-20

Changed

  • Enabled configuring of middleware during client creation by passing custom options in call to create with default middleware. #56

[0.2.4] - 2023-01-17

Changed

  • Changes the ResponeHandler parameter in RequestAdapter to be a RequestOption