Paraunit 2.10.0: respect ignored test issues

With this new minor, we’re adding a new usability feature: we’re respecting PHPUnit suppression of issues, either if that happens via attributes or via baseline. Such information was already being propagated by PHPUnit’s event system, onto which Paraunit latches to work its magic.

Credits to @keradus, the maintainer of PHP-CS-Fixer (which uses Paraunit it its CI), for bringing this to my attention.

The obvious next step would be to support similar options for output coming from PHPUnit config of from –-display-* CLI options.

Paraunit 2.9.0: coverage cache warmup

With this new minor, we’re adding a small performance improvement for test coverage, by running phpunit -- before running all tests. This small feature should reduce tests execution time and avoid race conditions when the first batch of tests runs (and find the cache not ready).

Credits to Sebastian for pointing this out to me!

Paraunit 2.8.0: PHPUnit 13 support

With this new minor, we’re finally able to support the newly released PHPUnit 13 with Paraunit. This basically required no code changes apart from the composer.json constraints and a couple of tests adjustments, as a testament of the reliable integration strategy that I chose when integrating with it.

MongoDB Messenger Transport 1.8.0

This new minor version includes only a small change, allowing its use with Symfony 8. The only needed change is to allow the new major version (2.0) of the underlying bundle.

This is the full changelog:

  • Allow Symfony 8 (#49)

Date Call count Missing webhook? 2026-01-02 814 YES 2026-01-02 3574 NO 2026-01-03 322 YES 2026-01-03 1586 NO 2026-01-05 1163 YES 2026-01-05 5227 NO 2026-01-07 992 YES 2026-01-07 5121 NO 2026-01-08 1041 YES 2026-01-08 5272 NO 2026-01-09 909 YES 2026-01-09 5098 NO 2026-01-10 214 YES 2026-01-10 1944 NO 2026-01-12 1168 YES 2026-01-12 5689 NO 2026-01-13 1131 YES 2026-01-13 5281 NO 2026-01-14 978 YES 2026-01-14 4699 NO

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)