Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v0.13.0
Added
- Added a method to convert abstract requests to native requests in the request adapter interface.
v0.12.0
Added
- Added User Agent handler to add the library information as a product to the header.
v0.11.0
Changed
- Fixed a bug where retry handling wouldn't rewind the request body before retrying.
v0.10.0
Changed
- Fixed http.request_content_length attribute name for tracing
Added
- Added support for multi-valued request headers.
v0.9.0
Added
- Added support for tracing via OpenTelemetry.
v0.8.1
Changed
- Fixed bug for http go where response handler was overwritten in context object.
v0.8.0
Added
- Added support for constructing a proxy authenticated client.
v0.7.2
Changed
- Updated reference to abstractions.
v0.7.1
Added
- Added support for additional status codes.
v0.7.0
Added
- Adds context param in send async methods