Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
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.
v1.1.14
Changed
- Fixed a bug where
Double
instances in the additionalData
would lead to failed serialization with an IllegalStateException
.