Skip to content

Releases: microsoft/kiota-http-go

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.

v1.1.0

14 Aug 13:17
v1.1.0
9d53e0f
Compare
Choose a tag to compare

Added

  • Added headers inspection middleware and option.

v1.0.1

24 Jul 08:19
03f625b
Compare
Choose a tag to compare

Changed

  • Bug Fix: Update Host for Redirect URL in go client.

v1.0.0

04 May 09:36
fb98fba
Compare
Choose a tag to compare

Changed

  • GA Release.

v0.17.0

27 Apr 12:22
v0.17.0
5904f6a
Compare
Choose a tag to compare

Added

  • Adds Response Headers to the ApiError returned on Api requests errors.

v0.16.2

17 Apr 14:27
04ffc9e
Compare
Choose a tag to compare

Added

  • Exit retry handler earlier if context is done.
  • Adds exported method ReplacePathTokens that can be used to process url replacement logic globally.

v0.16.1

20 Mar 14:39
5926d58
Compare
Choose a tag to compare

Added

  • Context deadline for requests defaults to client timeout when not provided.