Releases: microsoft/kiota-abstractions-go
Releases · microsoft/kiota-abstractions-go
v1.2.2
Changed
- Switched the RFC 6570 implementation to std-uritemplate
v1.2.1
v1.2.0
Added
- Added support for multipart request body.
v1.1.0
Added
- Added an interface to represent composed types.
v1.0.0
Changed
- GA Release.
v0.20.0
Added
- Adds response headers to Api Error class
v0.19.1
Changed
- Fixes concurrent map write panics when enabling backing stores.
v0.19.0
Added
- Adds base request builder class to reduce generated code duplication.
v0.18.0
Added
- Adds utility functions
CopyMap
andCopyStringMap
that returns a copy of the passed map.
v0.17.3
Changed
- Fixes panic when updating in-memory slices, maps or structs .