Releases: OutThereLabs/actix-web-opentelemetry
Releases · OutThereLabs/actix-web-opentelemetry
v0.19.0
Changed
- Update opentelemetry packages to 0.24 (#172)
v0.18.0
Changed
- Update to otel v0.23 (#157)
v0.17.0
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
Changed
- Update to otel v0.21 (#135)
- Remove active request units until bug is resolved (#136)
v0.15.0
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
Changed
- Update to otel v0.19 (#126)
v0.13.0
Changed
- Update to otel v0.18 (#115)
v0.13.0-alpha.1
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
Changed
- Update to 2021 edition (#99)
- Update to actix-web v4 (#97)
v0.11.0-beta.7
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)