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)
1.6.5 (2024-12-05)
- outdated documentation links (f298ba2)
1.6.4 (2024-12-04)
- bumps httpx minimum version to avoid confusion with API breaking changes (bfb5bb7)
1.6.3 (2024-12-02)
- 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)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.6.1 (2024-11-09)
- 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)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.5.0 (2024-10-22)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.4.6 (2024-10-18)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.4.5 (2024-10-16)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.4.4 (2024-10-16)
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.4.3 (2024-10-16)
- include licence file in distribution package. (645af28)
1.4.1 (2024-10-15)
- include licence file in distribution package. (645af28)
1.4.0 (2024-10-14)
- Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #409
- Avoid raising an exception when a relative url is used as redirect location.
- Do not use mutable default arguments for HttpxRequestAdapter.#383
- Bugfix issues with middleware maintaining state across requests.#281
- Fix issue with redirect handler not closing old responses.#299
- Added support for
XXX
status code error mapping in RequestAdapter.#280
- Fixed bug with redirect handler maintaing
max_redirect
across requests.#246
- Added headers inspection handler to allow clients to inspect request and response headers.
- Added support for additional status codes.
- GA release.
- Decoupled uri decoding logic used for Telemetry span naming from logic used for Parameter middleware
- Added support for providing custom client when creating with middleware.
- Replace default transport with kiota transport when using custom client with proxy.
- Ensures only URL query parameter names are decoded by
ParametersNameDecodingHandler
. [#207]
- Added support for continuous access evaluation.
- Added a translator method to change a
RequestInformation
object into a HTTPX client request object. - Enabled backing store support
- Added a url replace handler for replacing url segments.
- Fixes bug in getting content from redirected request.
- Includes Response headers in APIException for failed requests.
- Fixed bug with mapping when deserializing primitive response types.
- Added the HTTP response status code on APIError class.
- Fixed bug with middleware not respecting request options.
- Enabled configuring of middleware during client creation by passing custom options in call to create with default middleware. #56
- Changes the ResponeHandler parameter in RequestAdapter to be a RequestOption