Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v1.1.6
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
- content length hopefully final fix
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