Terminable Loop Command 1.3.0
This new minor release is a consequence of the previous patch: since we needed to use a double approach to support Symfony 7.3+, now we dropped the old one and rely always on the SignalableCommandInterface.
This new minor release is a consequence of the previous patch: since we needed to use a double approach to support Symfony 7.3+, now we dropped the old one and rely always on the SignalableCommandInterface.
This small new patch was required to fix the compatibility of the package with the newly released Symfony 7.3.
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:
ext-mongodb and mongodb/mongodb v2This small patch just solves some deprecations that come in when running under PHP 8.4. Enjoy!
PS: this is a re-tag after 2.0.1 since that tag was pointing to an old commit.
Here’s the full changelog:
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