You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 3.20.2
2
+
3
+
### Added
4
+
* New `NoticeExpectedError()` method allows you to capture errors that you are expecting to handle, without triggering alerts
5
+
6
+
### Fixed
7
+
* More defensive harvest cycle code that will avoid crashing even in the event of a panic.
8
+
* Update `nats-server` version to avoid known zip-slip exploit
9
+
* Update `labstack/echo` version to mitigate known open redirect exploit
10
+
11
+
### Support Statement
12
+
New Relic recommends that you upgrade the agent regularly to ensure that you’re getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.
13
+
14
+
We also recommend using the latest version of the Go language. At minimum, you should at least be using no version of Go older than what is supported by the Go team themselves.
15
+
16
+
See the [Go Agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go Agent and third-party components.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Before submitting an Issue, please search for similar ones in the
24
24
25
25
## Pull Requests
26
26
27
-
Pull requests must pass all automated tests and must be reviewed by at least one maintaining engineer before being merged.
27
+
Pull requests must pass all automated tests and must be reviewed by at least one maintaining engineer before being merged. Please contribute all pull requests against the `develop` branch, which is where we stage changes ahead of a release and run our most complete suite of tests.
28
28
29
29
When contributing a new integration package, please follow the [Writing a New Integration Package](https://github.com/newrelic/go-agent/wiki/Writing-a-New-Integration-Package) wiki page.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
2
-
[](https://opensource.newrelic.com/oss-category/#community-plus)
1
+
[](https://opensource.newrelic.com/oss-category/#community-plus)
3
2
4
3
# New Relic Go Agent [](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic/)[](https://goreportcard.com/report/github.com/newrelic/go-agent)
0 commit comments