fix(deps): update module github.com/cockroachdb/errors to v1.12.0 #205
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.1→v1.12.0Release Notes
cockroachdb/errors (github.com/cockroachdb/errors)
v1.12.0Compare Source
What's Changed
Full Changelog: cockroachdb/errors@v1.11.3...v1.12.0
v1.11.3Compare Source
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.11.2...v1.11.3
v1.11.2Compare Source
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.11.1...v1.11.2
v1.11.1Compare Source
No functionality or API changes in this version. We downgrade the go version requirement in
go.modto 1.19 since only tests actually use go 1.20 APIs.This makes the 1.11.1 version suitable for deploying with projects that are not yet on go 1.20 but require forward compatibility with multi-cause errors encoded by version 1.11.0 or greater of this library. (We had previously released 1.10.1 for this purpose, but that wasn't necessary in retrospect.)
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.11.0...v1.11.1
v1.11.0: go 1.20 compatibility and multi-cause error supportCompare Source
This release adds support for go 1.20 and its multi-cause errors introduced into the errors API.
Multi-cause errors are now supported
These were introduced in go 1.20
IsandAssupport is now compatible with multi-cause errors (matching stdlib changes)The public API gains a number of new functions
See the README for details.
Joinadds a drop-in replacement for the new stdlib function to combine an arbitrary number of errors into one (Thank you @StevenACoffman)A bug was fixed in the formatting of wrapped errors that resulted in only the innermost cause getting printed (#113)
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.10.0...v1.11.0
v1.10.1: multi-cause error support without requiring go 1.20Compare Source
This release is identical to v1.11.0 except that it remains compatible with pre 1.20 go versions. This allows for rolling out support in your system in a backwards compatible manner, allowing applications that are not using go 1.20 to decode and interpret multi-cause errors generated by newer versions of this library.
This release adds support for go 1.20 and its multi-cause errors introduced into the errors API.
Multi-cause errors are now supported
These were introduced in go 1.20
IsandAssupport is now compatible with multi-cause errors (matching stdlib changes)The public API gains a number of new functions
See the README for details.
Joinadds a drop-in replacement for the new stdlib function to combine an arbitrary number of errors into one (Thank you @StevenACoffman)A bug was fixed in the formatting of wrapped errors that resulted in only the innermost cause getting printed (#113)
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.10.0...v1.11.0
v1.10.0: Dependency updates, gRPC API and redaction improvementsCompare Source
Add status.Errorf to the gRPC Wrappers #110
This change updates our gRPC API to match the
grpc-gostatus package more closely.Update the redact dependency. #111
This release upgrade the cockroachdb/redact dependency in this project.
The upgrade leads to improved empty string handling in redacted error outputs. Details can be seen in the data driven test changes.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.