fix(deps): update module github.com/wneessen/go-mail to v0.3.6 #1342

Merged
konrad merged 1 commits from renovate/github.com-wneessen-go-mail-0.x into main 2022-12-26 17:29:32 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/wneessen/go-mail require patch v0.3.5 -> v0.3.6

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

wneessen/go-mail

v0.3.6

Compare Source

This release is mainly a bugfix release but also introduces slight improvements.

One major bugfix is in Client.Send(), not sending all mails in case an error occured during a bulk mailing. Client.Send() provides the possibility to send multiple *Msg in one go. If one of the *Msg caused an error with the sending mail server, we were returning completely, while not processing any *Msg that came after the failing message.

This release fixes this behaviour by processing each message first and then return a accumulated error in case any of the *Msg processing failed

Additionally, this release separates the Client.Send() method into two different versions. One that makes use of the new errors.Join() functionality that is introduced with Go 1.20 and one that handles it the old way for any supported version lower than Go 1.20

Also welcome @​james-d-elliott as new contributor to the project, providing a bugfix in the Client.Dialer and adding an option to disable NOOP calls. Thanks for the contribution, James!

What's Changed

New Contributors

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.3.5...v0.3.6


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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/wneessen/go-mail](https://github.com/wneessen/go-mail) | require | patch | `v0.3.5` -> `v0.3.6` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wneessen/go-mail</summary> ### [`v0.3.6`](https://github.com/wneessen/go-mail/releases/tag/v0.3.6) [Compare Source](https://github.com/wneessen/go-mail/compare/v0.3.5...v0.3.6) This release is mainly a bugfix release but also introduces slight improvements. One major bugfix is in `Client.Send()`, not sending all mails in case an error occured during a bulk mailing. `Client.Send()` provides the possibility to send multiple `*Msg` in one go. If one of the `*Msg` caused an error with the sending mail server, we were returning completely, while not processing any `*Msg` that came after the failing message. This release fixes this behaviour by processing each message first and then return a accumulated error in case any of the `*Msg` processing failed Additionally, this release separates the `Client.Send()` method into two different versions. One that makes use of the new `errors.Join()` functionality that is introduced with Go 1.20 and one that handles it the old way for any supported version lower than Go 1.20 Also welcome [@&#8203;james-d-elliott](https://github.com/james-d-elliott) as new contributor to the project, providing a bugfix in the `Client.Dialer` and adding an option to disable `NOOP` calls. Thanks for the contribution, James! #### What's Changed - Fix [#&#8203;85](https://github.com/wneessen/go-mail/issues/85): Client.Send() failing for all messages if one is broken by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/86 - fix: tls config unused with dialer by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) in https://github.com/wneessen/go-mail/pull/87 - feat: without noop option by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) in https://github.com/wneessen/go-mail/pull/88 #### New Contributors - [@&#8203;james-d-elliott](https://github.com/james-d-elliott) made their first contribution in https://github.com/wneessen/go-mail/pull/87 **Full Changelog**: https://github.com/wneessen/go-mail/compare/v0.3.5...v0.3.6 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-12-26 17:01:30 +00:00
renovate added 1 commit 2022-12-26 17:01:32 +00:00
konrad merged commit 304481cf28 into main 2022-12-26 17:29:32 +00:00
konrad deleted branch renovate/github.com-wneessen-go-mail-0.x 2022-12-26 17:29:32 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1342
No description provided.