From d4de902d8fe8025990faf6020c549b96b7c68ce4 Mon Sep 17 00:00:00 2001 From: Leonid Beschasny Date: Mon, 7 Oct 2024 18:00:19 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632fb2f..b2d82b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,53 @@ # 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. @@ -11,4 +59,4 @@ ## v0.0.3 -- Support to axum 0.6.x \ No newline at end of file +- Support to axum 0.6.x