Releases: microsoft/kiota-abstractions-go
Releases · microsoft/kiota-abstractions-go
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 .
v0.17.2
Added
- Adds ResponseStatusCode field in ApiError struct.
v0.17.1
Added
- Adds a type qualifier for backing store instance type to be
BackingStoreFactory
.
v0.17.0
Added
- Added support for backing store.
v0.16.0
Added
- Added a method to convert abstract requests to native requests in the request adapter interface.