Skip to content

Releases: prooph/pdo-event-store

v1.16.5

18 Jun 10:51
b58ab06

Choose a tag to compare

What's Changed

  • Apply GapDetector interface to the PdoEventStoreReadModelProjector by @zluiten in #261

Full Changelog: v1.16.4...v1.16.5

v1.16.4

12 Jun 14:37
3472ada

Choose a tag to compare

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

22 Apr 14:10
78d2f21

Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v1.16.3

1.16.2 Release

03 Apr 11:16
72649b2

Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2

1.16.1 Release

31 Mar 13:43
a5987d4

Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

1.16.0 Release

31 Mar 11:09
ff85339

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.1...v1.16.0

1.15.1 Release

29 Nov 16:57
v1.15.1
118e727

Choose a tag to compare

Added

1.15.0 Release

13 Sep 18:47
v1.15.0
541fc4d

Choose a tag to compare

Added

  • enable to set amount of event being loaded in single run #242 (unixslayer)

1.14.2 Release

31 May 14:44
v1.14.2
695a2f4

Choose a tag to compare

Fixed

1.14.1 Release

17 May 21:36
v1.14.1
cc4acb5

Choose a tag to compare

Fixed

  • Allow int return values from GET_LOCK MySQL function #239 (rmbl)