Skip to content

Commit

Permalink
Fix documentation per review
Browse files Browse the repository at this point in the history
  • Loading branch information
twcrone committed Sep 7, 2021
1 parent fe1df3c commit 70f1e6e
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -7,7 +7,7 @@ downloadLink: 'https://download.newrelic.com/newrelic/java-agent/newrelic-agent/

### New features and improvements

* Scala Library Instrumentation [#362](https://github.com/newrelic/newrelic-java-agent/pull/362) [#363](https://github.com/newrelic/newrelic-java-agent/pull/363)
* Scala Library Instrumentation [#362](https://github.com/newrelic/newrelic-java-agent/pull/362) and [#363](https://github.com/newrelic/newrelic-java-agent/pull/363)
* STTP versions 2 & 3 Akka-HTTP, HTTP4s and STTP core backends
* Cats-effect v2
* ZIO v1
Expand All @@ -16,7 +16,6 @@ downloadLink: 'https://download.newrelic.com/newrelic/java-agent/newrelic-agent/
* Akka-HTTP v10.1 & v10.2
* For more information, see [Scala instrumentation](https://docs.newrelic.com/docs/agents/java-agent/frameworks/scala-installation-java/).


* Scala API support (see PRs above)
* Scala APIs provided for explicit instrumentation of several of above libraries in case auto-instrumentation is not desired
* Cats-effect v2
Expand All @@ -38,7 +37,7 @@ downloadLink: 'https://download.newrelic.com/newrelic/java-agent/newrelic-agent/
* Refactored code to use less memory.

### Fixes
The existing mongo instrumentation was partially applying when mongo reactive is being used.
The existing MongoDB instrumentation was partially applying when MongoDB Reactive Streams is being used.

* Disable weaving package when MongoDB 4.x+ reactive driver detected [#341](https://github.com/newrelic/newrelic-java-agent/pull/341)
* For more information, see [Spring Reactive DB Drivers - MongoDB Support](https://github.com/newrelic/newrelic-java-agent/issues/198)
Expand Down

0 comments on commit 70f1e6e

Please sign in to comment.