Releases: newrelic/newrelic-java-vertx
Releases · newrelic/newrelic-java-vertx
v1.4.5
Bug Fixes
- Fixed problems related to distributed tracing
- Merge branch 'main' of https://github.com/newrelic/newrelic-java-vertx into fix_dt
- Merge pull request #22 from newrelic/fix_dt
- Java-verify fix
- Merge pull request #26 from newrelic/fixes_for_5.0
- Enhanced future tracking #30
Full Changelog: (v1.4.4...v1.4.5)
v1.4.4
What's Changed
- Update release.yml to use secrets.OPENSOURCE_BOT_TOKEN by @gsidhwani-nr in #20
New Contributors
- @gsidhwani-nr made their first contribution in #20
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Bug Fixes
- Fixes to work with version 4.5.1
- Merge pull request #12 from newrelic-experimental/fix-for-4.5
Full Changelog: (v1.4.2...v1.4.3)
v1.4.2
Bug Fixes
- Merge pull request #11 from newrelic-experimental/fix-for-4.5
Full Changelog: (v1.4.1...v1.4.2)
v1.4.1
Bug Fixes
- Merge pull request #9 from newrelic-experimental/packagefix
Build Upgrades
- Updated vendor title
Full Changelog: (1.4...v1.4.1)
Vertx Event Bus Instrumentation V1.4
Added support for Vert.x versions 4.3.2 and later
To use:
- Download the release tar file
- In the New Relic Java Agent directory (directory with newrelic.jar), create a directory named extensions if it does not already exist
- Extract the contents of the instrumentation.tar into the extensions directory
- Restart the application
Vertx Event Bus Instrumentation
Added support for Vert.x 4.x versions
To use:
- Download the release tar file
- In the New Relic Java Agent directory (directory with newrelic.jar), create a directory named extensions if it does not already exist
- Extract the contents of the Vertx-1.3-Release.tar into the extensions directory
- Restart the application
Vert.x Event Bus - Java Agent Versions 6.4.0 and higher
Extensions needed for Java Agent where the version is 6.4.0 or higher
Vert.x Event Bus - Java Agent Versions up to 6.3.0
Fixes some overhead issues related to the Event Bus. Refactored the way Vert.x Verticles are instrumented from Weaver generatation to Agent Pointcut