Releases: newrelic/newrelic-java-ktor
Releases · newrelic/newrelic-java-ktor
Release list
v2.2.2
Bug Fixes
- Ixed missing premain declaration
- Ixed gradle build
- Erge pull request #28 from newrelic-experimental/build-fixes
- Erge pull request #29 from newrelic-experimental/client-fixes
Full Changelog: (v2.2.1...v2.2.2)
v2.2.1
Full Changelog: (v2.2.0...v2.2.1)
v2.2.0
What's Changed
- Feat/ktor clients by @gsidhwani-nr in #24
Supported Ktor Clients
- Apache5
- Java
- OkHttp
- Jetty
- Jetty-Jakarta
Full Changelog: v2.1.1...v2.2.0
v2.1.2
What's Changed
- feat: Create CHANGELOG.tpl.md for OpenSourceBot by @gsidhwani-nr in #8
- Support for Server 3.x by @dhilpipre in #9
- Updates per kotlin updates by @dhilpipre in #12
- initial checkin of code for ktor-utils by @dhilpipre in #13
- Ktor server fixes by @dhilpipre in #14
- updates to ktor netty by @dhilpipre in #15
- removed refs to agent version 6.4.0 by @dhilpipre in #18
- changed KtorServlet instrumentation from Java to Kotlin by @dhilpipre in #19
- Ktor fixes by @dhilpipre in #20
- updated README and fixed verify by @dhilpipre in #21
- feat: added ktor-server-jetty instrumentation by @gsidhwani-nr in #22
- Update release.yml by @gsidhwani-nr in #23
- Addressed #10
New Contributors
- @gsidhwani-nr made their first contribution in #8
Full Changelog: v2.0.0...v2.1.2
Release 2.1.1
Draft release
v2.1.0
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
Full Changelog: 1.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