Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v1.4.5
v1.4.4
Changed
- Added
http.request.resend_delay
as a span attribute for the retry handler - Changed the
http.retry_count
span attribute tohttp.request.resend_count
to conform to OpenTelemetry specs.
v1.4.3
Changed
- Fixed a bug to prevent double request compression by the compression handler.
v1.4.2
Changed
- Prevent compression if Content-Range header is present.
- Fix bug which leads to a missing Content-Length header.
v1.4.1
Changed
- Allow custom response handlers to return nil result values.
v1.4.0
- Support retry after as a date.
v1.3.3
- Fix bug where overriding http.DefaultTransport with an implementation other than http.Transport would result in an interface conversion panic
v1.3.2
Changed
- Fix bug with headers inspection handler using wrong key.
v1.3.1
Changed
- Fix bug that resulted in the error "content is empty" being returned instead of HTTP status information if the request returned no content and an unsuccessful status code.
v1.3.0
Added
- Added support to override default middleware with function
GetDefaultMiddlewaresWithOptions
.