Skip to content

Commit

Permalink
Merge pull request #1726 from newrelic/post-891-tasks
Browse files Browse the repository at this point in the history
Post 8.9.1 updates
  • Loading branch information
jtduffy authored Feb 7, 2024
2 parents 01e9074 + 5a35bdc commit b2b10b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Noteworthy changes to the agent are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\

## Version 8.9.1
## Fixes

- Check `HttpHost` instance for null prior to dereferencing it when certain execute() methods are called [1722](https://github.com/newrelic/newrelic-java-agent/pull/1722)
- Do an `instanceof` check in the `complete()` method prior to class cast [1719](https://github.com/newrelic/newrelic-java-agent/pull/1719)
- Null check on the response object prior to trying to report an external call [1719](https://github.com/newrelic/newrelic-java-agent/pull/1719)

## Deprecations

- The browser footer injection APIs have been deprecated and will be removed in a future agent release. The header injection API now adds both the header and footer scripts. [1679](https://github.com/newrelic/newrelic-java-agent/pull/1679)

The following instrumentation modules are deprecated and will be removed in the next major release:

- `aws-wrap-0.7.0`
- `java.completable-future-jdk8`
- `play-2.3`
- `spring-3.0.0`
- `netty-3.4`
- `Struts v1`

## Version 8.9.0
## New features and improvements

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The agent version.
agentVersion=8.9.1
agentVersion=8.10.0
securityAgentVersion=1.1.0

newrelicDebug=false
Expand Down

0 comments on commit b2b10b7

Please sign in to comment.