Skip to content

Commit 83666de

Browse files
Post Release Tasks for 8.19.0 Release (#2265)
* bump agent snapshot version * add 8.19.0 release notes to the changelog
1 parent 26f3ce3 commit 83666de

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Noteworthy changes to the agent are documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Version 8.19.0
8+
## New features and improvements
9+
10+
- Support Adding Labels to APM Forwarded Logs by @deleonenriqueta [2238](https://github.com/newrelic/newrelic-java-agent/pull/2238)
11+
- Update Config File to Include APM Forwarded Log Labels Options by @deleonenriqueta [2246](https://github.com/newrelic/newrelic-java-agent/pull/2246)
12+
- Add response attributes for http4s server modules by @kanderson250 [2243](https://github.com/newrelic/newrelic-java-agent/pull/2243)
13+
- Default proxy_scheme setting to "http" by @jtduffy [2230](https://github.com/newrelic/newrelic-java-agent/pull/2230)
14+
- Add support for server-side application logging configs by @obenkenobi [2259](https://github.com/newrelic/newrelic-java-agent/pull/2259)
15+
16+
## Fixes
17+
- invokeSuspend edge case fix by @kanderson250 [2228](https://github.com/newrelic/newrelic-java-agent/pull/2228)
18+
- Rename and reenable aws sqs modules by @kanderson250 [2258](https://github.com/newrelic/newrelic-java-agent/pull/2258)
19+
- Update JFR service to run as a daemon by @kanderson250 [2245](https://github.com/newrelic/newrelic-java-agent/pull/2245)
20+
21+
## IAST
22+
- CSEC Version bump to 1.6.1 [2252](https://github.com/newrelic/newrelic-java-agent/pull/2252)
23+
- Changelog: https://github.com/newrelic/csec-java-agent/releases/tag/1.6.1
24+
25+
726
## Version 8.18.0
827
## New features and improvements
928

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The agent version.
2-
agentVersion=8.19.0
2+
agentVersion=8.20.0
33
securityAgentVersion=1.6.1
44

55
newrelicDebug=false

0 commit comments

Comments
 (0)