Releases: facile-it/mongodb-messenger-transport
Releases · facile-it/mongodb-messenger-transport
1.4.1
1.4.0
- Allow Symfony 7 (#18)
- Require at least
facile-it/mongodb-bundle
1.6 - Drop support for PHP 7.3
- Drop support for
ext-mongodb
below 1.6 - Drop support for
mongodb/mongodb
below 1.5 - [minor BC break]
\Facile\MongoDbMessenger\Transport\MongoDbUnresettableTransport::get
return type restricted fromiterable
toarray
- [minor BC break]
\Facile\MongoDbMessenger\Transport\Receiver::get
return type restricted fromiterable
toarray
- [minor BC break]
\Facile\MongoDbMessenger\Transport\TransportFactory::createTransport
return type restricted fromTransportInterface
toMongoDbUnresettableTransport
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
- Adapt behaviour when retrieving last error from stamps due to symfony/symfony#32904 (#5)
- Deprecate
RedeliveryStampExtractor
when using Symfony >= 5.2 due to symfony/symfony#32904 (#5)
1.0.0
First release of this package; features include:
- A Symfony Messenger transport that relies on MongoDB, using
facile-it/mongodb-bundle
- The bundle support to be used in a Symfony app
- An extension point to enrich the persisted document, using the
DocumentEnhancer
interface - A non-sendable
ReceivedStamp
stamp class dedicated to obtain the ID of the persisted document - A
RedeliveryStampExtractor
utility class