Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v0.9.2
Changed
- Reviewed transitive dependencies removing Guava and Javatuple
v0.9.1
Changed
- Fixed a bug where path or query parameters of enum types would not be serialized properly. microsoft/kiota#3693
v0.9.0
Changed
- Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #175
- ApiException class now extends RuntimeException instead of Exception.
- Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).
Added
- Added helper methods to request information to reduce the amount of generated code. Kiota #3651
v0.8.0
Added
- Added a default implementation of
BasicAccessAuthenticationProvider - Added helper methods to serialize kiota models. microsoft/kiota#3406
v0.7.8
Fixed
- Fixed a bug to preserve the user defined error instead of converting it to generic ApiException.
v0.7.7
Added
- Added an overload method to specify the content type of stream request body.
v0.7.6
Changed
- Use
tryAddinstead ofaddin all of thesetContentFrom...methods
v0.7.5
Changed
- Better encapsulation of the mutable field
responseStatusCodeinApiException
Added
- Added a
tryAddmethod to theRequestHeadersMap
v0.7.4
Fixed
- Fixed a regression where query parameters name replacement would fail with group like regex syntax ($ sign)
v0.7.3
Fixed
- Fixed bug that caused the ParametersNameDecodingHandler to decode query parameter values in addition to names