Skip to content

Releases: microsoft/kiota-java

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

v1.0.3

21 Feb 15:54
v1.0.3
0c0514d
Compare
Choose a tag to compare

Changed

  • Fixed compatibility with Java 8 by replacing isBlank with Compatibility.isBlank

v1.0.2

13 Feb 15:33
v1.0.2
9124573
Compare
Choose a tag to compare

Changed

  • Add default UTC offset when deserializing to OffsetDateTime fails due to a missing time offset value.