Skip to content

Releases: microsoft/kiota-java

v0.4.2

03 Apr 19:45
v0.4.2
cf3856d

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

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

Choose a tag to compare

Added

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

v0.3.3

20 Mar 14:25
v0.3.3
26e9359

Choose a tag to compare

Changed

  • Aligns default http client timeout to be 100 seconds
  • Updates the JsonParseNodeFactory to pass a JsonElement using JsonParser.parseReader rather than creating a string when creating the root parseNode.

v0.3.2

17 Mar 12:34
v0.3.2
afa9e96

Choose a tag to compare

Changed

  • Fix add an empty body when method is POST/PUT/PATCH and the body is null

v0.3.1

08 Mar 13:02
v0.3.1
24397ba

Choose a tag to compare

Added

  • Adds ResponseStatusCode property to API exception class

v0.3.0

21 Feb 13:09
v0.3.0
2b7a0e2

Choose a tag to compare

Changed

  • Adds support for serializing collections of primitive values in form serialization writer and form parse node

v0.2.1

13 Feb 19:59
v0.2.1
812a5a2

Choose a tag to compare

Changed

  • Fix #165 incorrect/missing substitutions of queryParameters after pathParameters and other edge cases

v0.2.0

18 Jan 14:02
v0.2.0
6a65f0a

Choose a tag to compare

Changed

  • Removed defaults specific to Microsoft Graph for Azure Identity authentication library.

v0.1.2

12 Jan 14:43
v0.1.2
a1bb86f

Choose a tag to compare

third attempt at initial release