Releases: microsoft/kiota-java
Releases · microsoft/kiota-java
v0.7.2
Changed
- Swapped custom implementation of RFC6570 URI templates to std uritemplates.
v0.7.1
Changed
- Add PeriodAndDuration constructor to create new object from a PeriodAndDuration object.
v0.7.0
Added
- Added headers inspection option and handler.
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
UrlReplaceHandlermiddleware to the Okhttp component to allow for customizing the URL before sending the request.
v0.4.6
Changed
- Drops the
getPeriodValuefunction in favour ofgetPeriodAndDurationValuein the serialization interface. - Drops the
writePeriodValuefunction in favour ofwritePeriodAndDurationValuein the serialization interface.
Added
- Adds the
PeriodAndDurationtype to aggregatePeriodandDurationserialization
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