Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

build(deps): bump symfony/mailer from 5.0.7 to 5.2.5#118

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/mailer-5.2.5
Open

build(deps): bump symfony/mailer from 5.0.7 to 5.2.5#118
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/mailer-5.2.5

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps symfony/mailer from 5.0.7 to 5.2.5.

Release notes

Sourced from symfony/mailer's releases.

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)

  • 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.1.10

... (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
  • 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
  • 38b6dcb Use createMock() and use import instead of FQCN
  • f922306 Merge branch '5.1' into 5.2
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [symfony/mailer](https://github.com/symfony/mailer) from 5.0.7 to 5.2.5.
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/5.x/CHANGELOG.md)
- [Commits](symfony/mailer@v5.0.7...v5.2.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Mar 16, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants