Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
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.