Changelog
June 30, 2026 ยท View on GitHub
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.11.7 (2026-06-30)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.11.6 (2026-06-23)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.11.5 (2026-06-19)
Bug Fixes
1.11.4 (2026-06-19)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.11.3 (2026-06-19)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.11.2 (2026-06-18)
Bug Fixes
- version: bump version to 1.11.1 for all packages and update dependencies accordingly (89cc424)
- version: bump version to 1.11.1 for all packages and update dependencies accordingly (cfa9aab)
1.11.1 (2026-06-16)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.11.0 (2026-06-16)
Features
- pipeline: add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI (#562) (a0e7a88)
1.10.3 (2026-06-07)
Bug Fixes
- close streaming responses before retrying (d5ac3ee)
- close streaming responses before retrying (88fe8fd)
1.10.2 (2026-05-28)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.10.1 (2026-04-08)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.10.0 (2026-04-07)
Features
Bug Fixes
- add Python 3.14 classifier to all pyproject.toml files (6c13439)
1.9.10 (2026-03-12)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.9.9 (2026-03-02)
Bug Fixes
- add header removal handler (d066e9c)
- add header removal handler (67bb784)
- add header removal handler (44e8d94)
- add header removal handler (b64ec6e)
- add header removal handler (648d31b)
- add header removal handler (9700ed9)
1.9.8 (2025-12-29)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.9.7 (2025-09-09)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.9.6 (2025-08-21)
Bug Fixes
- ensures BaseMiddleware always creates a new span instead of returning the current span (8cf1771)
- ensures BaseMiddleware creates a new span instead of returning the current span (8ad6559)
1.9.5 (2025-07-18)
Bug Fixes
- use asyncio.sleep for non-blocking delay in RetryHandler (6fa6ca5)
- use asyncio.sleep for non-blocking delay in RetryHandler (93f409d)
1.9.4 (2025-06-27)
Bug Fixes
- grab the first value if the server response contains a comma (#482) (dc32a10)
- only use base_uri from http client (b5e2fd1)
- only use base_uri from http client (9b0ec30)
1.9.3 (2025-03-24)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.9.2 (2025-02-06)
Bug Fixes
- return error response if CAE claims are not present in WWW-Authenticate header (068a92f)
- return error response if CAE claims are not present in WWW-Authenticate header (b86e347)
1.9.1 (2025-01-29)
Bug Fixes
- removes the urllib3 extraneous dependency (a0ad6d5)
- ensure 304 status code does not result in an error (1b0d8ac)
- use the httpx client base url when available (e0b0421)
1.9.0 (2025-01-20)
Features
1.8.0 (2025-01-17)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.7.1 (2025-01-15)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
1.7.0 (2025-01-13)
Features
1.6.8 (2025-01-02)
Bug Fixes
1.6.7 (2024-12-17)
Miscellaneous Chores
- microsoft-kiota-http: Synchronize microsoft-kiota versions
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
[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
XXXstatus code error mapping in RequestAdapter.#280
Changed
[1.2.1] - 2024-01-22
Added
Changed
- Fixed bug with redirect handler maintaing
max_redirectacross 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
RequestInformationobject 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