Skip to content

Releases: microsoft/kiota-java

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

v1.1.4

04 Apr 10:01
d24eb36
Compare
Choose a tag to compare

Changed

  • Replaces @Nullable annotations to @Nonnull in the BaseRequestConfiguration.

Added

  • Introduces a filename directive in the MultipartBody.

v1.1.3

03 Apr 06:23
b907aaf
Compare
Choose a tag to compare

Changed

  • Fixes a bug in the seriliazer that would IllegalStateException for json arrays in the additional data.

v1.1.2

27 Mar 12:19
v1.1.2
fca2493
Compare
Choose a tag to compare

Changed

  • Fixes a bug in the InMemoryBackingStore that would not leave out properties in nested IBackedModel properties.

v1.1.1

20 Mar 16:21
v1.1.1
59a86b0
Compare
Choose a tag to compare

Changed

  • Fixed a bug where not providing scopes to AzureIdentityAccessTokenProvider failed with UnsupportedOperationException when attempting to fetch the token. microsoftgraph/msgraph-sdk-java#1882

v1.1.0

20 Mar 16:13
v1.1.0
c4e2406
Compare
Choose a tag to compare

Added

  • Adds support for untyped nodes.

v1.0.6

04 Mar 19:33
v1.0.6
41bafdb
Compare
Choose a tag to compare

Changed

  • Fixed a regression with the content length request header from 1.0.5.

v1.0.5

29 Feb 15:27
v1.0.5
d2103b3
Compare
Choose a tag to compare

Changed

  • Added contentLength property to RequestInformation to facilitate in setting the content length of the Okhttp3 RequestBody object within the OkhttpRequestAdapter.

v1.0.4

26 Feb 15:48
v1.0.4
3b734e5
Compare
Choose a tag to compare

Changed