Skip to content

Releases: prooph/event-store

v7.12.2

03 Apr 10:06
3ddf945
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.12.1...v7.12.2

7.12.1 Release

02 Apr 13:24
570bf9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.12.0...v7.12.1

7.12.0 Release

31 Mar 10:43
e8215f4
Compare
Choose a tag to compare

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

25 Mar 13:14
28ec272
Compare
Choose a tag to compare

7.11.0 Release

25 Mar 11:10
bf69e3b
Compare
Choose a tag to compare

What's Changed

  • Make sure test classes are included in the package by @zluiten in #441

Full Changelog: v7.10.0...v7.11.0

7.10.0 Release

21 Feb 19:26
v7.10.0
8ad63a0
Compare
Choose a tag to compare
  • Require PHP 8.2
  • Require prooph/common 4.6
  • Bump dev dependencies

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)