Open Source

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.

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.7.0

This new minor version is a small refactoring, because it includes a couple for version bumps that allowed the introduction of Rector and PHPUnit 10. Particularly, PHP 8.1 is now the minimum required language version.

This is the full changelog:

  • Bump minimum requirement to:
    • PHP 8.1+
    • ext-mongodb 1.12+
    • mongodb/mongodb 1.11+
    • symfony/framework-bundle 4.4.23+
  • Upgrade test suite to PHPUnit 10+
  • Adopt Rector and update the codebase accordingly
  • Improve config & serialization validation thanks to PHPStan v2 upgrade