Skip to content

Releases: microsoft/kiota-java

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

v1.1.11

08 May 14:29
v1.1.11
2e62d94
Compare
Choose a tag to compare

Changed

  • Downgraded jakarta annotation api dependency from 3.0.0 to 2.1.1 for Java 8 backward compatibility

v1.1.10

07 May 11:30
v1.1.10
be00d32
Compare
Choose a tag to compare

Changed

  • Fixing a bug where the type associated the opentelemetry metric attribute server.port was defined as a string instead of a long. #1241

v1.1.9

26 Apr 11:50
v1.1.9
4aa1e6a
Compare
Choose a tag to compare

Changed

  • Normalize UUID path/query parameter values to string

v1.1.8

25 Apr 19:53
v1.1.8
dd7c7fa
Compare
Choose a tag to compare

Changed

  • Fixed a bug where options could not be added to request information. #1238