Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v1.7.0
v1.6.0
v1.5.1
v1.5.0
Added
- Adds an
AuthorizationHandler
that authenticates requests using a providedBaseBearerTokenAuthenticationProvider
. Opting in to use this middleware can be done
viaKiotaClientFactory.create(authProvider)
.
v1.4.0
v1.3.0
v1.2.0
v1.1.14
Changed
- Fixed a bug where
Double
instances in theadditionalData
would lead to failed serialization with anIllegalStateException
.
v1.1.13
Changed
- Fixed a bug where Parsable instances in the
additionalData
would lead to failed serialization with anIllegalStateException
. microsoftgraph/msgraph-sdk-java#1969
v1.1.12
Changed
- Fixed a bug where large responses would make the client fail. microsoftgraph/msgraph-sdk-java#2009