Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny authored Oct 7, 2024
1 parent 5d0d236 commit d4de902
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -11,4 +59,4 @@

## v0.0.3

- Support to axum 0.6.x
- Support to axum 0.6.x

0 comments on commit d4de902

Please sign in to comment.