Skip to content

Commit 61eda82

Browse files
elastic-observability-automation[bot]obltmachineSylvainJuge
authored
[release] release-step-4 1.6.0 (#828)
* post release: elastic-otel-java v1.6.0 * remove leftover from release --------- Co-authored-by: obltmachine <[email protected]> Co-authored-by: Sylvain Juge <[email protected]>
1 parent ed520bd commit 61eda82

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.next-release.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This file contains all changes which are not released yet.
1313
<!--FIXES-END-->
1414
# Features and enhancements
1515
<!--ENHANCEMENTS-START-->
16-
* Add support for dynamic configuration options for 9.2 #818
17-
* Switch upstream Opamp client #789
1816

1917
<!--ENHANCEMENTS-END-->
2018
# Deprecations
@@ -24,6 +22,5 @@ This file contains all changes which are not released yet.
2422

2523
# Breaking Changes
2624
<!--BREAKING-CHANGES-START-->
27-
* Switch to upstream instrumentation of openai by default #763
2825

2926
<!--BREAKING-CHANGES-END-->

docs/release-notes/breaking-changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ In OpenTelemetry Java agent version 2.18.0, an `openai` instrumentation module w
3434
**Action**<br> The equivalent of `ELASTIC_OTEL_JAVA_INSTRUMENTATION_GENAI_EMIT_EVENTS` is `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT`. If you want to revert entirely to the previous setup, turn off the upstream implementation and turn on the EDOT one. For example: `OTEL_INSTRUMENTATION_OPENAI=false` and `OTEL_INSTRUMENTATION_OPENAI_CLIENT=true`
3535
View [PR #763](https://github.com/elastic/elastic-otel-java/pull/763).
3636
::::
37+
## 1.6.0 [1.6.0]
38+
39+
**Release date:** October 6, 2025
40+
41+
* Switch to upstream instrumentation of openai by default #763
42+

docs/release-notes/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-java-X.X.X-fixes]
2828
% *
2929

30+
## 1.6.0 [edot-java-1-6-0-release-notes]
31+
**Release date:** October 6, 2025
32+
33+
### Features and enhancements [edot-java-1-6-0-features-enhancements]
34+
* Add support for dynamic configuration options for 9.2 #818
35+
* Switch upstream Opamp client #789
36+
37+
### Breaking changes [edot-java-1-6-0-fixes]
38+
* Switch to upstream instrumentation of openai by default #763
39+
40+
This release is based on the following upstream versions:
41+
42+
43+
* opentelemetry-javaagent: [2.20.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.20.1)
44+
* opentelemetry-sdk: [1.54.1](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.54.1)
45+
* opentelemetry-semconv: [1.37.0](https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.37.0)
46+
* opentelemetry-java-contrib: [1.49.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.49.0)
47+
3048
## 1.5.0 [edot-java-1.5.0-release-notes]
3149

3250
### Features and enhancements [edot-java-1.5.0-features-enhancements]

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.6.0
1+
version=1.6.1-SNAPSHOT

0 commit comments

Comments
 (0)