Skip to content

Releases: microsoft/kiota-java

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

v1.1.7

23 Apr 14:46
v1.1.7
5079c15
Compare
Choose a tag to compare

Changed

  • Fixes performance bottleneck when using the backing store due to unnecessary subscription invocations.

v1.1.6

19 Apr 16:53
v1.1.6
992e7ef
Compare
Choose a tag to compare

Changed

  • Remove the OpenTelemetry -alpha dependencies to avoid classpath issues.

Added

  • Fixed exception thrown when setting content length on stream request bodies.

v1.1.5

19 Apr 14:51
v1.1.5
6bed700
Compare
Choose a tag to compare
- content length hopefully final fix