Skip to content

Build(deps): Bump github.com/wneessen/go-mail from 0.6.1 to 0.6.2

Bumps github.com/wneessen/go-mail from 0.6.1 to 0.6.2.

Release notes

Sourced from github.com/wneessen/go-mail's releases.

v0.6.2: Bugfix release

Welcome to go-mail v0.6.2! This release fixes some bugs and makes go-mail ready for Go 1.24.

Fix regression of custom SMTP authentication handling

PR #429 fixes a regression in the handling of custom smtp.Auth methods that was introduced with the v0.6.0 release. Basically, if a custom SMTP auth method was provided, it was simply ignored. Thanks to @​james-d-elliott of the Authelia project for reporting this.

Fix possible nil pointer derefernece in SendWithSMTPClient

With commit https://github.com/wneessen/go-mail/commit/4641da450f5e3b3726e01b1cf03c88361cf49c8f we fixed a possible nil pointer dereference in the SendWithSMTPClient method. This would happen if a nil message would be provided to the method. This bug was reported using Github's private vulnerability reporting feature by @​younes199511. Thanks for the report!

Header count logic improvements

PR #421 fixed an issue in the header count logic that is used for S/MIME signing. If a header was broken into mutliple lines due to its lenght, the count logic was giving false results, resulting into false content for the S/MIME signature. Thanks to @​theexiile1305 for reporting the issue and helping to debug the issue!

Go 1.24 readiness

The PRs #431 and #433 make go-mail and its CI ready for Go 1.24.

What's Changed

CI/CD maintenance changes

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.6.1...v0.6.2

Commits
  • b909433 Merge pull request #434 from wneessen/chore/prepare-062-release
  • e745906 Update version to 0.6.2 and fix typo in documentation
  • a6c394b Merge pull request #431 from wneessen/chore/430_update-ci-to-go-124
  • 251f1eb Merge branch 'main' into chore/430_update-ci-to-go-124
  • 870542b Merge pull request #433 from wneessen/bug/432_fix-test-that-are-supposed-to-f...
  • 9dbede8 Add SPDX license header to helper_test.go
  • a782051 Skip tests for broken rand.Reader on Go 1.24+.
  • c9c8a3b Merge pull request #429 from wneessen/bug/428_smtpauthcustom-setsmtpauth-does...
  • dea1e9e Update Go version to 1.24 in golangci-lint config
  • 8fc6dee Upgrade Go version to 1.24 in CI workflows
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading