Skip to content

Bump symfony/mailer from 5.4.5 to 6.0.10#33

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/mailer-6.0.10
Closed

Bump symfony/mailer from 5.4.5 to 6.0.10#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/mailer-6.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 1, 2022

Bumps symfony/mailer from 5.4.5 to 6.0.10.

Release notes

Sourced from symfony/mailer's releases.

v6.0.10

Changelog (symfony/mailer@v6.0.9...v6.0.10)

  • bug #46603 Fix Error Handling for OhMySMTP Bridge (paul-oms)
  • bug #46368 Fix for missing sender name in case with usage of the EnvelopeListener (bobahvas)

v6.0.8

Changelog (symfony/mailer@v6.0.7...v6.0.8)

  • bug #46154 Restore X-Transport after failure (zenas1210)
  • bug #45992 Return-Path has higher priority for envelope address than From address (tpetry)

v6.0.7

Changelog (symfony/mailer@v6.0.6...v6.0.7)

  • bug #45816 Preserve case of headers (nicolas-grekas)
  • bug #45691 fix: stringify from address for ses+api transport (everyx)
  • bug #45690 Use recipients in sendmail transport (HypeMC)
  • bug #45564 Fix invalid mailjet error managment (alamirault, fancyweb)

v6.0.5

Changelog (symfony/mailer@v6.0.4...v6.0.5)

  • bug #45338 Fix string-cast of exceptions thrown by authenticator in EsmtpTransport (wikando-ck)
  • bug #45275 ensure only a single tag can be used with Postmark (kbond)
  • bug #45274 allow Mailchimp to handle multiple TagHeader's (kbond)
  • bug #44839 MailerInterface: failed exception contract when enabling messenger (Giorgio Premi)

v6.0.3

Changelog (symfony/mailer@v6.0.2...v6.0.3)

  • no significant changes

v6.0.2

Changelog (symfony/mailer@v6.0.1...v6.0.2)

  • no significant changes

v6.0.1

Changelog (symfony/mailer@v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)

v6.0.0

Changelog (symfony/mailer@v6.0.0-RC1...v6.0.0)

  • no significant changes

v6.0.0-RC1

Changelog (symfony/mailer@v6.0.0-BETA3...v6.0.0-RC1)

... (truncated)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

  • The HttpTransportException class takes a string at first argument

5.4

  • Enable the mailer to operate on any PSR-14-compatible event dispatcher

5.3

  • added the mailer monolog channel and set it on all transport definitions

5.2.0

  • added NativeTransportFactory to configure a transport based on php.ini settings
  • added local_domain, restart_threshold, restart_threshold_sleep and ping_threshold options for smtp
  • added command option for sendmail

4.4.0

  • [BC BREAK] changed the NullTransport DSN from smtp://null to null://null

  • [BC BREAK] renamed SmtpEnvelope to Envelope, renamed DelayedSmtpEnvelope to DelayedEnvelope

  • [BC BREAK] changed the syntax for failover and roundrobin DSNs

    Before:

    dummy://a || dummy://b (for failover) dummy://a && dummy://b (for roundrobin)

    After:

    failover(dummy://a dummy://b) roundrobin(dummy://a dummy://b)

  • added support for multiple transports on a Mailer instance

... (truncated)

Commits
  • 9b60de3 Merge branch '5.4' into 6.0
  • 3e2e593 Merge branch '4.4' into 5.4
  • 89b94f8 Merge branch '5.4' into 6.0
  • f3bc898 [Mailer] Sort transports alphabetically
  • c93adca Fix for missing sender name in case with usage of the EnvelopeListener
  • 706af6b Merge branch '5.4' into 6.0
  • c6e7aa9 Merge branch '4.4' into 5.4
  • 62d9098 [Mailer] Restore X-Transport after failure
  • 876f04a Merge branch '5.4' into 6.0
  • 86386c6 Merge branch '4.4' into 5.4
  • 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 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 [symfony/mailer](https://github.com/symfony/mailer) from 5.4.5 to 6.0.10.
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/6.1/CHANGELOG.md)
- [Commits](symfony/mailer@v5.4.5...v6.0.10)

---
updated-dependencies:
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 1, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 1, 2022

Superseded by #42.

@dependabot dependabot Bot closed this Aug 1, 2022
@dependabot dependabot Bot deleted the dependabot/composer/symfony/mailer-6.0.10 branch August 1, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants