Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v1.8.2
1.8.2 (2024-12-23)
Bug Fixes
- Handle failure to reset request body streams after writing request body (ae47a97)
v1.8.1
1.8.1 (2024-12-19)
Bug Fixes
- aligns http attributes names with latest open telemetry specification (d38411a)
- aligns retry handler attributes with latest open telemetry specification (2e15fa5)
v1.8.0
1.8.0 (2024-11-14)
Features
- Support overriding default interceptor options when creating OkHttp clients with authentication enabled (7876bab)
v1.7.0
1.7.0 (2024-10-11)
Features
- adds the ability to pass options to default interceptors (d1c97c1)
v1.6.0
1.6.0 (2024-10-08)
Features
- Adds overload to serialization proxy factories to configure serialization of all values in backed models (867953c)
- Adds overloads to serialization helper methods with backing store serialization configuration options (0006ff8)
v1.5.1
1.5.1 (2024-10-03)
Bug Fixes
- attempt to trigger release (954b8e5)
- attempt to trigger release (8914f9c)
- upgrades to std uri template and additional date formats management (df6208a)
v1.5.0
Added
- Adds an
AuthorizationHandler
that authenticates requests using a provided BaseBearerTokenAuthenticationProvider
. Opting in to use this middleware can be done
via KiotaClientFactory.create(authProvider)
.
v1.4.0
Changed
- Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
- Use concurrent HashMap for In memory backing store registry to avoid race conditions.
v1.3.0
Changed
- Ensure interceptors don't drain request body stream before network call #2037
v1.2.0
Changed
- Adds bundle package for Kiota #1420.
- Continuous Access Evaluation is now enabled by default for Azure Identity.