Skip to content

Releases: microsoft/kiota-abstractions-go

v1.2.2

28 Sep 09:10
8598b9e
Compare
Choose a tag to compare

Changed

  • Switched the RFC 6570 implementation to std-uritemplate

v1.2.1

07 Sep 12:28
v1.2.1
625c214
Compare
Choose a tag to compare

Changed

  • Fixed a bug where serialization registries would always replace existing values. #95

v1.2.0

02 Aug 12:23
v1.2.0
3afc7e9
Compare
Choose a tag to compare

Added

  • Added support for multipart request body.

v1.1.0

29 Jun 12:19
v1.1.0
9f9f3af
Compare
Choose a tag to compare

Added

  • Added an interface to represent composed types.

v1.0.0

04 May 09:07
620dcbf
Compare
Choose a tag to compare

Changed

  • GA Release.

v0.20.0

26 Apr 16:32
v0.20.0
47c17a4
Compare
Choose a tag to compare

Added

  • Adds response headers to Api Error class

v0.19.1

12 Apr 08:54
41f2f79
Compare
Choose a tag to compare

Changed

  • Fixes concurrent map write panics when enabling backing stores.

v0.19.0

22 Mar 13:59
v0.19.0
e918747
Compare
Choose a tag to compare

Added

  • Adds base request builder class to reduce generated code duplication.

v0.18.0

20 Mar 14:58
22507b4
Compare
Choose a tag to compare

Added

  • Adds utility functions CopyMap and CopyStringMap that returns a copy of the passed map.

v0.17.3

15 Mar 15:25
v0.17.3
c3e6b97
Compare
Choose a tag to compare

Changed

  • Fixes panic when updating in-memory slices, maps or structs .