File tree Expand file tree Collapse file tree 8 files changed +50
-6
lines changed
axum-tracing-opentelemetry
init-tracing-opentelemetry
tonic-tracing-opentelemetry
tracing-opentelemetry-instrumentation-sdk Expand file tree Collapse file tree 8 files changed +50
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.30.0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/axum-tracing-opentelemetry-v0.29.0...axum-tracing-opentelemetry-v0.30.0 ) - 2025-08-25
11+
12+ ### <!-- 2 --> Added
13+
14+ - * (axum)* optional extraction of ` client.address ` (former ` client_ip ` ) from http headers or socket's info
15+ # Changelog
216All notable changes to this project will be documented in this file.
317
418The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ categories = [
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry"
1212rust-version.workspace = true
1313edition.workspace = true
14- version = " 0.29 .0"
14+ version = " 0.30 .0"
1515authors.workspace = true
1616repository.workspace = true
1717license.workspace = true
@@ -30,7 +30,7 @@ tracing = { workspace = true }
3030tracing-opentelemetry = { workspace = true }
3131tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
3232 " http" ,
33- ], version = " 0.29 " }
33+ ], version = " 0.30 " }
3434
3535[dev-dependencies ]
3636fake-opentelemetry-collector = { path = " ../fake-opentelemetry-collector" }
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+ # Changelog
210All notable changes to this project will be documented in this file.
311
412The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"]
66categories = [" development-tools::debugging" , " development-tools::profiling" ]
77homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
88edition.workspace = true
9- version = " 0.30.0 "
9+ version = " 0.30.1 "
1010authors.workspace = true
1111repository.workspace = true
1212license.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+ # Changelog
210All notable changes to this project will be documented in this file.
311
412The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = [
1010]
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
1212edition.workspace = true
13- version = " 0.29.0 "
13+ version = " 0.29.1 "
1414authors.workspace = true
1515repository.workspace = true
1616license.workspace = true
@@ -29,7 +29,7 @@ tracing = { workspace = true }
2929tracing-opentelemetry = { workspace = true }
3030tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
3131 " http" ,
32- ], version = " 0.29 " }
32+ ], version = " 0.30 " }
3333
3434[dev-dependencies ]
3535axum = { workspace = true }
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.30.0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/tracing-opentelemetry-instrumentation-sdk-v0.29.1...tracing-opentelemetry-instrumentation-sdk-v0.30.0 ) - 2025-08-25
11+
12+ ### <!-- 2 --> Added
13+
14+ - * (axum)* optional extraction of ` client.address ` (former ` client_ip ` ) from http headers or socket's info
15+ # Changelog
216All notable changes to this project will be documented in this file.
317
418The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = [
1010]
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
1212edition.workspace = true
13- version = " 0.29.1 "
13+ version = " 0.30.0 "
1414authors.workspace = true
1515repository.workspace = true
1616license.workspace = true
You can’t perform that action at this time.
0 commit comments