Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Bump symfony/mailer from 5.1.7 to 5.2.6 #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps symfony/mailer from 5.1.7 to 5.2.6.

Release notes

Sourced from symfony/mailer's releases.

v5.2.6

Changelog (symfony/mailer@v5.2.5...v5.2.6)

  • bug #40481 make async-ses required (jderusse)
  • bug #39866 Escape commas in address names (YaFou)

v5.2.5

Changelog (symfony/mailer@v5.2.4...v5.2.5)

  • bug #39685 Allow egulias/email-validator 3.x (derrabus)

v5.2.4

Changelog (symfony/mailer@v5.2.3...v5.2.4)

  • no changes

v5.2.3

Changelog (symfony/mailer@v5.2.2...v5.2.3)

  • bug #39954 Fix case-sensitive handling of header names (piku235)

v5.2.2

Changelog (symfony/mailer@v5.2.1...v5.2.2)

  • bug #39794 Dont allow unserializing classes with a destructor - 4.4 (jderusse)
  • bug #39743 Fix missing BCC recipients in SES bridge (jderusse)
  • bug #39597 Handle failure when sending DATA (jderusse)

v5.2.1

Changelog (symfony/mailer@v5.2.0...v5.2.1)

  • bug #39531 Fix parsing Dsn with empty user/password (OskarStark)

v5.2.0

Changelog (symfony/mailer@v5.2.0-RC2...v5.2.0)

  • no changes

v5.2.0-RC2

Changelog (symfony/mailer@v5.2.0-RC1...v5.2.0-RC2)

  • no changes

v5.2.0-RC1

Changelog (symfony/mailer@v5.2.0-BETA3...v5.2.0-RC1)

  • no changes

v5.1.11

Changelog (symfony/mailer@v5.1.10...v5.1.11)

... (truncated)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

5.3

  • added the mailer monolog channel and set it on all transport definitions
  • Add support for X-SES-SOURCE-ARN in symfony/amazon-mailer

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

  • [BC BREAK] removed the auth_mode DSN option (it is now always determined automatically)

  • STARTTLS cannot be enabled anymore (it is used automatically if TLS is disabled and the server supports STARTTLS)

  • [BC BREAK] Removed the encryption DSN option (use smtps instead)

  • Added support for the smtps protocol (does the same as using smtp and port 465)

  • Added PHPUnit constraints

  • Added MessageDataCollector

  • Added MessageEvents and MessageLoggerListener to allow collecting sent emails

  • [BC BREAK] TransportInterface has a new __toString() method

  • [BC BREAK] Classes AbstractApiTransport and AbstractHttpTransport moved under Transport sub-namespace.

  • [BC BREAK] Transports depend on Symfony\Contracts\EventDispatcher\EventDispatcherInterface instead of Symfony\Component\EventDispatcher\EventDispatcherInterface.

  • Added possibility to register custom transport for dsn by implementing Symfony\Component\Mailer\Transport\TransportFactoryInterface and tagging with mailer.transport_factory tag in DI.

  • Added Symfony\Component\Mailer\Test\TransportFactoryTestCase to ease testing custom transport factories.

  • Added SentMessage::getDebug() and TransportExceptionInterface::getDebug to help debugging

... (truncated)

Commits
  • 04475b8 Merge branch '4.4' into 5.2
  • 76b64a4 [Mailer] fix lowest allowed dependencies
  • 9cc469d Merge branch '4.4' into 5.2
  • 9497a1c Allow egulias/email-validator 3.x
  • 0ca4de7 Merge branch '4.4' into 5.2
  • df3209a Switched to non-null defaults in exception constructors
  • 1efa11a bug #39954 [Mailer][Mime] Fix case-sensitive handling of header names (piku235)
  • ad39e9f [Mailer][Mime] Fix case-sensitive handling of header names
  • eeeabec Merge branch '5.1' into 5.2
  • 3c7ab7a Merge branch '4.4' into 5.1
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants