darkrockmountain / gomail

GoMail is a powerful library for sending emails via multiple providers, including SMTP, Gmail API, Microsoft Graph API, SendGrid, AWS SES, Mailgun, Mandrill, Postmark, and SparkPost. Supporting attachments, plain text, and HTML content, it simplifies email integration for developers with easy setup and robust functionalities.
https://darkrockmountain.com
Apache License 2.0
4 stars 1 forks source link

chore(deps): bump github.com/darkrockmountain/gomail from 0.6.0-beta to 0.6.0 in /.examples/serverless/azure_functions #68

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/darkrockmountain/gomail from 0.6.0-beta to 0.6.0.

Release notes

Sourced from github.com/darkrockmountain/gomail's releases.

v0.6.0

Description

This release marks the full release of version v0.6.0 with significant improvements and additions. Key changes include bug fixes, refactoring, updated documentation, new features, and maintenance updates.

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from github.com/darkrockmountain/gomail's changelog.

[v0.6.0] - 2024-07-17

Added

  • SanitizerFunc for input sanitization.
  • GitHub Actions workflow optimizations.
  • Max size limit for attachments.
  • Changed EmailMessage parameter to pointer in EmailSender interface.
  • Encapsulated EmailMessage and Attachment structs.

Changed

  • Attachment encoding for Microsoft365.
  • Updated Go version to 1.22.5.
  • Simplified type aliasing in the gomail package.
  • Moved common components to a dedicated directory.
  • Separated email providers into individual packages.

Fixed

  • Minor documentation issues.

[v0.5.2] - 2024-06-03

Added

  • Migration of project repository from GitLab to GitHub.
  • Automated CI/CD pipeline using GitHub Actions.

Deprecated

  • Deprecated all former versions to avoid issues with the migration.

[v0.5.1] - 2024-05-30

Fixed

  • Resolved issue with Microsoft365 email sender authentication.

[v0.5.0] - 2024-01-15

Changed

  • Major refactor of the email sending architecture to support plugin-based providers.

Added

  • Support for SparkPost email provider.
  • Enhanced logging functionality.

[v0.4.1] - 2023-10-10

Fixed

  • Patched security vulnerability in SMTP email sender.

Added

  • Serverless examples.

[v0.4.0] - 2023-07-22

Added

  • Introduction of the SendGrid email provider.
  • Initial support for OAuth2 authentication with Gmail.

... (truncated)

Commits
  • 4137572 Merge pull request #58 from darkrockmountain/develop
  • 1a9e069 Merge pull request #57 from darkrockmountain/pre-release-v0.6.0
  • 50b5616 docs(README): update badges in README
  • 53f6d14 Merge pull request #56 from darkrockmountain/pre-release-v0.6.0
  • bcb5357 chore(ci): update Fossa action version in GitHub Actions workflow
  • 999438b docs(README): update badges in README
  • 8565521 docs(CHANGELOG): update changelog for v0.6.0 release
  • 6b078ee Merge pull request #51 from DarkRockMountain/feature/ci-workflow-optimization
  • 85c75e7 Merge branch 'develop' into feature/ci-workflow-optimization
  • 91f0a18 Merge pull request #44 from DarkRockMountain/dependabot/go_modules/all-b6ff6e...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)