[Mailer] Add UPGRADE entry about the null transport DSN

This commit is contained in:
Maxime Steinhausser 2019-11-14 15:24:33 +01:00
parent 2a2d2bc0c0
commit abcf63aaa8
2 changed files with 6 additions and 0 deletions

View File

@ -164,6 +164,11 @@ Lock
* Deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
use `StoreFactory::createStore` instead.
Mailer
------
* [BC BREAK] Changed the DSN to use for disabling delivery (using the `NullTransport`) from `smtp://null` to `null://null` (host doesn't matter).
Messenger
---------

View File

@ -4,6 +4,7 @@ CHANGELOG
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