# Changelog ## v3.4.0 - Follow latest Semantic Conventions https://github.com/nentgroup/telemetry-rust/pull/66 ## v3.3.0 - Update `opentelemetry` to `0.25` https://github.com/nentgroup/telemetry-rust/pull/54 ## v3.2.0 - Update `opentelemetry` to `0.24` https://github.com/nentgroup/telemetry-rust/pull/51 ## v3.1.1 - Update dependencies ## v3.1.0 - Support AWS lambdas https://github.com/nentgroup/telemetry-rust/pull/29 ## v3.0.0 - Update dependencies and toolchain ## v2.0.0 - New interface for AWS instrumentation https://github.com/nentgroup/telemetry-rust/pull/15 ## v1.5.0 - Implement `AwsInstrumented` trait to instrument AWS operations https://github.com/nentgroup/telemetry-rust/pull/13 ## v1.4.0 - Experimental support fir AWS spans https://github.com/nentgroup/telemetry-rust/pull/11 ## v1.3.0 - Fix performance issues https://github.com/nentgroup/telemetry-rust/pull/9 ## v1.2.0 - Handle `OTEL_RESOURCE_ATTRIBUTES` and `OTEL_PROPAGATORS` Env vars https://github.com/nentgroup/telemetry-rust/pull/8 ## v1.1.0 - Support http protocol for sending traces https://github.com/nentgroup/telemetry-rust/pull/7 ## v1.0.1 - Correction on shutdown_signal function. ## v1.0.0 - Lambda support - Support to hyper 1.0.0 and axum 0.7.3 ## v0.0.3 - Support to axum 0.6.x