Skip to content

Releases: microsoft/kiota-http-go

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.

v1.2.1

22 Jan 15:03
v1.2.1
1430a26
Compare
Choose a tag to compare

Changed

  • Fix bug passing no timeout in client as 0 timeout in context .

v1.2.0

22 Jan 14:56
v1.2.0
9475b23
Compare
Choose a tag to compare

Added

  • Adds support for XXX status code.

v1.1.2

22 Jan 14:55
v1.1.2
6cc53e2
Compare
Choose a tag to compare

Changed

  • Changed the code by replacing ioutil.ReadAll and ioutil.NopCloser with io.ReadAll and io.NopCloser, respectively, due to their deprecation.

v1.1.1

22 Nov 13:22
v1.1.1
390840a
Compare
Choose a tag to compare

Added

  • Added response headers and status code to returned error in throwIfFailedResponse.