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

build(deps): bump github.com/cockroachdb/errors from 1.8.6 to 1.9.0 in /logger #123

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2022

Bumps github.com/cockroachdb/errors from 1.8.6 to 1.9.0.

Release notes

Sourced from github.com/cockroachdb/errors's releases.

Better Sentry reports

This release enhances the composition of Sentry reports to reveal more details about errors. In particular, it does a better job of revealing information that was always redacted as unsafe in previous versions.

Some examples of data that is now included, that wasn't previously:

  • the underlying errors behind barriers and assertion failures
  • some Go runtime errors (e.g. context canceled, os.PathError, etc)
  • custom error types that have a safe formatter function even though they don't report safe strings via the SafeDetails interface
  • the tree structure of secondary errors

See PR #94 for details and an example.

Bug fixes and dependency update

  • context.DeadlineExceeded is now preserved across the network, including keeping its reference so it can be compared by reference (#89).
  • a bug was fixed whereby a call cycle (and stack overflow) would happen when calling errors.Is on an error that delegates its Error method to Format or SafeFormatError (#90).
  • the errors library does not any more depend on a custom fork of sentry-go, and now uses the upstream library directly (#92). Special thanks to @​jhchabran for this contribution.
Commits
  • feb9d32 barriers: use a redactable string as message payload
  • a73e1b6 report: rework the composition to use redacted verbose printouts
  • 7d46ef1 barriers: reveal more safe details about the masked error
  • 7261bff Bump datadriven again
  • 006fc4c Bump datadriven again
  • cf3a3f6 Bump datadriven to get rid of the old sentry-go recursive dep.
  • 21aeae9 Update redact
  • 3d9734e Merge pull request #92 from jhchabran/update-sentry
  • 8b696b8 Drop fork and update to latest sentry-go
  • 7e57867 Merge pull request #90 from knz/20220118-fmt-rec
  • 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2022

The following labels could not be found: go, Skip Changelog.

Bumps [github.com/cockroachdb/errors](https://github.com/cockroachdb/errors) from 1.8.6 to 1.9.0.
- [Release notes](https://github.com/cockroachdb/errors/releases)
- [Commits](cockroachdb/errors@v1.8.6...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/cockroachdb/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/logger/github.com/cockroachdb/errors-1.9.0 branch from eab8a75 to a7bd9df Compare March 27, 2022 07:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2022

Looks like github.com/cockroachdb/errors is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 27, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/logger/github.com/cockroachdb/errors-1.9.0 branch March 27, 2022 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants