Skip to content

Releases: microsoft/kiota-java

v0.9.2

16 Nov 13:14
v0.9.2
09763e2

Choose a tag to compare

Changed

  • Reviewed transitive dependencies removing Guava and Javatuple

v0.9.1

14 Nov 13:33
v0.9.1
1822d68

Choose a tag to compare

Changed

  • Fixed a bug where path or query parameters of enum types would not be serialized properly. microsoft/kiota#3693

v0.9.0

11 Nov 12:54

Choose a tag to compare

Changed

  • Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #175
  • ApiException class now extends RuntimeException instead of Exception.
  • Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).

Added

  • Added helper methods to request information to reduce the amount of generated code. Kiota #3651

v0.8.0

02 Nov 18:23
v0.8.0
7490835

Choose a tag to compare

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406

v0.7.8

13 Oct 14:23
v0.7.8
e790640

Choose a tag to compare

Fixed

  • Fixed a bug to preserve the user defined error instead of converting it to generic ApiException.

v0.7.7

11 Oct 13:17
v0.7.7
0ed45e8

Choose a tag to compare

Added

  • Added an overload method to specify the content type of stream request body.

v0.7.6

06 Oct 11:46
v0.7.6
b51afcc

Choose a tag to compare

Changed

  • Use tryAdd instead of add in all of the setContentFrom... methods

v0.7.5

03 Oct 17:16
v0.7.5
346aeda

Choose a tag to compare

Changed

  • Better encapsulation of the mutable field responseStatusCode in ApiException

Added

  • Added a tryAdd method to the RequestHeaders Map

v0.7.4

11 Sep 12:08
v0.7.4
c47116c

Choose a tag to compare

Fixed

  • Fixed a regression where query parameters name replacement would fail with group like regex syntax ($ sign)

v0.7.3

05 Sep 12:18
v0.7.3
357171d

Choose a tag to compare

Fixed

  • Fixed bug that caused the ParametersNameDecodingHandler to decode query parameter values in addition to names