[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jul 21, 2024

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 <dependency name> 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)

Bumps [github.com/darkrockmountain/gomail](https://github.com/darkrockmountain/gomail) from 0.6.0-beta to 0.6.0.
- [Release notes](https://github.com/darkrockmountain/gomail/releases)
- [Changelog](https://github.com/darkrockmountain/gomail/blob/main/CHANGELOG.md)
- [Commits](v0.6.0-beta...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/darkrockmountain/gomail
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issues related to managing and updating project dependencies. go Pull requests that update Go code labels Jul 21, 2024
@DarkRockMountain-admin DarkRockMountain-admin changed the base branch from main to develop November 14, 2024 19:20
…less/aws_lambda/github.com/darkrockmountain/gomail-0.6.0
Copy link
Collaborator
@DarkRockMountain-admin DarkRockMountain-admin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments

The pull request updates the github.com/darkrockmountain/gomail dependency from version 0.6.0-beta to 0.6.0 in the /examples/serverless/aws_lambda directory. This update incorporates the latest stable features and fixes from the gomail library, enhancing the functionality of the AWS Lambda examples.

Review Checklist

  • Code adheres to the project's coding guidelines.
  • Changes are well-documented.
  • Tests have been added/updated and pass successfully.
  • Commit messages follow the correct format: type(scope): description.
  • No conflicts with the base branch.

Approval

Approved: Changes look good and meet the project's contribution standards.

…less/aws_lambda/github.com/darkrockmountain/gomail-0.6.0
@DarkRockMountain-admin DarkRockMountain-admin merged commit e9843da into develop Nov 14, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dot-examples/serverless/aws_lambda/github.com/darkrockmountain/gomail-0.6.0 branch November 14, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues related to managing and updating project dependencies. go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant