-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
cockroachdb/errors: support multi-errors for 1.20 #97799
Labels
A-observability-inf
branch-release-23.2
Used to mark GA and release blockers, technical advisories, and bugs for 23.2
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
db-cy-23
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Comments
dhartunian
added a commit
to dhartunian/cockroach
that referenced
this issue
Aug 25, 2023
This errors lib release is a compatibility release that adds multi- cause error support in preparation for go 1.20. One test needed to have datadriven output updated due to a bugfix that improved error printing for certain kinds of wrapped error chains. Part of cockroachdb#97799 Epic: None Release note: None
dhartunian
added a commit
to dhartunian/cockroach
that referenced
this issue
Aug 25, 2023
This errors lib release is a compatibility release that adds multi- cause error support in preparation for go 1.20. One test needed to have datadriven output updated due to a bugfix that improved error printing for certain kinds of wrapped error chains. Part of cockroachdb#97799 Epic: None Release note: None Release justification: enables mixed-version compatibility with errors generated from 23.2 if they use a newer version of this library compatible with go 1.20
craig bot
pushed a commit
that referenced
this issue
Aug 25, 2023
109355: deps: update errors dependency to 1.10.1 r=knz a=dhartunian This errors lib release is a compatibility release that adds multi- cause error support in preparation for go 1.20. One test needed to have datadriven output updated due to a bugfix that improved error printing for certain kinds of wrapped error chains. Part of #97799 Epic: None Release note: None Co-authored-by: David Hartunian <[email protected]>
cockroachdb/errors v1.11.0 and higher support multi-cause errors and go 1.20 https://github.com/cockroachdb/errors/releases/tag/v1.11.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-observability-inf
branch-release-23.2
Used to mark GA and release blockers, technical advisories, and bugs for 23.2
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
db-cy-23
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Is your feature request related to a problem? Please describe.
See cockroachdb/errors#99 and #96443.
We must do this before we release a version with go1.20.
Describe alternatives you've considered
We can not upgrade to go 1.20.
Checklist
Jira issue: CRDB-24894
Epic CRDB-29601
The text was updated successfully, but these errors were encountered: