uber-go/multierr (go.uber.org/multierr)
### [`v1.11.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v1110-2023-03-28)
[Compare Source](https://togithub.com/uber-go/multierr/compare/v1.10.0...v1.11.0)
\====================
- `Errors` now supports any error that implements multiple-error
interface.
- Add `Every` function to allow checking if all errors in the chain
satisfies `errors.Is` against the target error.
### [`v1.10.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v1100-2023-03-08)
[Compare Source](https://togithub.com/uber-go/multierr/compare/v1.9.0...v1.10.0)
\====================
- Comply with Go 1.20's multiple-error interface.
- Drop Go 1.18 support.
Per the support policy, only Go 1.19 and 1.20 are supported now.
- Drop all non-test external dependencies.
### [`v1.9.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v190-2022-12-12)
[Compare Source](https://togithub.com/uber-go/multierr/compare/v1.8.0...v1.9.0)
\===================
- Add `AppendFunc` that allow passsing functions to similar to
`AppendInvoke`.
- Bump up yaml.v3 dependency to 3.0.1.
### [`v1.8.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v180-2022-02-28)
[Compare Source](https://togithub.com/uber-go/multierr/compare/v1.7.0...v1.8.0)
\===================
- `Combine`: perform zero allocations when there are no errors.
### [`v1.7.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v170-2021-05-06)
[Compare Source](https://togithub.com/uber-go/multierr/compare/v1.6.0...v1.7.0)
\===================
- Add `AppendInvoke` to append into errors from `defer` blocks.
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.6.0
->v1.11.0
Release Notes
uber-go/multierr (go.uber.org/multierr)
### [`v1.11.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v1110-2023-03-28) [Compare Source](https://togithub.com/uber-go/multierr/compare/v1.10.0...v1.11.0) \==================== - `Errors` now supports any error that implements multiple-error interface. - Add `Every` function to allow checking if all errors in the chain satisfies `errors.Is` against the target error. ### [`v1.10.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v1100-2023-03-08) [Compare Source](https://togithub.com/uber-go/multierr/compare/v1.9.0...v1.10.0) \==================== - Comply with Go 1.20's multiple-error interface. - Drop Go 1.18 support. Per the support policy, only Go 1.19 and 1.20 are supported now. - Drop all non-test external dependencies. ### [`v1.9.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v190-2022-12-12) [Compare Source](https://togithub.com/uber-go/multierr/compare/v1.8.0...v1.9.0) \=================== - Add `AppendFunc` that allow passsing functions to similar to `AppendInvoke`. - Bump up yaml.v3 dependency to 3.0.1. ### [`v1.8.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v180-2022-02-28) [Compare Source](https://togithub.com/uber-go/multierr/compare/v1.7.0...v1.8.0) \=================== - `Combine`: perform zero allocations when there are no errors. ### [`v1.7.0`](https://togithub.com/uber-go/multierr/blob/HEAD/CHANGELOG.md#v170-2021-05-06) [Compare Source](https://togithub.com/uber-go/multierr/compare/v1.6.0...v1.7.0) \=================== - Add `AppendInvoke` to append into errors from `defer` blocks.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.
This PR has been generated by Mend Renovate. View repository job log here.