You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# (Next)
1
+
# 1.12.0 (Next)
2
2
3
3
## Features
4
4
* JMS Enhancements (#911):
@@ -13,6 +13,7 @@
13
13
* Rely on the existing `ELASTIC_APM_CAPTURE_HEADERS` agent config option.
14
14
* Send as `context.message.headers`
15
15
* Sanitize sensitive headers/properties based on the `sanitize_field_names` config option
16
+
* Added support for the MongoDB sync driver. See [supported data stores](https://www.elastic.co/guide/en/apm/agent/java/master/supported-technologies-details.html#supported-databases).
16
17
17
18
## Bug Fixes
18
19
* JDBC regression- `PreparedStatement#executeUpdate()` and `PreparedStatement#executeLargeUpdate()` are not traced (#918)
@@ -38,7 +39,6 @@
38
39
* Add [`@Traced`](https://www.elastic.co/guide/en/apm/agent/java/master/public-api.html#api-traced) annotation which either creates a span or a transaction, depending on the context
39
40
* Report JMS destination as a span/transaction context field (#906)
* Added support for the MongoDB sync driver. See [supported data stores](https://www.elastic.co/guide/en/apm/agent/java/master/supported-technologies-details.html#supported-databases).
42
42
43
43
## Bug Fixes
44
44
* JMS creates polling transactions even when the API invocations return without a message
0 commit comments