Releases: newrelic-experimental/newrelic-java-mule-4
Releases · newrelic-experimental/newrelic-java-mule-4
v3.1.5
What's Changed
- Mule 4.7 update by @dhilpipre in #21
- updated instrumentation to support Mule Core 4.7 by @dhilpipre in #22
Full Changelog: v3.1.4...v3.1.5
v3.1.4
v3.1.3
Bug Fixes
- Fixed instrumentation for mule core 4.1.x
- Fixed instrumentation for mule extensions
Full Changelog: (v3.1.2...v3.1.3)
v3.1.2
Bug Fixes
- Fixes to Mule-Core-5.x
- Merge pull request #18 from newrelic-experimental/fix-mule-core-4.5
- Upgraded plugin de.undercouch.download version 5.0.0
- Fixed excludes so verify passes
- Merge pull request #19 from newrelic-experimental/fix-mule-core-4.5
Full Changelog: (v3.1.1...v3.1.2)
v3.1.1
v3.0.1
Bug Fixes
- Fixed problems with events and added http connector
- Fixed to http problems
- Fixed null pointer in 4.2.2 and fixed problem with acceptDistributedTracePayload
- Fixed to take care of build that was broken when Maven repo was removed
- Merge pull request #12 from newrelic-experimental/muleagentfix
- Fixed to build due to removal of jar from Maven
- Merge branch 'main' into mulebatchfix
- Merge pull request #14 from newrelic-experimental/mulebatchfix
Build Upgrades
- Updated vendor title and added release workflow
Full Changelog: (3.0...v3.0.1)
Mule 4 Instrumentation - Release 3.0
This release uses distributed tracing headers to track the flow through Mule instead of the Java Agent tokens and segments. This results in more transactions but all are tied together in the distributed tracing view
Provides instrumentation for Mule 4.x. Requires use of New Relic Java Agent 6.4.0 or later as it includes span attributes
To install
- Download extensions.tar
- In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
- Extract the contents of extensions.tar into the extensions directory
- Restart the application
Mule 4 Instrumentation - Release 2.0
Provides instrumentation for Mule 4.x. Requires use of New Relic Java Agent 6.4.0 or later as it includes span attributes
August 29, 2022 - Updated to include Mule 4.4.x
To install
- Download extensions.tar
- In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
- Extract the contents of extensions.tar into the extensions directory
- Restart the application
Mule 4.x Instrumentation - Release 1.0
Provides instrumentation for Mule 4.x
To install
- Download extensions.tar
- In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
- Extract the contents of extensions.tar into the extensions directory
- Restart the application