Releases: symfony/mailer
Releases · symfony/mailer
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- feature symfony/symfony#52560 [Mailer] Update default Mailjet port (@Katario)
v7.0.0-BETA3
Changelog (v7.0.0-BETA2...v7.0.0-BETA3)
- bug symfony/symfony#52469 Check whether secrets are empty and mark them all as sensitive (@nicolas-grekas)
- bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
v6.4.0-BETA3
Changelog (v6.4.0-BETA2...v6.4.0-BETA3)
- bug symfony/symfony#52469 Check whether secrets are empty and mark them all as sensitive (@nicolas-grekas)
- bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
v5.4.31
Changelog (v5.4.30...v5.4.31)
- bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51653 [Messenger] Add WrappedExceptionsInterface for nested exceptions (@Jeroeny)
- feature symfony/symfony#50705 [Mailer][Webhook] Add Sendgrid webhook support (@WoutervanderLoopNL)
- feature symfony/symfony#51450 [Mailer] [Smtp] Add DSN param
peer_fingerprint
for fingerprint verification (@xdavidwu) - feature symfony/symfony#51264 [RemoteEvent][Webhook] Add Brevo support (@blaugueux)
- feature symfony/symfony#50502 [RemoteEvent][Webhook] Add Mailjet support (@blaugueux)
- feature symfony/symfony#51014 [Mailer] Add Scaleway bridge (@MrMicky-FR)
- feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50916 [Mailer] Remove the Sendinblue bridge (@fabpot)
- feature symfony/symfony#50148 [Mailer] Add X-Infobip-Track header to be able to disable tracking (@ndousson)
- feature symfony/symfony#50302 [Mailer] New Brevo mailer bridge (formerly Sendinblue) (@PEtanguy)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51653 [Messenger] Add WrappedExceptionsInterface for nested exceptions (@Jeroeny)
- feature symfony/symfony#50705 [Mailer][Webhook] Add Sendgrid webhook support (@WoutervanderLoopNL)
- feature symfony/symfony#51450 [Mailer] [Smtp] Add DSN param
peer_fingerprint
for fingerprint verification (@xdavidwu) - feature symfony/symfony#51264 [RemoteEvent][Webhook] Add Brevo support (@blaugueux)
- feature symfony/symfony#50502 [RemoteEvent][Webhook] Add Mailjet support (@blaugueux)
- feature symfony/symfony#51014 [Mailer] Add Scaleway bridge (@MrMicky-FR)
- feature symfony/symfony#50148 [Mailer] Add X-Infobip-Track header to be able to disable tracking (@ndousson)
- feature symfony/symfony#50302 [Mailer] New Brevo mailer bridge (formerly Sendinblue) (@PEtanguy)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
v6.3.5
Changelog (v6.3.4...v6.3.5)
- bug symfony/symfony#51773 [Mailer] [Mailgun] Fix outlook sender (@Romanavr)
- bug symfony/symfony#51529 [Mailer] [Mailgun] fix parsing of payload timestamp to event date value (DateTimeImmutable) in MailgunPayloadConverter (@ovgray)
- bug symfony/symfony#51568 [Mailer] bug - fix EsmtpTransport variable $code definition (@kgnblg)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- bug symfony/symfony#50515 [Mailer] [MailPace] Fix undefined array key in errors response (Florian Heller)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)