Skip to content

Releases: microsoft/kiota-http-go

v1.5.4

06 Jun 18:40
45791b9
Compare
Choose a tag to compare

1.5.4 (2025-06-06)

Bug Fixes

v1.5.3

03 Apr 13:14
990e870
Compare
Choose a tag to compare

1.5.3 (2025-04-03)

Bug Fixes

  • adding middleware with options errors with "unsupported option type" (beeb32d)

v1.5.2

02 Apr 16:35
6c681d7
Compare
Choose a tag to compare

1.5.2 (2025-04-02)

Bug Fixes

  • removes common go dependency (42c2137)
  • removes common go dependency (df1bf28)

v1.5.1

24 Mar 17:36
592eea4
Compare
Choose a tag to compare

1.5.1 (2025-03-24)

Bug Fixes

  • upgrades common go dependency to solve triming issues (4a57c46)
  • upgrades common go dependency to solve triming issues (d1aa07f)

v1.5.0

13 Mar 14:26
2414a78
Compare
Choose a tag to compare

1.5.0 (2025-03-13)

Features

  • upgrades required go version from go1.18 to go 1.22 (2e60cd5)

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.