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

Merged
konrad merged 1 commits from renovate/github.com-wneessen-go-mail-0.x into main 2022-10-25 16:50:10 +00:00
Member

This PR contains the following updates:

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

⚠ 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.3

Compare Source

This release will break current Middleware implementations

For middlewares to be able to access the fully written mail message, we need a way to execute WriteTo without the calling middleware to be handled, otherwise we end up in an infinite loop.

This release introduces the MiddlewareType and the corresponding change of the Middleware interface. We now require to return the MiddlewareType when the Type() method on the interface is called. Conveniently MiddlewareType is an alias to a string.

This way we can also introduce the WriteToSkipMiddleware() method which takes a MiddlewareType as argument. This will allow us to use a WriteTo call with the initiating Middleware itself to be skipped.

Please note: This release will break any existing go-mail Middleware, since they don't provide a Type() method yet.

What's Changed

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.3.2...v0.3.3


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.2` -> `v0.3.3` | --- ### ⚠ 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.3`](https://github.com/wneessen/go-mail/releases/tag/v0.3.3) [Compare Source](https://github.com/wneessen/go-mail/compare/v0.3.2...v0.3.3) ##### This release will break current Middleware implementations For middlewares to be able to access the fully written mail message, we need a way to execute `WriteTo` without the calling middleware to be handled, otherwise we end up in an infinite loop. This release introduces the `MiddlewareType` and the corresponding change of the `Middleware` interface. We now require to return the `MiddlewareType` when the `Type()` method on the interface is called. Conveniently `MiddlewareType` is an alias to a `string`. This way we can also introduce the `WriteToSkipMiddleware()` method which takes a `MiddlewareType` as argument. This will allow us to use a `WriteTo` call with the initiating `Middleware` itself to be skipped. **Please note:** This release will break any existing go-mail `Middleware`, since they don't provide a `Type()` method yet. #### What's Changed - Introducing MiddlewareType and WriteToSkipMiddleware by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/70 **Full Changelog**: https://github.com/wneessen/go-mail/compare/v0.3.2...v0.3.3 </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-10-25 16:01:31 +00:00
renovate added 1 commit 2022-10-25 16:01:32 +00:00
konrad merged commit f6b897e8e7 into main 2022-10-25 16:50:10 +00:00
konrad deleted branch renovate/github.com-wneessen-go-mail-0.x 2022-10-25 16:50:10 +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#1300
No description provided.