Skip to content

Commit

Permalink
Update changelog / prepare v0.9.0 (#740) (#749)
Browse files Browse the repository at this point in the history
* update changelog

* spotless

* Update CHANGELOG.md
  • Loading branch information
breedx-splk authored Jan 16, 2025
1 parent 22a8ded commit f0270af
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

## Unreleased

- This version builds on opentelemetry-java-instrumentation
[v2.11.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.11.0).

### ⚠️⚠️Breaking changes

A reminder that this project is still alpha and may contain breaking changes
from release-to-release prior to v1.0.0.

- The `AndroidInstrumentation.install()` method signature has changed. Any 3rd-party
instrumentation written to this interface will need to be updated.
([#671](https://github.com/open-telemetry/opentelemetry-android/pull/671))

### 📈 Enhancements

- Add the current screen name to crash events.
([#704](https://github.com/open-telemetry/opentelemetry-android/pull/704))
- Add R8 consumer rules.
([#685](https://github.com/open-telemetry/opentelemetry-android/pull/685))
- Append the session id attribute to all LogRecords.
([#697](https://github.com/open-telemetry/opentelemetry-android/pull/697))
- Add support for wired network types in the network detector.
([#673](https://github.com/open-telemetry/opentelemetry-android/pull/673))
- Add ability to generate session start/end events. This feature is currently opt-in.
([#717](https://github.com/open-telemetry/opentelemetry-android/pull/717),
[#719](https://github.com/open-telemetry/opentelemetry-android/pull/719))
- Support newer Android network APIs for API >=29.
([#736](https://github.com/open-telemetry/opentelemetry-android/pull/736))

## Version 0.8.0 (2024-10-18)

### 📈 Enhancements
Expand Down

0 comments on commit f0270af

Please sign in to comment.