Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v0.6.0
Changed
- Javax annotations replaced in favor of Jakarta annotations.
v0.5.0
Added
- Added support for multipart form data request bodies.
v0.4.7
Added
- Adds the
UrlReplaceHandler
middleware to the Okhttp component to allow for customizing the URL before sending the request.
v0.4.6
Changed
- Drops the
getPeriodValue
function in favour ofgetPeriodAndDurationValue
in the serialization interface. - Drops the
writePeriodValue
function in favour ofwritePeriodAndDurationValue
in the serialization interface.
Added
- Adds the
PeriodAndDuration
type to aggregatePeriod
andDuration
serialization
v0.4.5
Changed
- Fixed a bug where composed types would not serialize properly.
v0.4.4
Added
- Fix a bug where the OkHttp client would close InputStream responses before they reach the user code
v0.4.3
Added
- Adds responseHeader to APIException class
v0.4.2
Added
- Adds a NativeResponseHandler to abstractions.
- Adds setResponseHandler method to RequestInformation class in abstractions.
v0.4.1
Changed
- Changed the visibility of one of the base constructors in request builders.
v0.4.0
Added
- Added a base request builder and request configuration class to reduce the amount of code being generated.