v0.0.6: Dependancy updates and fixes
This release updates 3rd party dependencies and deployes some fixes.
Fix DKIM signing for multipart messages
A fix for DKIM signatures in multipart messages has been deployed to address #45. Since the middleware needs to write the message to a buffer, a random boundary is generated for multipart messages. Since this is only a temporary output, when the message is actually sent, a new boundary is generated and therefore the body hash does not match anymore. For now a fixed random boundary will be set to the Msg when the DKIM middleware is used. It is planned to add a GetBoundary method to go-mail, so that if the user already set a fixed boundary, we are not overriding it.
What's Changed
- Dependency update: bump go-mail to v0.3.5 by @wneessen in #12
- Bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #13
- Bump golang.org/x/text from 0.5.0 to 0.6.0 by @dependabot in #15
- CRLF fix and dependency updates by @wneessen in #17
- add openpgp encryption middleware by @dhia-gharsallaoui in #18
- A couple of fixed for the openpgp middleware by @wneessen in #19
- Fixes and tests by @wneessen in #20
- Refactored the package for different PGP encoding schemes by @wneessen in #21
- Introducing actions by @wneessen in #22
- Added signing and enc/signing by @wneessen in #23
- More work on the PGP Schemes by @wneessen in #24
- Bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #26
- Bump golang.org/x/text from 0.7.0 to 0.8.0 by @dependabot in #27
- Bump github.com/wneessen/go-mail from 0.3.9-0.20230129135243-cfaeb51bef7f to 0.3.9 by @dependabot in #28
- Bump golang.org/x/text from 0.8.0 to 0.9.0 by @dependabot in #31
- Bump golang.org/x/text from 0.9.0 to 0.10.0 by @dependabot in #33
- Bump golang.org/x/text from 0.10.0 to 0.11.0 by @dependabot in #35
- Bump github.com/wneessen/go-mail from 0.3.9 to 0.4.0 by @dependabot in #34
- Update dependencies by @wneessen in #40
- Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #41
- Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #42
- Fix DKIM signing for multipart messages by @wneessen in #45
New Contributors
- @dhia-gharsallaoui made their first contribution in #18
Full Changelog: v0.0.5...v0.0.6