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

Release 3.17.0 #531

Merged
merged 91 commits into from Jun 29, 2022
Merged

Release 3.17.0 #531

merged 91 commits into from Jun 29, 2022

Conversation

nr-swilloughby
Copy link
Contributor

3.17.0

Added

  • Logs in context now supported for zerolog.
  • This is a quick way to view logs no matter where you are in the platform.
    * Adds support for logging metrics which shows the rate of log messages by severity in the Logs chart in the APM Summary view. This is enabled by default in this release.
    * Adds support for forwarding application logs to New Relic. This automatically sends application logs that have been enriched to power APM logs in context. This is disabled by default in this release. This will be on by default in a future release.
    * To learn more about APM logs in context see the documentation here.
    * Includes the RecordLog function for recording log data from a single log entry
    * An integrated plugin for zerolog to automatically ingest log data with the Go Agent.
    * Resolves issue 178, issue 488, issue 489, issue 490, and issue 491 .
  • Added integration for MS SQL Server (PR 425; thanks @ishahid91!)
    * This introduces the nrmssql integration v1.0.0.

Fixed

  • Improved speed of building distributed trace header JSON payload. Fixes issue 505.
  • Renamed the gRPC attribute names from GrpcStatusLevel, GrpcStatusMessage, and GrpcStatusCode to grpcStatusLevel, grpcStatusMessage, and grpcStatusCode respectively, to conform to existing naming conventions for New Relic agents. Fixes issue 492.
  • Updated go.mod for the nrgin integration to mitigate security issue in 3rd party dependency.
  • Updated go.mod for the nrawssdk-v1 integration to properly reflect its dependency on version 3.16.0 of the Go Agent.
  • Updated go.mod for the nrlambda integration to require aws-lambda-go version 1.20.0. (PR 356; thanks MattWhelan!)

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.

  • Note that the oldest supported version of the Go Agent is 3.6.0.

MattWhelan and others added 30 commits August 2, 2021 15:24
This version has a fix that we need.
Added intergation for ms sql server
Merge branch 'nrecho-test' of https://github.com/mirackara/go-agent into nrecho-test
Update gin-gonic to version 1.7.7
Adds the ability to ingest and harvest log events that have been
structured and formatted to the proper json spec. This is meant to be
used by wrapper libraries for popular logging frameworks, and should not
be called by users.
Modifies the agent to support passing log data from the new
zerolog plugin into the harvest pool and sending that data
to our servers.
Creates a suite of tests to measure and benchmark the performance
of features of the Go agent at scale.
iamemilio and others added 21 commits June 28, 2022 16:00
Added integration for ms sql server with newrelic
Update nrgin go.mod to mitigate security issue in 3rd party dependency
Added noop operations for js/wasm build target
Revert "Added noop operations for js/wasm build target"
Allows custom events to be configured by users and adds tests to verify changes.
clean up some style issues and exported functions that should be private
@CLAassistant
Copy link

CLAassistant commented Jun 29, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
7 out of 8 committers have signed the CLA.

✅ ishahid91
✅ MattWhelan
✅ mirackara
✅ sdbedi
✅ taufik-rama
✅ nr-swilloughby
✅ iamemilio
❌ Mirac Kara


Mirac Kara seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@nr-swilloughby nr-swilloughby added this to Awaiting User Input in Go Engineering Board via automation Jun 29, 2022
@nr-swilloughby nr-swilloughby changed the title Develop Release 3.17.0 Jun 29, 2022
Copy link
Contributor

@iamemilio iamemilio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@nr-swilloughby nr-swilloughby merged commit d71efc4 into master Jun 29, 2022
Go Engineering Board automation moved this from Awaiting User Input to Done Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants