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

update version of nats-streaming-server #458

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
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
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