Skip to content

Releases: newrelic/newrelic-java-ktor

v2.2.2

Choose a tag to compare

@nr-opensource-bot nr-opensource-bot released this 22 Apr 18:21
32948be

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

Choose a tag to compare

@nr-opensource-bot nr-opensource-bot released this 07 Jan 14:27
702fc7f

Full Changelog: (v2.2.0...v2.2.1)

v2.2.0

Choose a tag to compare

@nr-opensource-bot nr-opensource-bot released this 07 Jan 13:59
8066806

What's Changed

Supported Ktor Clients

  • Apache5
  • Java
  • OkHttp
  • Jetty
  • Jetty-Jakarta

Full Changelog: v2.1.1...v2.2.0

v2.1.2

Choose a tag to compare

@nr-opensource-bot nr-opensource-bot released this 13 Nov 09:43
61f6d39

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.2

Release 2.1.1

Release 2.1.1 Pre-release
Pre-release

Choose a tag to compare

@gsidhwani-nr gsidhwani-nr released this 13 Nov 09:41
61f6d39

Draft release

v2.1.0

Choose a tag to compare

@nr-opensource-bot nr-opensource-bot released this 01 Oct 14:42
9596d90

What's Changed

Full Changelog: 1.0...v2.1.0

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:40
9596d90

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

New Contributors

Full Changelog: 1.0...v2.0.0

Ktor instrumentation

Choose a tag to compare

@dhilpipre dhilpipre released this 24 May 20:58

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