Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v1.1.4
Changed
- Replaces
@Nullable
annotations to@Nonnull
in theBaseRequestConfiguration
.
Added
- Introduces a
filename
directive in theMultipartBody
.
v1.1.3
Changed
- Fixes a bug in the seriliazer that would
IllegalStateException
for json arrays in the additional data.
v1.1.2
Changed
- Fixes a bug in the InMemoryBackingStore that would not leave out properties in nested IBackedModel properties.
v1.1.1
Changed
- Fixed a bug where not providing scopes to
AzureIdentityAccessTokenProvider
failed withUnsupportedOperationException
when attempting to fetch the token. microsoftgraph/msgraph-sdk-java#1882
v1.1.0
Added
- Adds support for untyped nodes.
v1.0.6
Changed
- Fixed a regression with the content length request header from 1.0.5.
v1.0.5
Changed
- Added contentLength property to RequestInformation to facilitate in setting the content length of the Okhttp3 RequestBody object within the OkhttpRequestAdapter.
v1.0.4
Changed
- Fixed a bug where regex would fail to compile on an Android runtime. microsoftgraph/msgraph-sdk-java#1851
v1.0.3
Changed
- Fixed compatibility with Java 8 by replacing
isBlank
withCompatibility.isBlank
v1.0.2
Changed
- Add default UTC offset when deserializing to OffsetDateTime fails due to a missing time offset value.