Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go agent release notes v3.29.0 #15531

Merged
merged 3 commits into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
subject: Go agent
releaseDate: '2023-12-14'
version: 3.29.0
downloadLink: 'https://github.com/newrelic/go-agent/tree/v3.29.0'
features: ["Security agent integration `nrsecurityagent` now reports security configuraiton information along with the overall Go Agent configuration values","Code-Level Metrics collection efficiency enhancement allows user callback function for as-needed (and just-in-time) evaluation of custom code locations rather than up-front location overrides, via the `WithCodeLocationCallback` CLM option","Added extended synthetics support for new `X-Newrelic-Synthetics-Info` HTTP headers"]
bugs: ["Documentation fixes","Removed deprecated `ROADMAP.md` file"]
security: []
---

<Callout variant="important">
We recommend updating to the latest agent version as soon as it's available. If your organization's practices prevent you from updating, 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/).

Check warning on line 12 in src/content/docs/release-notes/agent-release-notes/go-release-notes/go-agent-3-29-0.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.Adverbs] Consider removing 'regularly'. Raw Output: {"message": "[new-relic.Adverbs] Consider removing 'regularly'.", "location": {"path": "src/content/docs/release-notes/agent-release-notes/go-release-notes/go-agent-3-29-0.mdx", "range": {"start": {"line": 12, "column": 166}}}, "severity": "INFO"}
</Callout>


## 3.29.0
### Added
* Security agent integration `nrsecurityagent` now reports security configuraiton information along with the overall Go Agent configuration values. (Updates `nrsecurityagent` to v1.2.0.)
* Code-Level Metrics collection efficiency enhancement allows user callback function for as-needed (and just-in-time) evaluation of custom code locations rather than up-front location overrides, via the `WithCodeLocationCallback` CLM option. Deprecates `WithCodeLocation` option (although the latter function is still supported for compatibility with existing code).
* Added extended synthetics support for new `X-Newrelic-Synthetics-Info` HTTP headers.
* Documentation fixes.
* Removed deprecated `ROADMAP.md` file.

### Support statement
We use the latest version of the Go language. At minimum, you should be using no version of Go older than what's supported by the Go team themselves.
See the [Go agent EOL Policy](/docs/apm/agents/go-agent/get-started/go-agent-eol-policy) for details about supported versions of the Go agent and third-party components.

Loading