Skip to content

Releases: OutThereLabs/actix-web-opentelemetry

v0.19.0

22 Sep 16:29
f4f8c5e
Compare
Choose a tag to compare

Changed

  • Update opentelemetry packages to 0.24 (#172)

v0.18.0

30 May 01:51
ec6a4d4
Compare
Choose a tag to compare

Changed

  • Update to otel v0.23 (#157)

v0.17.0

11 Mar 19:06
00b08ce
Compare
Choose a tag to compare

Changed

  • Update to otel v0.22 (#147)

Fixed

  • Fix typo for http_server_response_size metric (#139)
  • Fix http_server_response_size metric (#140)

v0.16.0

07 Nov 22:51
1b4adf3
Compare
Choose a tag to compare

Changed

  • Update to otel v0.21 (#135)
  • Remove active request units until bug is resolved (#136)

v0.15.0

02 Aug 05:13
9b8de52
Compare
Choose a tag to compare

Changed

  • Update to otel v0.20 (#131)
  • Update to semantic conventions spec v1.21 (#131)

See the semantic conventions documentation for details about instrument and span updates.

v0.14.0

29 Jul 23:26
07fc38d
Compare
Choose a tag to compare

Changed

  • Update to otel v0.19 (#126)

v0.13.0

19 Sep 18:18
cdce54e
Compare
Choose a tag to compare

Changed

  • Update to otel v0.18 (#115)

v0.13.0-alpha.1

03 Aug 23:15
7bdee20
Compare
Choose a tag to compare
v0.13.0-alpha.1 Pre-release
Pre-release

Added

  • Export RequestTracingMiddleware (#106)
  • Allow customisation of client span names (#111)

Changed

  • Update semantic conventions for client and server traces (#113)
  • Reduce default span namer cardinality (#112)
  • Remove http.client_ip from metrics (#110)
  • Use proper metric semantic conventions (#109)
  • Use Otel semantic conventions for metrics (#105)
  • Simplify PrometheusMetricsHandler (#104)
  • Refactor to make Prometheus optional (#103)

v0.12.0

01 Mar 00:11
a5fad2c
Compare
Choose a tag to compare

Changed

  • Update to 2021 edition (#99)
  • Update to actix-web v4 (#97)

v0.11.0-beta.7

30 Dec 17:09
8038059
Compare
Choose a tag to compare
v0.11.0-beta.7 Pre-release
Pre-release

Added

  • Add with_attributes method to client extension (#91)

Changed

  • Add http status code handling for client (#88)
  • Update to actix-http beta.17, actix-web beta.16, awc beta.15 (#89)
  • Make awc client tracing an optional feature (#92)