Releases

Terminable Loop Command 1.3.1

Another day, another patch that allows Symfony 8! This time, no change to the package was necessary, apart from adapting a small stub used in the tests.

This is the full changelog:

  • Add support for Symfony 8 (#50)

Paraunit 2.7.1: Symfony 8 support

This small new patch was triggered by a PR from a new contributor, Kocal, thank you! The fixes needed to make Paraunit compatible with Symfony 8 was a single line change (plus some more in the unit tests), which is impressive since now we support 5 different major versions, all across from 4.4 (which is EOL) up to 8.0!

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

DoctrineMySQLComeBack 2.1.0: bump to PHP 8.1 and run with PHP 8.5

This minor release includes a small refactoring that I did months ago (and didn’t release yet) where I bumped the minimum required PHP version to 8.1. This allowed me to do some clean up (mainly thanks to Rector) and fix multiple PHP deprecations. Attached to this, I’ve also released a fix that intercepts a new timeout message that MySQL 8.0.24+ spits out under PHP 8.4. Many thanks to @ackermannd for reporting it and helping me in the process.

It is also now tested against PHP 8.5 (but it didn’t require any changes).