Releases

MongoDB Messenger Transport 1.6.0

This new minor version adds support for the new major versions of the MongoDB extension & driver. This version include multiple method signature changes due to the introduction of more typed arguments and returns, and it will become mandatory for PHP 8.5+

This is the full changelog:

  • Support ext-mongodb and mongodb/mongodb v2

MongoDB Messenger Transport 1.5.0

This new minor version adds a new useful function, that allows publishing messages on MongoDB inside a transaction. This feature is implemented using a new Stamp that is attachable to the Envelope, the MongoDBSessionStamp

This is the full changelog: [New feature] Add MongoDBSessionStamp to publish using a MongoDB transaction, by carrying a Session up to \Facile\MongoDbMessenger\Transport\Connection::send