Skip to content

Release 1.1.12

Latest

Choose a tag to compare

@gsidhwani-nr gsidhwani-nr released this 12 Jan 13:35
0a2e55c

Release Notes - Version 1.1.12

Release Date: January 12, 2026

🐞 Bug Fix

Fixed: Custom field names now preserve case when mergeCustomFields=true

Previously, custom field names like businessGroup and departmentName were converted to lowercase (businessgroup, departmentname) in New Relic.

Before:

  • businessgroup: "Sales"
  • departmentname: "Finance"

After:

  • businessGroup: "Sales"
  • departmentName: "Finance"

🛠 Changes

  • Added putPreserveCase() method to LowercaseKeyMap
  • Updated custom field handling in LogForwarder
  • Added whitespace trimming to custom field parsing

📦 Upgrade

<dependency>
    <groupId>com.newrelic.labs</groupId>
    <artifactId>custom-log4j2-appender</artifactId>
    <version>1.1.12</version>
</dependency>