10000 minor #34380 [Mailer] Add UPGRADE entry about the null transport DSN … · symfony/symfony@81588eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 81588eb

Browse files
committed
minor #34380 [Mailer] Add UPGRADE entry about the null transport DSN (ogizanagi)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Add UPGRADE entry about the null transport DSN | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | N/A | License | MIT | Doc PR | already up-to-date Commits ------- abcf63a [Mailer] Add UPGRADE entry about the null transport DSN
2 parents 2a2d2bc + abcf63a commit 81588eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

UPGRADE-4.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ Lock
164164
* Deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
165165
use `StoreFactory::createStore` instead.
166166

167+
Mailer
168+
------
169+
170+
* [BC BREAK] Changed the DSN to use for disabling delivery (using the `NullTransport`) from `smtp://null` to `null://null` (host doesn't matter).
171+
167172
Messenger
168173
---------
169174

src/Symfony/Component/Mailer/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
4.4.0
55
-----
66

7+
* [BC BREAK] changed the `NullTransport` DSN from `smtp://null` to `null://null`
78
* [BC BREAK] renamed `SmtpEnvelope` to `Envelope`, renamed `DelayedSmtpEnvelope` to
89
`DelayedEnvelope`
910
* [BC BREAK] changed the syntax for failover and roundrobin DSNs

0 commit comments

Comments
 (0)
0