Releases: newrelic-experimental/newrelic-java-ktor
Releases · newrelic-experimental/newrelic-java-ktor
v2.1.0
Full Changelog: (v2.0.0...v2.1.0)
v2.0.0
Note if updating from V1.0.0
Due to a change in the extension jar names delete any of the jar files for Ktor from V1.0.0 before installing the extension jars from this release.
You should also update Kotlin Coroutines instrumentation to https://github.com/newrelic/newrelic-java-kotlin-coroutines/releases/tag/v1.0.4
What's Changed
- Update gradle by @dhilpipre in #1
- Transaction fix by @dhilpipre in #4
- Create release.yml by @dhilpipre in #5
- Update release.yml by @dhilpipre in #6
New Contributors
- @dhilpipre made their first contribution in #1
Full Changelog: 1.0...v2.0.0
Ktor instrumentation
To use this release, do the following:
- Download the instrumentation.tar
- In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist
- Extract the jar files in instrumentation.tar into the extensions directory
- Restart the application