Skip to content

Releases: prooph/event-store

7.9.0 Release

14 Jan 00:34
v7.9.0
ff213c2
Compare
Choose a tag to compare

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

07 Nov 17:19
v7.8.0
6e11018
Compare
Choose a tag to compare

Added

7.7.0 Release

26 Apr 03:02
v7.7.0
728f99e
Compare
Choose a tag to compare

Added

  • Ensure compatibility with PHP 8.1
  • Migrate to Github Action

7.6.1 Release

21 Apr 00:41
v7.6.1
25510bf
Compare
Choose a tag to compare

Fixed

  • eventStore may contain reference to decorator which can cause ReflectionException #420 (unixslayer)

7.6.0 Release

07 Jan 23:43
Compare
Choose a tag to compare

Added

  • Support for PHP 8.0

7.5.9 Release

06 Sep 11:13
v7.5.9
9b74792
Compare
Choose a tag to compare

Fixed

  • #411 (@sandrokeil ) : Order messages in consideration of provided stream order

7.5.8 Release

20 Jul 19:06
Compare
Choose a tag to compare

Added

  • Improve MergeStreamIterator performance by using TimSort #408 (sandrokeil)

7.5.7 Release

26 Apr 21:33
Compare
Choose a tag to compare

Fixed

  • fix upcasting iterator
    (#389)

7.5.6 Release

24 Oct 17:11
Compare
Choose a tag to compare

Fixed

7.5.5 Bugfix Release

10 Oct 21:53
v7.5.5
720bc85
Compare
Choose a tag to compare

Fixed

  • #378 Adds beberlei/assert 3.2.3 - 3.2.4 to composer conflict section, because those two releases are incompatible with Util\Assertion