Skip to content
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

feat: multierror support #7

Merged
merged 1 commit into from
May 23, 2024
Merged

feat: multierror support #7

merged 1 commit into from
May 23, 2024

Conversation

savely-krasovsky
Copy link
Contributor

for now if one handler will return error slog-multi won't pass record to other handlers, so we SHOULD use multierr

@samber
Copy link
Owner

samber commented May 23, 2024

Thanks for this first contrib ;)

@samber samber merged commit 170be75 into samber:main May 23, 2024
1 check passed
renovate bot referenced this pull request in jippi/dottie Jun 5, 2024
….mod (#52)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/samber/slog-multi](https://togithub.com/samber/slog-multi)
| `v1.0.2` -> `v1.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2fslog-multi/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2fslog-multi/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2fslog-multi/v1.0.2/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2fslog-multi/v1.0.2/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>samber/slog-multi (github.com/samber/slog-multi)</summary>

###
[`v1.1.0`](https://togithub.com/samber/slog-multi/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/samber/slog-multi/compare/v1.0.3...v1.1.0)

#### What's Changed

- feat: use standard errors library join instead of hashicorp multierror
by [@&#8203;mat007](https://togithub.com/mat007) in
[https://github.com/samber/slog-multi/pull/8](https://togithub.com/samber/slog-multi/pull/8)
- fix: clone attributes for each handler by
[@&#8203;mat007](https://togithub.com/mat007) in
[https://github.com/samber/slog-multi/pull/9](https://togithub.com/samber/slog-multi/pull/9)

#### New Contributors

- [@&#8203;mat007](https://togithub.com/mat007) made their first
contribution in
[https://github.com/samber/slog-multi/pull/8](https://togithub.com/samber/slog-multi/pull/8)

**Full Changelog**:
samber/slog-multi@v1.0.3...v1.1.0

###
[`v1.0.3`](https://togithub.com/samber/slog-multi/releases/tag/v1.0.3)

[Compare
Source](https://togithub.com/samber/slog-multi/compare/v1.0.2...v1.0.3)

#### What's Changed

- feat: multierror support by
[@&#8203;savely-krasovsky](https://togithub.com/savely-krasovsky) in
[https://github.com/samber/slog-multi/pull/7](https://togithub.com/samber/slog-multi/pull/7)

#### New Contributors

- [@&#8203;savely-krasovsky](https://togithub.com/savely-krasovsky) made
their first contribution in
[https://github.com/samber/slog-multi/pull/7](https://togithub.com/samber/slog-multi/pull/7)

**Full Changelog**:
samber/slog-multi@v1.0.2...v1.0.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */8 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants