Skip to content

Releases: microsoft/kiota-java

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.

v0.4.1

30 Mar 12:23
v0.4.1
04fe9df
Compare
Choose a tag to compare

Changed

  • Changed the visibility of one of the base constructors in request builders.

v0.4.0

29 Mar 16:56
v0.4.0
38b47b6
Compare
Choose a tag to compare

Added

  • Added a base request builder and request configuration class to reduce the amount of code being generated.