Skip to content

Commit b7c7608

Browse files
authored
prepare changelog for v0.12.0 release (#1048)
1 parent 2173ab8 commit b7c7608

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
## Unreleased
44

5+
### 🌟 New instrumentation
6+
7+
- Capture click events for compose
8+
([#1002](https://github.com/open-telemetry/opentelemetry-android/pull/1002))
9+
- Capture click events for non-compose views
10+
([#953](https://github.com/open-telemetry/opentelemetry-android/pull/953))
11+
12+
### 📈 Enhancements
13+
14+
- Agent initialization api
15+
([#945](https://github.com/open-telemetry/opentelemetry-android/pull/945))
16+
- Enable disk buffering by default in the demo app
17+
([#988](https://github.com/open-telemetry/opentelemetry-android/pull/988))
18+
- Exposing SessionProvider setter
19+
([#979](https://github.com/open-telemetry/opentelemetry-android/pull/979))
20+
- Exposing instrumentation api as agent api
21+
([#1007](https://github.com/open-telemetry/opentelemetry-android/pull/1007))
22+
- Use semantic conventions in click instrumentation
23+
([#1008](https://github.com/open-telemetry/opentelemetry-android/pull/1008))
24+
- add convenience event emitting api to OpenTelemetryRum
25+
([#892](https://github.com/open-telemetry/opentelemetry-android/pull/892))
26+
27+
### 🧰 Tooling
28+
29+
- Move SessionConfig up
30+
([#959](https://github.com/open-telemetry/opentelemetry-android/pull/959))
31+
- Remove runtime dep on androidx fragment navigiation from modules that don't strictly need it
32+
([#961](https://github.com/open-telemetry/opentelemetry-android/pull/961))
33+
- Agent default instrumentation config
34+
([#976](https://github.com/open-telemetry/opentelemetry-android/pull/976))
35+
- update sonatype urls
36+
([#999](https://github.com/open-telemetry/opentelemetry-android/pull/999))
37+
538
## Version 0.11.0 (2025-04-15)
639

740
### 📣 Migration notes

0 commit comments

Comments
 (0)