Skip to content

Releases: newrelic-experimental/newrelic-java-mule-4

v3.1.5

28 Aug 16:34
432a960
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

15 Apr 07:38
Compare
Choose a tag to compare

Bug Fixes

  • Exlulded interim mule core releases from Verification

Full Changelog: (v3.1.3...v3.1.4)

v3.1.3

31 Jan 08:18
Compare
Choose a tag to compare

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

29 Nov 13:21
7d7ff0d
Compare
Choose a tag to compare

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

01 Nov 12:46
Compare
Choose a tag to compare

Features

  • Added support for mule 4.5 and above

Full Changelog: (v3.0.1...v3.1.1)

v3.0.1

27 Sep 11:34
0ee8b10
Compare
Choose a tag to compare

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

02 Jun 19:21
902f8b1
Compare
Choose a tag to compare

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

  1. Download extensions.tar
  2. In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
  3. Extract the contents of extensions.tar into the extensions directory
  4. Restart the application

Mule 4 Instrumentation - Release 2.0

30 Aug 21:52
a062be5
Compare
Choose a tag to compare

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

  1. Download extensions.tar
  2. In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
  3. Extract the contents of extensions.tar into the extensions directory
  4. Restart the application

Mule 4.x Instrumentation - Release 1.0

30 Aug 21:50
Compare
Choose a tag to compare

Provides instrumentation for Mule 4.x

To install

  1. Download extensions.tar
  2. In the New Relic Java Agent directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist.
  3. Extract the contents of extensions.tar into the extensions directory
  4. Restart the application