Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v0.6.2
Added
- Default 100 secs timeout for all request with a default context.
v0.6.1
Changed
- Fixed a bug where an error would be returned for a 201 response with described response.
v0.6.0
Added
- Adds a chaos handler optional middleware for tests
v0.5.2
Changed
- Fixed an issue where response error was ignored for Patch calls
v0.5.1
Changed
- Updated abstractions and yaml dependencies.
v0.5.0
Added
- Adds support for enum or enum collections responses
v0.4.1
Changed
- Fixed a bug where CAE support would leak connections when retrying.
v0.4.0
Added
- Adds support for continuous access evaluation.
v0.3.0
Changed
- Upgraded to abstractions 0.4.0.
- Upgraded to go 18.
v0.2.0
Added
- Added support for decoding special characters in query parameters names.