Releases: prooph/pdo-event-store
Releases · prooph/pdo-event-store
v1.16.5
v1.16.4
What's Changed
- Minors by @basz in #259
- Introduce GapDetector interface to allow custom implementations by @zluiten in #260
Constructor of PdoEventStoreProjector now type hints against the interface. Class is final; no actual BC break for consumers unless reflection-based customisation is in use.
Full Changelog: v1.16.3...v1.16.4
1.16.3
What's Changed
- utilize roave/backward-compatibility-check by @basz in #256
- PHPUnit compatibility by @unixslayer in #258
- keep projections running as long events are loading by @unixslayer in #257
Full Changelog: v1.16.2...v1.16.3
1.16.2 Release
What's Changed
- metadata matcher by @unixslayer in #253
- PHP 8.1 is still supported by @unixslayer in #254
- fix bc break by @unixslayer in #255
Full Changelog: v1.16.1...v1.16.2
1.16.1 Release
What's Changed
- Increase lowest required event-store version by @unixslayer in #251
Full Changelog: v1.16.0...v1.16.1
1.16.0 Release
What's Changed
- remove php8.4 deprecation warnings by @zluiten in #247
- move to github actions by @zluiten in #249
- compatibility with prooph/event-store#442 by @unixslayer in #250
- Projection not being reset to idle #246
New Contributors
Full Changelog: v1.15.1...v1.16.0
1.15.1 Release
Added
- set to IDLE when no events loaded #245 (unixslayer)
1.15.0 Release
Added
- enable to set amount of event being loaded in single run #242 (unixslayer)
1.14.2 Release
Fixed
- fix(mariadb): hasStream failed to detect existing stream #241 (aheissenberger)