8000 Tags · cockroachdb/errors · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cockroachdb/errors

Tags

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #152 from dhartunian/davidh/push-nzwovrxnkxmz

build: min supported version is go 1.23

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #137 from brucexc/master

fix: Bump sentry-go dep to v0.27.0

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #132 from testwill/pkg

chore: pkg import only once

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #127 from dhartunian/downgrade-go-requirement-to-1.19

Downgrade go version requirement to 1.19

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #121 from cockroachdb/go-1.20-upgrade

Upgrade to go 1.20 and add multi-cause error support

v1.10.1

Toggle v1.10.1's commit message
Remove all go 1.20 features from test usage

This commit removes all test code that references:
- go 1.20 `errors.Join` function.
- go 1.20 multi-cause `fmt.Errorf` that contain multiple `%w`
formatting directives.

This commit also reverts go.mod to use 1.17 to match the state of the
codebase from before the go 1.20 upgrade.

This allows older codebases to upgrade to a version of this library
that can encode/decode multi-cause errors from newer versions without
completely discarding the child cause error info.

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #111 from knz/20230612-update-redact

Update the redact dependency.

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #101 from knz/20230124-deps

Simplify dependencies.

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
knz Raphael 'kena' Poss
barriers: use a redactable string as message payload

This changes the implementation of barriers to use a redactable string
as message payload. This makes it possible to include more details
(all the safe parts of the message payload) when printing out
the barrier cause.

In order to ensure safety when interacting with previous versions of
the library without this logic, we must be careful to wrap/escape the
message string received when decoding a network error. To force this
additional wrapping, we rename the error type so that it can get a
separate decode function.

v1.8.9

Toggle v1.8.9's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
knz Raphael 'kena' Poss
Bump datadriven again

0