Releases: prooph/event-store
Releases · prooph/event-store
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)
7.6.0 Release
Added
- Support for PHP 8.0
7.5.9 Release
Fixed
- #411 (@sandrokeil ) : Order messages in consideration of provided stream order
7.5.8 Release
Added
- Improve MergeStreamIterator performance by using TimSort #408 (sandrokeil)
7.5.7 Release
Fixed
- fix upcasting iterator
(#389)
7.5.6 Release
Fixed
- Fix subsequent messages raised within upcasting chain (#381) by @chrisharrison
7.5.5 Bugfix Release
Fixed
- #378 Adds beberlei/assert 3.2.3 - 3.2.4 to composer conflict section, because those two releases are incompatible with
Util\Assertion