PackageTrack
Sign in Get early access

github.com/cockroachdb/errors

v1.14.0 #793 most downloaded on Go modules cockroachdb/errors

What this package is like to depend on

Last release 2 months ago

18 Jun 2026

Release timing varies

gaps range from 8 days to 9 months

Rarely documented

notes for 9 of 44 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

163 releases · first in 2019

5 releases in the last 12 months

see the full history below

Release timeline

163 releases · Jun 2019 to Jun 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 163
  1. v1.14.0 18 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v1.13.0...v1.14.0

    Open source →
  2. v1.13.0 27 Apr 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.12.0...v1.13.0

    Open source →
  3. v1.12.1-0.20260422210350-3c36bbd56a84 22 Apr 2026 pre-release

    Nothing published for this version

  4. v1.12.1-0.20251010171200-64801262cd6f 10 Oct 2025 pre-release

    Nothing published for this version

  5. v1.12.0 02 May 2025
    Release notes

    What's Changed

    Full Changelog: v1.11.3...v1.12.0

    Open source →
  6. v1.11.4-0.20240817213735-21ed7a0a7687 17 Aug 2024 pre-release

    Nothing published for this version

  7. v1.11.4-0.20240817150505-78cdc1d6e47a 17 Aug 2024 pre-release

    Nothing published for this version

  8. v1.11.4-0.20240603155212-5b23426aab2f 03 Jun 2024 pre-release

    Nothing published for this version

  9. v1.11.3 28 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.11.2...v1.11.3

    Open source →
  10. v1.11.3-0.20240528163405-698c58cf81c4 28 May 2024 pre-release

    Nothing published for this version

  11. v1.11.2 24 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.11.1...v1.11.2

    Open source →
  12. v1.11.2-0.20240524190304-bafdccd913d5 24 May 2024 pre-release

    Nothing published for this version

  13. v1.11.2-0.20240515202534-b0e6c50841f9 15 May 2024 pre-release

    Nothing published for this version

  14. v1.11.2-0.20230831134223-c1cc1919cf99 31 Aug 2023 pre-release

    Nothing published for this version

  15. v1.11.1 28 Aug 2023
    Release notes

    No functionality or API changes in this version. We downgrade the go version requirement in go.mod to 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: v1.11.0...v1.11.1

    Open source →
  16. v1.11.1-0.20230828175622-c062e01cfbbe 28 Aug 2023 pre-release

    Nothing published for this version

  17. v1.11.1-0.20230825134746-fed2d3b95d30 25 Aug 2023 pre-release

    Nothing published for this version

  18. v1.11.0 24 Aug 2023
    Release notes

    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

    • Errors with multiple causes are encoded/decoded over the network along with their error causal tree
    • Errors with multiple causes are formatted appropriately when printed verbosely
    • Errors with multiple causes are formatted appropriately in Sentry reports
    • Is and As support is now compatible with multi-cause errors (matching stdlib changes)

    The public API gains a number of new functions

    See the README for details.

    • Join adds a drop-in replacement for the new stdlib function to combine an arbitrary number of errors into one (Thank you @StevenACoffman)
    • Ability to register multi-cause encoders/decoders for custom error types
    • Ability to register encoders for custom error types that override the error messages of their causal chain (previously, this behavior was inferred in the decoder and could result in unintended formatting behavior)

    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: v1.10.0...v1.11.0

    Open source →
  19. v1.10.1 24 Aug 2023
    Release notes

    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

    • Errors with multiple causes are encoded/decoded over the network along with their error causal tree
    • Errors with multiple causes are formatted appropriately when printed verbosely
    • Errors with multiple causes are formatted appropriately in Sentry reports
    • Is and As support is now compatible with multi-cause errors (matching stdlib changes)

    The public API gains a number of new functions

    See the README for details.

    • Join adds a drop-in replacement for the new stdlib function to combine an arbitrary number of errors into one (Thank you @StevenACoffman)
    • Ability to register multi-cause encoders/decoders for custom error types
    • Ability to register encoders for custom error types that override the error messages of their causal chain (previously, this behavior was inferred in the decoder and could result in unintended formatting behavior)

    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: v1.10.0...v1.11.0

    Open source →
  20. v1.10.1-0.20230823160506-3a3abaca5af3 23 Aug 2023 pre-release

    Nothing published for this version

  21. v1.10.1-0.20230822121313-6adb34fbb2cc 22 Aug 2023 pre-release

    Nothing published for this version

  22. v1.10.1-0.20230822120906-042d819c78c4 22 Aug 2023 pre-release

    Nothing published for this version

  23. v1.10.1-0.20230816231930-8a8366e61809 16 Aug 2023 pre-release

    Nothing published for this version

  24. v1.10.1-0.20230815184110-5197958531c2 15 Aug 2023 pre-release

    Nothing published for this version

  25. v1.10.1-0.20230810165244-14560595c32c 10 Aug 2023 pre-release

    Nothing published for this version

  26. v1.10.0 12 Jun 2023
    Release notes

    Add status.Errorf to the gRPC Wrappers #110

    This change updates our gRPC API to match the grpc-go status 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.

    Open source →
  27. v1.9.2-0.20230612160627-a95e89504590 12 Jun 2023 pre-release

    Nothing published for this version

  28. v1.9.2-0.20230612160352-273bb305b20f 12 Jun 2023 pre-release

    Nothing published for this version

  29. v1.9.2-0.20230612103643-126c21918793 12 Jun 2023 pre-release

    Nothing published for this version

  30. v1.9.2-0.20230612103519-b86c85e627ac 12 Jun 2023 pre-release

    Nothing published for this version

  31. v1.9.2-0.20230605060402-f6b9c791b35c 05 Jun 2023 pre-release

    Nothing published for this version

  32. v1.9.2-0.20230320073121-26622367a222 20 Mar 2023 pre-release

    Nothing published for this version

  33. v1.9.2-0.20230228203812-53d4cf3321be 28 Feb 2023 pre-release

    Nothing published for this version

  34. v1.9.2-0.20230228202822-768c81617f01 28 Feb 2023 pre-release

    Nothing published for this version

  35. v1.9.1 24 Jan 2023

    Nothing published for this version

  36. v1.9.1-0.20220920150436-d402f91eac06 20 Sep 2022 pre-release

    Nothing published for this version

  37. v1.9.1-0.20220425174849-217058372e20 25 Apr 2022 pre-release

    Nothing published for this version

  38. v1.9.1-0.20220309102950-676eef50ce8c 09 Mar 2022 pre-release

    Nothing published for this version

  39. v1.9.0 09 Mar 2022

    Nothing published for this version

  40. v1.8.10-0.20220425174849-217058372e20 25 Apr 2022 pre-release

    Nothing published for this version

  41. v1.8.10-0.20220309102950-676eef50ce8c 09 Mar 2022 pre-release

    Nothing published for this version

  42. v1.8.9 14 Feb 2022

    Nothing published for this version

  43. v1.8.9-0.20220214171007-7261bffae3e7 14 Feb 2022 pre-release

    Nothing published for this version

  44. v1.8.9-0.20220214165542-006fc4cbcb6a 14 Feb 2022 pre-release

    Nothing published for this version

  45. v1.8.8 14 Feb 2022

    Nothing published for this version

  46. v1.8.7 14 Feb 2022

    Nothing published for this version

  47. v1.8.7-0.20220214055604-3d9734e46a5a 14 Feb 2022 pre-release

    Nothing published for this version

  48. v1.8.7-0.20220118134916-7e5786724b26 18 Jan 2022 pre-release

    Nothing published for this version

  49. v1.8.7-0.20220118132218-c71367615dcc 18 Jan 2022 pre-release

    Nothing published for this version

  50. v1.8.7-0.20220118131824-00041db44a8d 18 Jan 2022 pre-release

    Nothing published for this version

  51. v1.8.7-0.20210820223105-985d51314b8d 20 Aug 2021 pre-release

    Nothing published for this version

  52. v1.8.6 02 Aug 2021

    Nothing published for this version

  53. v1.8.6-0.20210729140624-893137187c9e 29 Jul 2021 pre-release

    Nothing published for this version

  54. v1.8.5 25 Jun 2021

    Nothing published for this version

  55. v1.8.5-0.20210625131635-56b866a6888d 25 Jun 2021 pre-release

    Nothing published for this version

  56. v1.8.5-0.20210625124045-eea142773772 25 Jun 2021 pre-release

    Nothing published for this version

  57. v1.8.5-0.20210625121136-68e16c54fd1c 25 Jun 2021 pre-release

    Nothing published for this version

  58. v1.8.5-0.20210625114947-568d2b0dc166 25 Jun 2021 pre-release

    Nothing published for this version

  59. v1.8.4 13 Apr 2021

    Nothing published for this version

  60. v1.8.4-0.20210413161824-e0af12423e0e 13 Apr 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive