Skip to content

Releases: microsoft/kiota-http-go

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.

v1.3.1

09 Feb 16:53
v1.3.1
07ce92f
Compare
Choose a tag to compare

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

22 Jan 15:26
v1.3.0
3b54a31
Compare
Choose a tag to compare

Added

  • Added support to override default middleware with function GetDefaultMiddlewaresWithOptions.