File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## Version 1.47.0 (2025-07-03)
4
+
5
+ ### Disk buffering
6
+
7
+ - Shared storage
8
+ ([ #1912 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1912 ) )
9
+ - Implementing ExtendedLogRecordData
10
+ ([ #1918 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1918 ) )
11
+ - Add missing EventName to disk-buffering LogRecordDataMapper
12
+ ([ #1950 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1950 ) )
4
13
5
14
### Disk buffering
6
15
Original file line number Diff line number Diff line change 1
- val stableVersion = " 1.47 .0-SNAPSHOT"
2
- val alphaVersion = " 1.47 .0-alpha-SNAPSHOT"
1
+ val stableVersion = " 1.48 .0-SNAPSHOT"
2
+ val alphaVersion = " 1.48 .0-alpha-SNAPSHOT"
3
3
4
4
allprojects {
5
5
if (findProperty(" otel.stable" ) != " true" ) {
You can’t perform that action at this time.
0 commit comments