Skip to content

Releases: microsoft/kiota-java

v1.0.1

09 Feb 13:43
v1.0.1
5689ba4
Compare
Choose a tag to compare

Changed

  • Allow authentication for localhost HTTP urls

v1.0.0

07 Feb 19:52
v1.0.0
503ff61
Compare
Choose a tag to compare

Changed

  • Release 1.0.0 of the Kiota Java Libraries as part of Java-SDK GA release.
  • Map XXX error status code range to Parsable Exception object if more specific error status code range is not found.

v0.12.2

01 Feb 12:39
v0.12.2
dfbb2f1
Compare
Choose a tag to compare

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.

v0.12.1

09 Jan 15:05
v0.12.1
0bbe4bd
Compare
Choose a tag to compare

Changed

  • Fixed a bug when handling null QueryParameters instances

v0.12.0

09 Jan 14:52
v0.12.0
7bc5183
Compare
Choose a tag to compare

Changed

  • [breaking] Removed the reflective extraction of Query Parameters in favor of plain methods invocations

v0.11.2

14 Dec 19:55
v0.11.2
3726aa5
Compare
Choose a tag to compare

Changed

  • Fixed a bug where the URI replacement middleware would mangle base64 encoded IDs.

v0.11.1

14 Dec 16:10
v0.11.1
0d23968
Compare
Choose a tag to compare

Changed

  • Fixed a bug where trying to get a child node for a non exsiting property in JSON would fail instead of returning null.

v0.11.0

06 Dec 17:18
v0.11.0
8fe59ca
Compare
Choose a tag to compare

Changed

  • [breaking] Removed the usage of reflection in ApiClientBuilder

v0.10.0

22 Nov 11:16
1beb9ae
Compare
Choose a tag to compare

Changed

  • Added Spotless as an automatic formatting tool for the entire codebase
  • Changed some internal implementations of JsonParse for performance and readability reasons
  • [breaking] Removed the usage of reflection for enum deserialization and reordered RequestAdapter arguments order

v0.9.2

16 Nov 13:14
v0.9.2
09763e2
Compare
Choose a tag to compare

Changed

  • Reviewed transitive dependencies removing Guava and Javatuple