ceph-csi/vendor/go.uber.org/multierr/CHANGELOG.md
Niels de Vos 91774fc936 rebase: vendor dependencies for Vault API
Uses github.com/libopenstorage/secrets to communicate with Vault. This
removes the need for maintaining our own limited Vault APIs.

By adding the new dependency, several other packages got updated in the
process. Unused indirect dependencies have been removed from go.mod.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-11-29 04:03:59 +00:00

529 B

Releases

v1.1.0 (2017-06-30)

  • Added an Errors(error) []error function to extract the underlying list of errors for a multierr error.

v1.0.0 (2017-05-31)

No changes since v0.2.0. This release is committing to making no breaking changes to the current API in the 1.X series.

v0.2.0 (2017-04-11)

  • Repeatedly appending to the same error is now faster due to fewer allocations.

v0.1.0 (2017-31-03)

  • Initial release