Skip to content

Releases: microsoft/kiota-java

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.

v1.1.14

10 Jun 11:40
73e9405
Compare
Choose a tag to compare

Changed

  • Fixed a bug where Double instances in the additionalData would lead to failed serialization with an IllegalStateException.

v1.1.13

03 Jun 12:03
b7be3e3
Compare
Choose a tag to compare

Changed

v1.1.12

22 May 12:02
eed4179
Compare
Choose a tag to compare

Changed