MongoDB Messenger Transport

MongoDB Messenger Transport 1.1.0

This new, first minor of this package handles two issues coming from the upstream, Symfony Messenger package. In both cases the originating cause was the addition of the new ErrorDetailsStamp, which will be the future way to store failure information in messages.

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.