-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa77f47
commit 17a9014
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...ent/docs/release-notes/agent-release-notes/go-release-notes/go-agent-3-36-0.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
subject: Go agent | ||
releaseDate: '2025-01-16' | ||
version: 3.36.0 | ||
downloadLink: 'https://github.com/newrelic/go-agent/tree/v3.36.0' | ||
features: ["Security agent improvements"] | ||
bugs: ["Added missing license files","Fixed module dependencies in nrgrpc integration","corrects handling of panic(nil)"] | ||
security: [""] | ||
--- | ||
|
||
<Callout variant="important"> | ||
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about [keeping your agent up to date](https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/). | ||
</Callout> | ||
|
||
## 3.36.0 | ||
### Enhanced | ||
- Internal improvements to securityagent integration to better support trace handling and other support for security analysis of applications under test, now v1.3.4; affects the following other integrations: | ||
- nrecho, now v1.1.4 | ||
- nrecho-v4, now v1.1.3 | ||
- nrgin, now v1.3.3 | ||
- nrgorilla, now v1.2.3 | ||
- nrgraphqlgo, now v1.0.2 | ||
- nrhttprouter, now v1.1.3 | ||
|
||
### Fixed | ||
- Added missing license files. | ||
- Fixed module dependencies in nrgrpc integration, now v1.4.5 | ||
- Corrects handling of `panic(nil)` to no longer try to keep pre-Go-1.21 behavior but to allow newer language semantics for that condition. Fixes [issue 975](https://github.com/newrelic/go-agent/issues/975). | ||
|