Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v1.4.7
v1.4.6
Changed
- Fixed a bug where headers inspection handler would fail upon receiving an error.
v1.4.5
Changed
- Fixed a bug in compression middleware which caused empty body to send on retries
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.