Skip to content

Commit

Permalink
Merge pull request #1720 from newrelic/jasonjkeller-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
jasonjkeller authored Feb 2, 2024
2 parents fb80af4 + 6345352 commit 3c123ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add config to set the size limit of attributes on custom events (i.e. `newrelic.config.custom_insights_events.max_attribute_value`). Default size is `255` characters and the max is `4095`. [1683](https://github.com/newrelic/newrelic-java-agent/pull/1683)
- Add Spring instrumentation modules to support proper transaction naming (route + HTTP method) of traditional annotated spring controllers as well as controllers that inherit annotations from interfaces, super classes or custom annotations. Note that because the new instrumentation can change transaction names, enabling this "enhanced transaction naming" is gated by the `newrelic.config.class_transformer.enhanced_spring_transaction_naming` agent configuration option, which is `false` by default. Thanks to @mgr32 for their help with validating the naming changes. [1675](https://github.com/newrelic/newrelic-java-agent/pull/1675)
- Add instrumentation for Vert.x 4.5.x web client and futures [1704](https://github.com/newrelic/newrelic-java-agent/pull/1704)
- Update Security Agent to Public Release version `1.1.0` [1710](https://github.com/newrelic/newrelic-java-agent/pull/1710)

## Fixes

Expand All @@ -36,6 +35,10 @@ The following instrumentation modules are deprecated and will be removed in the
- `netty-3.4`
- `Struts v1`

## IAST
- Update Security Agent to Public Release version `1.1.0` [1710](https://github.com/newrelic/newrelic-java-agent/pull/1710)
- Changelog: https://github.com/newrelic/csec-java-agent/releases/tag/1.1.0

## Version 8.8.1
## Fixes

Expand Down

0 comments on commit 3c123ac

Please sign in to comment.