Open Source

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

Paraunit 2.6.0: hide deprecations by configuration

This new release includes the resolution of a long-standing issue, which polluted Paraunit’s output when too many deprecations were detected. In this new version, Paraunit respects PHPUnit’s configuration, which by default does not show the full deprecation text.

Deprecations are detected anyway, so you will still get yellow Ds and the list of affected tests when appropriate.