Skip to content

Releases: microsoft/kiota-http-go

v0.13.0

10 Jan 14:22
v0.13.0
6ec82d7
Compare
Choose a tag to compare

Added

  • Added a method to convert abstract requests to native requests in the request adapter interface.

v0.12.0

10 Jan 13:01
v0.12.0
9793083
Compare
Choose a tag to compare

Added

  • Added User Agent handler to add the library information as a product to the header.

v0.11.0

21 Dec 13:04
v0.11.0
6f459d6
Compare
Choose a tag to compare

Changed

  • Fixed a bug where retry handling wouldn't rewind the request body before retrying.

v0.10.0

13 Dec 15:32
v0.10.0
dee3530
Compare
Choose a tag to compare

Changed

  • Fixed http.request_content_length attribute name for tracing

Added

  • Added support for multi-valued request headers.

v0.9.0

05 Oct 11:39
v0.9.0
a2aabb8
Compare
Choose a tag to compare

Added

  • Added support for tracing via OpenTelemetry.

v0.8.1

26 Sep 14:20
v0.8.1
545230b
Compare
Choose a tag to compare

Changed

  • Fixed bug for http go where response handler was overwritten in context object.

v0.8.0

22 Sep 16:37
v0.8.0
47fa820
Compare
Choose a tag to compare

Added

  • Added support for constructing a proxy authenticated client.

v0.7.2

09 Sep 12:43
v0.7.2
b62ad75
Compare
Choose a tag to compare

Changed

  • Updated reference to abstractions.

v0.7.1

08 Sep 12:00
v0.7.1
ccd1f9d
Compare
Choose a tag to compare

Added

  • Added support for additional status codes.

v0.7.0

01 Sep 15:19
v0.7.0
2f54595
Compare
Choose a tag to compare

Added

  • Adds context param in send async methods