-
Notifications
You must be signed in to change notification settings - Fork 301
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
Release v3.16.0 #497
Merged
Merged
Release v3.16.0 #497
Conversation
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
…headers do not include distributed trace headers in AWS SDK requests
Ensure that if an error contains attributes, that they are safely coppied into the new error created in the wrap function.
The net library is no longer compatible when built from "tip" in go versions below 1.15, and is not supported in go versions below 1.16. This pins it to a known working version.
Creates a bash function that pins golang repos to a specific version or commit using the go mod syntax: <repo>@<version|commit>. This can be set in the github actions by declaring a matrix variable "pin".
Updates the error message of the comparison method to clearly state which value is expected and actual, and fixes the usage of this function to follow this convention consistently.
The latest version of graphql for golang returns errors of type "errorString" rather than "queryError" causing the test to fail. The error type is not an important part of validating that an error was captured, so we will simply not check it.
Removing unneeded utility from agent
Test Dependency Pinning
Fix v3 nrgraphgophers test
Add support for OpenBSD
update version of nats-streaming-server
Handle attributes in nrpkgerrors
Enable DT by Default for the Go Agent
Release 3.16.0
Release 3.16.0 additional changes
RichVanderwal
approved these changes
May 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 3.16.0
Added
newrelic.ConfigDistributedTracerEnabled(false)
to your application configuration.newrelic.ConfigDistributedTracerReservoirLimit(
newlimit)
to your application configuration.Fixed
nrpkgerrors.Wrap
now checks if the error it is passed has attributes, and if it does, copies them into the New Relic error it creates.This fixes issue #409 via PR #441.
nrpkgerrors
version to v1.1.0.Support Statement
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.