Releases: Setono/client-bundle
Releases · Setono/client-bundle
v1.2.0
Maintenance and tooling release. There are no changes to the public API or runtime behaviour, so this is a drop-in upgrade from v1.1.0.
Developer experience / tooling
- Migrated static analysis from Psalm to PHPStan (
level: max). - Replaced the
setono/code-quality-packmeta-package with its individual, pinned tools (PHPStan + Doctrine/Symfony/PHPUnit/strict-rules extensions, Rector 2, ECS,composer-dependency-analyser) while keeping PHP 8.1 support. - Added mutation testing with Infection and expanded the test suite to full coverage (100% MSI).
Documentation
- Rewrote the README to be more user- and developer-friendly: requirements table, Flex/manual install, consent handling via
PreStoreCookieEvent, a "How it works" section, extension points, and a contributing guide.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Full Changelog: v1.0.0-beta.3...v1.0.0
v1.0.0-beta.4
Rmove the logging of unique constraint violations
v1.0.0-beta.3
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
Handle UniqueConstraintViolationException in DoctrineOrmBasedMetadataPersister
v1.0.0-beta
What's Changed
- Send an event before storing the cookie by @loevgaard in #3
New Contributors
- @loevgaard made their first contribution in #3
Full Changelog: v1.0.0-alpha.4...v1.0.0-beta
v1.0.0-alpha.4
Make sure that we only save metadata if any changes has been made to …
v1.0.0-alpha.3
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
Fix bug in service definition