Releases: neos/Neos.EventSourcing
2.7.1
What's Changed
- BUGFIX: Fix doctrine/dbal v3 compatibility by @bwaidelich in #322
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- TASK: Declare compatibility with Flow 9 by @robertlemke in #315
- Speed up catchUp() and replay() by @robertlemke in #317
Full Changelog: 2.6.0...2.7.0
2.7.0-beta.2
What's Changed
- Speed up catchUp() and replay() by @robertlemke in #317
Full Changelog: 2.7.0-beta.1...2.7.0-beta.2
2.7.0-beta.1
What's Changed
- TASK: Declare compatibility with Flow 9 by @robertlemke in #315
Full Changelog: 2.6.0...2.7.0-beta.1
2.6.0
What's Changed
-
FEATURE: AfterCatchUpInterface and documentation on how to trigger side effects after projection update by @skurfuerst in #308
-
BUGFIX: ensure DoctrineEventStorage::setup method works on new PHP versions by @skurfuerst in #304
-
BUGFIX: fix Doctrine upwards compatibility (needed for Symfony compat) by @skurfuerst in #305
-
BUGFIX: Adjust late static binding return types @robertlemke & @bwaidelich in #311
Full Changelog: 2.5.0...2.6.0
2.5.0
Raise requirements to PHP >=8.0 and Flow 7.x / Flow 8.x
Full Changelog: 2.4.2...2.5.0
2.4.2
Fix compatibility with PHP 7.4
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- Add annotations to DomainEvents to make static analyzers happy by @nezaniel in #296
- Fix fatal error in projection:list command by @robertlemke in #297
- Adjust a few return types for PHP 8.1 by @robertlemke in #294
- BUGFIX: Refactor JobQueueEventPublisherTest::publishQueuesAJobForEach… by @bwaidelich in #299
- Allow "static" return type for constructor methods by @robertlemke in #301
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- Fix custom job queue name examples by @bwaidelich in #293
- Add normalization capabilities for backed enums by @nezaniel in #295
New Contributors
Full Changelog: 2.3.3...2.4.0
Bugfix Release
- BUGFIX: Guaranty order of sequencenumber (#290, thanks to @nlx-sascha !)