Releases: microsoft/kiota-http-go
Releases · microsoft/kiota-http-go
v1.5.5
02 Mar 21:04
Compare
Sorry, something went wrong.
No results found
1.5.5 (2026-03-02)
Bug Fixes
adding senstive headers scrub function (fba6ba4 )
adding senstive headers scrub function (39fa46c )
adding senstive headers scrub function (ce4f0dc )
adding senstive headers scrub function (e68b9e1 )
v1.5.4
06 Jun 18:40
Compare
Sorry, something went wrong.
No results found
1.5.4 (2025-06-06)
Bug Fixes
v1.5.3
03 Apr 13:14
Compare
Sorry, something went wrong.
No results found
1.5.3 (2025-04-03)
Bug Fixes
adding middleware with options errors with "unsupported option type" (beeb32d )
v1.5.2
02 Apr 16:35
Compare
Sorry, something went wrong.
No results found
1.5.2 (2025-04-02)
Bug Fixes
removes common go dependency (42c2137 )
removes common go dependency (df1bf28 )
v1.5.1
24 Mar 17:36
Compare
Sorry, something went wrong.
No results found
1.5.1 (2025-03-24)
Bug Fixes
upgrades common go dependency to solve triming issues (4a57c46 )
upgrades common go dependency to solve triming issues (d1aa07f )
v1.5.0
13 Mar 14:26
Compare
Sorry, something went wrong.
No results found
1.5.0 (2025-03-13)
Features
upgrades required go version from go1.18 to go 1.22 (2e60cd5 )
v1.4.7
13 Dec 17:19
Compare
Sorry, something went wrong.
No results found
Changed
Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #182
v1.4.6
13 Dec 12:45
Compare
Sorry, something went wrong.
No results found
Changed
Fixed a bug where headers inspection handler would fail upon receiving an error.
v1.4.5
03 Sep 14:37
Compare
Sorry, something went wrong.
No results found
Changed
Fixed a bug in compression middleware which caused empty body to send on retries
v1.4.4
13 Aug 12:15
Compare
Sorry, something went wrong.
No results found
Changed
Added http.request.resend_delay as a span attribute for the retry handler
Changed the http.retry_count span attribute to http.request.resend_count to conform to OpenTelemetry specs.