Skip to content

Releases: neos/Neos.EventSourcing

Bugfix release

17 Mar 20:02
d2eef41
Compare
Choose a tag to compare
  • BUGFIX: Clear $pendingEvents when invoking DeferEventPublisher (#286)

2.3.1...2.3.2

Bugfix Release

17 Feb 14:43
fc04603
Compare
Choose a tag to compare
  • BUGFIX: Trigger publishing queue only once per eventtype/listener combination (#283)
  • BUGFIX: Include listener class name in exception message (#285)

2.3.0...2.3.1

Flow 7.0 compatibility

05 Jan 13:19
c6c5b49
Compare
Choose a tag to compare

This release adds (declares) compatibility with Flow 7.*.

2.2.0

20 Aug 13:02
f342d11
Compare
Choose a tag to compare
  • FEATURE: Introduce projection:catchup command (#271)

Change log

2.1.0

20 Aug 07:45
9cf6ba1
Compare
Choose a tag to compare
  • FEATURE: Replay / catch up until sequence number (#268)

Change log

2.0.2

09 Aug 11:26
a432320
Compare
Choose a tag to compare
  • BUGFIX: Fix create() method in aggregate example (c51dee9)
  • BUGFIX: Fix recordedAt column type for DoctrineEventStorage (#267)

Change log

2.0.1

23 Jul 18:47
Compare
Choose a tag to compare
  • BUGFIX: properly re-throw ConcurrencyException in case $expectedVersion mismatches (529344b)

Change log

2.0.0 - First stable Release

19 Jun 07:56
fc2ae14
Compare
Choose a tag to compare

The first stable release of this package.

Note: If you were already one of the brave early adopters and used 1.0 of this package please be aware of the fact that 2.0 is quite a rewrite with lots of breaking changes.

1.0.1

22 Dec 14:51
81adccb
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release

Fixes support for Doctrine 1.3.x (see #249)

1.0.0 - First Release

06 Feb 16:12
9bded78
Compare
Choose a tag to compare
1.0.0 - First Release Pre-release
Pre-release

A little more than 2,5 years after the first commit, we decided to release the first version of this package.
Thank you very much to all contributors so far!

Note: Even though this package is already used in production environments, we still consider it experimental at this point.
This release is a preparation for a major rework that will soon come as version 2.x.

So please make sure to set your composer dependencies to a fixed commit or (major) version like:

    "require": {
        "neos/event-sourcing": "^1.0"
    }