chore(deps): bump symfony/mailer from 7.2.6 to 7.3.0 in /app-backend
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
Bumps symfony/mailer from 7.2.6 to 7.3.0.
Release notes
Sourced from symfony/mailer's releases.
v7.3.0
Changelog (https://github.com/symfony/mailer/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (https://github.com/symfony/mailer/compare/v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA1
Changelog (https://github.com/symfony/mailer/compare/v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#60052 [Mailer][TwigBridge] Revert "Add support for translatable objects" (
@kbond)- feature symfony/symfony#59967 [Mailer][TwigBridge] Add support for translatable subject (
@norkunas)- feature symfony/symfony#59831 [Mailer][Mime] Refactor S/MIME encryption handling in
SMimeEncryptionListener(@Spomky)- feature symfony/symfony#59479 [Mailer] [Smtp] Add DSN param to enforce TLS/STARTTLS (
@ssddanbrown)- feature symfony/symfony#58501 [Mailer] Add configuration for dkim and smime signers (
@elias-playfinder,@eliasfernandez)- feature symfony/symfony#59612 [Mailer] Add attachments support for Sweego Mailer Bridge (
@welcoMattic)- feature symfony/symfony#59482 [Mailer] [Smtp] Add DSN option to make SocketStream bind to IPv4 (
@quilius)- feature symfony/symfony#59477 [Mailer][Notifier] Add and use
Dsn::getBooleanOption()(@OskarStark)- feature symfony/symfony#58698 [Mailer] Add AhaSend Bridge (
@farhadhf)- feature symfony/symfony#58761 [Mailer] [Amazon] Add support for custom headers in ses+api (
@StudioMaX)- feature symfony/symfony#54939 [Mailer] Add
retry_periodoption for email transport (Sébastien Despont,@fabpot)- feature symfony/symfony#58651 [Mailer][Notifier] Add webhooks signature verification on Sweego bridges (
@welcoMattic)
Changelog
Sourced from symfony/mailer's changelog.
CHANGELOG
7.3
- Add DSN param
retry_periodto override default email transport retry period- Add
Dsn::getBooleanOption()- Add DSN param
source_ipto allow binding to a (specific) IPv4 or IPv6 address.- Add DSN param
require_tlsto enforce use of TLS/STARTTLS- Add
DkimSignedMessageListener,SmimeEncryptedMessageListener, andSmimeSignedMessageListener7.2
Deprecate
TransportFactoryTestCase, extendAbstractTransportFactoryTestCaseinsteadThe
testIncompleteDsnException()test is no longer provided by default. If you make use of it by implementing theincompleteDsnProvider()data providers, you now need to use theIncompleteDsnTestTrait.Make
TransportFactoryTestCasecompatible with PHPUnit 10+Support unicode email addresses such as "dømi@dømi.example"
7.1
- Dispatch Postmark's "406 - Inactive recipient" API error code as a
PostmarkDeliveryEventinstead of throwing an exception- Add DSN param
auto_tlsto disable automatic STARTTLS- Add support for allowing some users even if
recipientsis defined inEnvelopeListener7.0
- Remove the OhMySmtp bridge in favor of the MailPace bridge
6.4
- Add DSN parameter
peer_fingerprintto verify TLS certificate fingerprint- Change the default port for the
mailjet+smtptransport from 465 to 5876.3
- Add
MessageEvent::reject()to allow rejecting an email before sending it- Change the default port for the
mailgun+smtptransport from 465 to 587- Add
$authenticatorsparameter inEsmtpTransportconstructor andEsmtpTransport::setAuthenticators()to allow overriding of default eSMTP authenticators6.2.7
... (truncated)
Commits
0f375bbMerge branch '7.2' into 7.3e00074cRevert "[Mailer][TwigBridge] Add support for translatable subject"06b4771Revert "fix compatibility with TwigBridge < 7.3"e5ed016fix compatibility with TwigBridge < 7.308d9a42feature #59967 [Mailer][TwigBridge] Add support for translatable subject (nor...5c4bb1c[Mailer][TwigBridge] Add support for translatable subjectdea8073feature #59831 [Mailer][Mime] Refactor S/MIME encryption handling in `SMimeEn...b9e1322replace assertEmpty() with stricter assertionscf34b2bRefactor S/MIME encrypter to use certificate repository879d6df[Mailer] [Smtp] Add DSN param to enforce TLS/STARTTLS- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
symfony/mailer
packagist
7.2.6 → 7.3.0
Minor
/app-backend
Technical Details
| ID: | 1234857 |
| UUID: | 3110700924 |
| Node ID: | PR_kwDOJs4GAc6Yp5Jr |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-php-laravel-vue |