Skip to content

Commit

Permalink
Merge pull request #458 from RichVanderwal/nrstan-update
Browse files Browse the repository at this point in the history
update version of nats-streaming-server
  • Loading branch information
nr-swilloughby authored May 18, 2022
2 parents aee135d + 6da91bf commit 294568e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ChangeLog

## Unreleased

### 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
* Strings logged via the Go Agent's built-in logger will have strings of the form `license_key=`*hex-string* changed to `license_key=[redacted]` before they are output, regardless of severity level, where *hex-string* means a sequence of upper- or lower-case hexadecimal digits and dots ('.'). This incorporates [PR #415](https://github.com/newrelic/go-agent/pull/415).
Expand Down
4 changes: 2 additions & 2 deletions v3/integrations/nrstan/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module github.com/newrelic/go-agent/v3/integrations/nrstan/test
go 1.13

require (
github.com/nats-io/nats-streaming-server v0.16.2
github.com/nats-io/stan.go v0.5.0
github.com/nats-io/nats-streaming-server v0.24.1
github.com/nats-io/stan.go v0.10.2
github.com/newrelic/go-agent/v3 v3.4.0
github.com/newrelic/go-agent/v3/integrations/nrstan v0.0.0
)
Expand Down

0 comments on commit 294568e

Please sign in to comment.