Skip to content

Releases: microsoft/kiota-java

v1.8.2

23 Dec 12:51
c25ee17
Compare
Choose a tag to compare

1.8.2 (2024-12-23)

Bug Fixes

  • Handle failure to reset request body streams after writing request body (ae47a97)

v1.8.1

19 Dec 09:00
c631095
Compare
Choose a tag to compare

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

14 Nov 09:17
073b906
Compare
Choose a tag to compare

1.8.0 (2024-11-14)

Features

  • Support overriding default interceptor options when creating OkHttp clients with authentication enabled (7876bab)

v1.7.0

11 Oct 13:34
17e649c
Compare
Choose a tag to compare

1.7.0 (2024-10-11)

Features

  • adds the ability to pass options to default interceptors (d1c97c1)

v1.6.0

08 Oct 17:05
731286c
Compare
Choose a tag to compare

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

03 Oct 13:11
6ee4577
Compare
Choose a tag to compare

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

30 Sep 14:03
b82a085
Compare
Choose a tag to compare

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

12 Sep 10:47
aa93e78
Compare
Choose a tag to compare

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

22 Aug 17:35
v1.3.0
d8ba2b6
Compare
Choose a tag to compare

Changed

  • Ensure interceptors don't drain request body stream before network call #2037

v1.2.0

09 Aug 11:15
fcadd57
Compare
Choose a tag to compare

Changed

  • Adds bundle package for Kiota #1420.
  • Continuous Access Evaluation is now enabled by default for Azure Identity.