Skip to content

Commit fcdab68

Browse files
committed
Fix release version of MongoDB support
1 parent 491da9d commit fcdab68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (Next)
1+
# 1.12.0 (Next)
22

33
## Features
44
* JMS Enhancements (#911):
@@ -13,6 +13,7 @@
1313
* Rely on the existing `ELASTIC_APM_CAPTURE_HEADERS` agent config option.
1414
* Send as `context.message.headers`
1515
* 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).
1617

1718
## Bug Fixes
1819
* JDBC regression- `PreparedStatement#executeUpdate()` and `PreparedStatement#executeLargeUpdate()` are not traced (#918)
@@ -38,7 +39,6 @@
3839
* 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
3940
* Report JMS destination as a span/transaction context field (#906)
4041
* Added [`capture_jmx_metrics`](https://www.elastic.co/guide/en/apm/agent/java/master/config-jmx.html#config-capture-jmx-metrics) configuration option
41-
* 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).
4242

4343
## Bug Fixes
4444
* JMS creates polling transactions even when the API invocations return without a message

docs/supported-technologies.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Other Servlet 3+ compliant servers will most likely work as well.
176176

177177
The name of the span is `<db>.<collection>.<command>`.
178178
The actual query will not be recorded.
179-
|1.11.0
179+
|1.12.0
180180

181181
|===
182182

0 commit comments

Comments
 (0)