@@ -23,6 +23,12 @@ endif::[]
2323[[release-notes-x.x.x]]
2424==== x.x.x - YYYY/MM/DD
2525
26+ [[release-notes-1.x]]
27+ === Java Agent version 1.x
28+
29+ [[release-notes-1.34.0]]
30+ ==== 1.34.0 - 2022/09/14
31+
2632[float]
2733===== Refactorings
2834* Changed the main agent class loader to work in a child-first delegation model, thus making it more isolated by preferring self packaged
@@ -31,33 +37,30 @@ version of classes that are available also in the parent (bootstrap) class loade
3137[float]
3238===== Features
3339* Capture Oracle SID in connection string - {pull}2709[#2709]
34- * Implemented span links in the OTel bridge. - {pull}2685[#2685]
35- * Added support for MongoDB's 4.x Sync Driver - {pull}2241{#2241}
40+ * Implemented span links in the OTel bridge - {pull}2685[#2685]
41+ * Added support for MongoDB 4.x Sync Driver - {pull}2241{#2241}
3642* Capture keyspace in `db.instance` for Cassandra database - {pull}2684[#2684]
3743* Added support for AWS SQS - {pull}2637[#2637]
3844* Add <<config-trace-continuation-strategy, `trace_continuation_strategy`>> configuration option - {pull}2760[#2760]
3945* Capture user from Azure SSO with Servlet-based app containers - {pull}2767[#2767]
40- * Promote Webflux & Reactor to GA and enable it by default - {pull}2782[#2782]
46+ * Promote WebFlux & Reactor to GA and enable it by default - {pull}2782[#2782]
4147
4248[float]
4349===== Bug fixes
44- * Fix unexpected side- effects of `toString` calls within reactor instrumentation - {pull}2708[#2708]
50+ * Fix unexpected side effects of `toString` calls within reactor instrumentation - {pull}2708[#2708]
4551* Fix Vert.x instrumentation for 4.3.2 - {pull}2700[#2700]
4652* Fix `NullPointerException` in `AmazonHttpClientInstrumentation` - {pull}2740[#2740]
4753* Fix stack frame exclusion patterns - {pull}2758[#2758]
4854* Fix `NullPointerException` with compressed spans - {pull}2755[#2755]
49- * Fix empty servlet path with proper fallback - {pull}2748[#2748]
50- * Fix ' ClosedByInterruptException` during indy bootstrap method resolution - {pull}2752[#2752]
55+ * Fix empty Servlet path with proper fallback - {pull}2748[#2748]
56+ * Fix ` ClosedByInterruptException` during indy bootstrap method resolution - {pull}2752[#2752]
5157* Enhance exclusion of other APM agents - {pull}2766[#2766]
5258* Avoid warning when log correlation option is provided in remote config - {pull}2765[#2765]
53- * Update `async-profiler` to 1.8.8 to avoid missing symbol spam - {pull}2775[#2775]
59+ * Update `async-profiler` to 1.8.8 to avoid missing symbol log spam - {pull}2775[#2775]
5460* Fix container ID discovery for containers managed through AWS Fargate - {pull}2772[#2772]
5561* Make `traceparent` header computation thread-safe - {pull}2747[#2747]
5662* Fix OTel bridge with multiple OTel APIs or external plugins - {pull}2735[#2735]
5763
58- [[release-notes-1.x]]
59- === Java Agent version 1.x
60-
6164[[release-notes-1.33.0]]
6265==== 1.33.0 - 2022/07/08
6366
0 commit comments