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

Bump github.com/newrelic/go-agent/v3/integrations/nrgorilla from 1.1.0 to 1.1.1 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2021

Bumps github.com/newrelic/go-agent/v3/integrations/nrgorilla from 1.1.0 to 1.1.1.

Changelog

Sourced from github.com/newrelic/go-agent/v3/integrations/nrgorilla's changelog.

ChangeLog

Unreleased

3.13.0

Fixed

  • Replaced the NR AWS SDK V2 integration for the v3 agent with a new version that works. See the v3/integrations/nrawssdk-v2/example/main.go file for an example of how to use it. Issues #250 and #288 are fixed by this PR. #309

  • Fixes issue #221: grpc errors reported in code watched by UnaryServerInterceptor() or StreamServerInterceptor() now create error events which are reported to the UI with the error message string included. #317

  • Fixes documentation in GUIDE.md for txn.StartExternalSegment() to reflect the v3 usage. Thanks to @​abeltay for calling this to our attention and submitting PR #320.

Changes

  • The v3/examples/server/main.go example now uses newrelic.ConfigFromEnvironment(), rather than explicitly pulling in the license key with newrelic.ConfigLicense(os.Getenv("NEW_RELIC_LICENSE_KEY")). The team is starting to use this as a general systems integration testing script, and this facilitates testing with different settings enabled.

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.

3.12.0

Changes

  • Updated CHANGELOG.md release notes language, to correct typographical errors and clean up grammar. #289

Fixed

  • When using DAX to query a dynamodb table, the New Relic instrumentation panics with a nil dereference error. This was due to the way that the request is made internally such that there is no HTTPRequest.Header defined, but one was expected. This correction checks for the existence of that header and takes an appropriate course of action if one is not found. #287 Thanks to @​odannyc for reporting the issue and providing a pull request with a suggested fix.

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.

3.11.0

New Features

  • Aerospike is now included on the list of recognized datastore names. Thanks @​vkartik97 for your PR! #233
  • Added support for verison 8 of go-redis. Thanks @​ilmimris for adding this instrumentation! #251

Changes

  • Changed logging level for messages resulting from Infinite Tracing load balancing operations. These were previously logged as errors, and now they are debugging messages. #276

Fixed

  • When the agent is configured with cfg.ErrorCollector.RecordPanics set to true, panics would be recorded by New Relic, but stack traces would not be logged as the Go Runtime usually does. The agent now logs stack traces from within its panic handler, providing similar functionality. #278
  • Added license files to some integrations packages to ensure compatibility with package.go.dev. Now the documentation for our integrations shows up again on go.docs.

... (truncated)

Commits
  • 273fd3f update integration tags, add go.mod and license for nrb3
  • 11f7414 Merge pull request #325 from RichVanderwal/remove-unneeded-import-2
  • 07aa8cc More uneeded includes removed
  • 53d8412 Merge pull request #324 from RichVanderwal/remove-unneeded-import
  • d547c20 Remove unneeded import
  • 6df71cd Merge pull request #323 from RichVanderwal/aws-sdk-v2-changelog-fix
  • c42ac9d Tidied up changelog
  • 155fa8b changelog, version for 3.13.0
  • 78fda45 Merge pull request #320 from abeltay/fix-external-seg-document
  • fc39c45 Merge pull request #316 from RichVanderwal/example-environment-config
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2021
@dependabot dependabot bot requested a review from jippi June 8, 2021 04:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/newrelic/go-agent/v3/integrations/nrgorilla-1.1.1 branch from d09136c to 90b56d8 Compare August 10, 2021 07:53
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/newrelic/go-agent/v3/integrations/nrgorilla-1.1.1 branch from 90b56d8 to c53dc9b Compare August 23, 2021 10:37
Bumps [github.com/newrelic/go-agent/v3/integrations/nrgorilla](https://github.com/newrelic/go-agent) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](newrelic/go-agent@v1.1.0...v3/integrations/nrpq/v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3/integrations/nrgorilla
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/newrelic/go-agent/v3/integrations/nrgorilla-1.1.1 branch from c53dc9b to ddc292f Compare October 28, 2021 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants