Releases

MongoDB Messenger Transport 1.0.0

This is the first, stable release of this library that I built on top of facile-it/mongodb-bundle, which allows to use the MongoDB connection provided by the bundle to be used as a Symfony Messenger transport. I build this because I needed the equivalent of the Doctrine transport to store failed messages on a project that didn’t use Doctrine, but our OSS MongoDB bundle.

Pretty Package Versions 1.5.0

This release is intended to change the future release plan of this package. Please require the package with ^1.5 || ^2.0 to ensure full functionalities and future Composer 2 compatibility.

Pretty Package Versions 1.3.0

Thanks to the work of the Composer maintainers, ocramius/package-versions has been forked to backport support back to PHP 7.0, while maintaining Composer 2 compatiblity. This new version leverages this fork.