Skip to content

Releases: microsoft/kiota-http-go

v1.4.7

13 Dec 17:19
v1.4.7
710bf50
Compare
Choose a tag to compare

Changed

  • Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #182

v1.4.6

13 Dec 12:45
v1.4.6
d695eb6
Compare
Choose a tag to compare

Changed

  • Fixed a bug where headers inspection handler would fail upon receiving an error.

v1.4.5

03 Sep 14:37
v1.4.5
5beb0cf
Compare
Choose a tag to compare

Changed

  • Fixed a bug in compression middleware which caused empty body to send on retries

v1.4.4

13 Aug 12:15
v1.4.4
3f27fff
Compare
Choose a tag to compare

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.

v1.4.3

23 Jul 06:30
ddebb31
Compare
Choose a tag to compare

Changed

  • Fixed a bug to prevent double request compression by the compression handler.

v1.4.2

16 Jul 11:07
v1.4.2
ab72ea5
Compare
Choose a tag to compare

Changed

  • Prevent compression if Content-Range header is present.
  • Fix bug which leads to a missing Content-Length header.

v1.4.1

09 May 16:09
v1.4.1
f4dcd36
Compare
Choose a tag to compare

Changed

  • Allow custom response handlers to return nil result values.

v1.4.0

09 May 13:45
58dfe5c
Compare
Choose a tag to compare
  • Support retry after as a date.

v1.3.3

19 Mar 12:59
v1.3.3
ca399ad
Compare
Choose a tag to compare
  • Fix bug where overriding http.DefaultTransport with an implementation other than http.Transport would result in an interface conversion panic

v1.3.2

28 Feb 14:12
v1.3.2
50e96cd
Compare
Choose a tag to compare

Changed

  • Fix bug with headers inspection handler using wrong key.