Skip to content

Commit

Permalink
Merge pull request #496 from nr-swilloughby/release_3_16_0
Browse files Browse the repository at this point in the history
Release 3.16.0
  • Loading branch information
nr-swilloughby authored May 19, 2022
2 parents 86338ab + 88c21ac commit fbc1203
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# ChangeLog
## 3.16.0
### Added
* Distributed Tracing is now the default mode of operation. It may be disabled by user configuration if so desired. [PR #495](https://github.com/newrelic/go-agent/pull/495)
* To disable DT, add `newrelic.ConfigDistributedTracerEnabled(false)` to your application configuration.
* To change the reservoir limit for how many span events are to be collected per harvest cycle from the default, add `newrelic.ConfigDistributedTracerReservoirLimit(`*newlimit*`)` to your application configuration.
* The reservoir limit's default was increased from 1000 to 2000.
* The maximum reservoir limit supported is 10,000.
* Note that Cross Application Tracing is now deprecated.
### Fixed
* Corrected some example code to be cleaner.
* Updated version of nats-streaming-server. [PR #458](https://github.com/newrelic/go-agent/pull/458)
* Correction to nrpkgerrors so that `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](https://github.com/newrelic/go-agent/issues/409) via [PR #441](https://github.com/newrelic/go-agent/pull/441).
* This increments the `nrpkgerrors` version to v1.1.0.

## Unreleased
### 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.

### Changed
* Updated version of `nats-streaming-server` in the nrstan integration to patch vulnerability mentioned in [this Dependabot alert](https://github.com/newrelic/go-agent/security/dependabot/3).

## 3.15.2
### Added
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
// Version is the full string version of this Go Agent.
Version = "3.15.2"
Version = "3.16.0"
)

var (
Expand Down

0 comments on commit fbc1203

Please # to comment.