Releases: prooph/event-store
Releases · prooph/event-store
v7.12.2
7.12.1 Release
What's Changed
- move
withMetadataMatcher
to separated interface to fix bc break by @unixslayer in #444 - PHP 8.1 is still supported by @unixslayer in #446
Full Changelog: v7.12.0...v7.12.1
7.12.0 Release
What's Changed
- Allow to configure MetadataMatcher separately for ReadModelProjector by @unixslayer in #442
Full Changelog: v7.11.1...v7.12.0
7.11.1 Release
Full Changelog: v7.11.0...v7.11.1
7.11.0 Release
What's Changed
Full Changelog: v7.10.0...v7.11.0
7.10.0 Release
- Require PHP 8.2
- Require prooph/common 4.6
- Bump dev dependencies
7.9.0 Release
Added
- Ensure compatibility with PHP 8.2
- Add explicit public visibility to remaining constants
- Use array spread operator instead of array_merge where possible
- Add null default to nullable properties properties that have no
default - Add typed properties and return types where possible
- Simplify empty() function calls on empty arrays
- Update licenses to 2023
- Add missing null default to nullable query property
- Adjust github actions config to include php 8.2
7.8.0 Release
7.7.0 Release
Added
- Ensure compatibility with PHP 8.1
- Migrate to Github Action
7.6.1 Release
Fixed
- eventStore may contain reference to decorator which can cause ReflectionException #420 (unixslayer)