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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Elastic Distribution of OpenTelemetry Python Changelog

## v1.9.0

- Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging (#397)
- Log OTel configuration variables at startup at info level (#398)
- Make OpAMP client more robust (#401)

## v1.8.0

- Central configuration: make the OpAMP agent more robust against server restarts (#388)
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [edot-python-X.X.X-fixes]
% *


## 1.9.0 [edot-python-1.9.0-release-notes]

### Features and enhancements [edot-python-1.9.0-features-enhancements]

- Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging ([#397](https://github.com/elastic/elastic-otel-python/pull/397))
- Log OTel configuration variables at startup at info level ([#398](https://github.com/elastic/elastic-otel-python/pull/398))

### Fixes [edot-python-1.9.0-fixes]

- Make OpAMP client more robust ([#401](https://github.com/elastic/elastic-otel-python/pull/401))

## 1.8.0 [edot-python-1.8.0-release-notes]

### Features and enhancements [edot-python-1.8.0-features-enhancements]
Expand Down
2 changes: 1 addition & 1 deletion src/elasticotel/distro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.8.0"
__version__ = "1.9.0"
Loading