Releases: microsoft/kiota-abstractions-go
Releases · microsoft/kiota-abstractions-go
v0.8.2
Added
- Add tests to verify DateTime and DateTimeOffsets default to ISO 8601.
- Adds check to return error when the baseUrl path parameter is not set when needed.
v0.8.1
Changed
- Updated yaml package version through testify dependency.
v0.8.0
Added
- Adds support for enum and enum collections responses.
v0.7.0
Changed
- Breaking: adds support for continuous access evaluation.
v0.6.0
- Added a method to set the content from a scalar value in request information.
v0.5.0
Added
- Added vanity methods to request options to add headers and options to simplify code generation.
v0.4.0
Changed
- Upgraded uri template library for quotes in template fix.
- Upgraded to Go 18
v0.3.0
Added
- Added support for query parameters with special characters in the name.
v0.2.0
Changed
- Breaking: simplifies the field deserializers.
v0.1.0
Added
- Initial tagged release of the library.