Skip to content

Releases: microsoft/kiota-java

v0.7.1

22 Aug 12:46
c62a622
Compare
Choose a tag to compare

Changed

  • Add PeriodAndDuration constructor to create new object from a PeriodAndDuration object.

v0.7.0

14 Aug 20:18
v0.7.0
1a1fc24
Compare
Choose a tag to compare

Added

  • Added headers inspection option and handler.

v0.6.0

14 Aug 19:01
v0.6.0
4da7ad9
Compare
Choose a tag to compare

Changed

  • Javax annotations replaced in favor of Jakarta annotations.

v0.5.0

02 Aug 11:55
v0.5.0
590278c
Compare
Choose a tag to compare

Added

  • Added support for multipart form data request bodies.

v0.4.7

20 Jul 18:13
v0.4.7
0162d03
Compare
Choose a tag to compare

Added

  • Adds the UrlReplaceHandler middleware to the Okhttp component to allow for customizing the URL before sending the request.

v0.4.6

19 Jul 13:01
v0.4.6
7b40a3d
Compare
Choose a tag to compare

Changed

  • Drops the getPeriodValue function in favour of getPeriodAndDurationValue in the serialization interface.
  • Drops the writePeriodValue function in favour of writePeriodAndDurationValue in the serialization interface.

Added

  • Adds the PeriodAndDuration type to aggregate Period and Duration serialization

v0.4.5

29 Jun 12:09
v0.4.5
0a80e40
Compare
Choose a tag to compare

Changed

  • Fixed a bug where composed types would not serialize properly.

v0.4.4

09 Jun 11:46
v0.4.4
2a1d766
Compare
Choose a tag to compare

Added

  • Fix a bug where the OkHttp client would close InputStream responses before they reach the user code

v0.4.3

27 Apr 12:27
v0.4.3
4a437d1
Compare
Choose a tag to compare

Added

  • Adds responseHeader to APIException class

v0.4.2

03 Apr 19:45
v0.4.2
cf3856d
Compare
Choose a tag to compare

Added

  • Adds a NativeResponseHandler to abstractions.
  • Adds setResponseHandler method to RequestInformation class in abstractions.