Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CHANGELOG.next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ This file contains all changes which are not released yet.
<!--FIXES-END-->
# Features and enhancements
<!--ENHANCEMENTS-START-->
* Add support for dynamic configuration options for 9.2 #818
* Switch upstream Opamp client #789

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

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

<!--BREAKING-CHANGES-END-->
6 changes: 6 additions & 0 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ In OpenTelemetry Java agent version 2.18.0, an `openai` instrumentation module w
**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`
View [PR #763](https://github.com/elastic/elastic-otel-java/pull/763).
::::
## 1.6.0 [1.6.0]

**Release date:** October 6, 2025

* Switch to upstream instrumentation of openai by default #763
Comment on lines +37 to +41
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theletterf this is the part where we might need to improve things a bit, I'll merge it as-is for now to finish releasing and we'll improve/fix things later.


18 changes: 18 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [edot-java-X.X.X-fixes]
% *

## 1.6.0 [edot-java-1-6-0-release-notes]
**Release date:** October 6, 2025

### Features and enhancements [edot-java-1-6-0-features-enhancements]
* Add support for dynamic configuration options for 9.2 #818
* Switch upstream Opamp client #789

### Breaking changes [edot-java-1-6-0-fixes]
* Switch to upstream instrumentation of openai by default #763

This release is based on the following upstream versions:


* opentelemetry-javaagent: [2.20.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.20.1)
* opentelemetry-sdk: [1.54.1](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.54.1)
* opentelemetry-semconv: [1.37.0](https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.37.0)
* opentelemetry-java-contrib: [1.49.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.49.0)
Comment on lines +40 to +46
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theletterf we probably need to write this to a dedicated section, or always include it in the features and enhancements section, as here it might appear as if it was part of the breaking changes.


## 1.5.0 [edot-java-1.5.0-release-notes]

### Features and enhancements [edot-java-1.5.0-features-enhancements]
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.6.0
version=1.6.1-SNAPSHOT
Loading