Event Machine Versions Save

The world's only CQRS / ES framework that lets you pick your Flavour

v0.17.1

5 years ago

Fixed

  • #91 ImmutableRecord VOs inside arrays are not converted
  • ReadModelProxy not initialized when resetting

v0.17.0

5 years ago

Changed

  • #99 : Revert custom messages support (Read PR description for details)

v0.16.1

5 years ago

Fixed

  • #98

v0.16.0

5 years ago

Update: It is highly recommended to not use this release but the newer v0.17 release instead! Custom message support was removed again so DO NOT rely on that feature!

Added

Changed

Fixed

v0.15.0

6 years ago

Added

  • #88 : AR function can yield additional event metadata

v0.14.0

6 years ago

This dev release is the first one without GraphQL support

See #84 and #4 for details.

Internal Event Machine handling did not change much but a few changes were made:

  • no GraphQL server integration
  • $eventMachine->registerInputType() is removed, because we no longer need to differentiate between return and input types. This was a GraphQL limitation

The tutorial is updated as well.

v0.13.0

6 years ago

We switched back from alpha releases to dev releases!

After collecting user feedback we decided to move some parts out of event machine including GraphQL integration!

We want to focus on an extendable core and integrate the event-store-mgmt-ui

This release marks the new development phase with an upgrade to support PSR-15, see #83

v1.0-alpha.7

6 years ago

Fixes

  • #81 Include type definitions in JSON Schema validation

v1.0-alpha.6

6 years ago

Changed

  • #78 BC BREAK! :
    • QueryDescription::queryComplexity removed
    • QueryDescription::returnType renamed to QueryDescription::setReturnType

Info

We decided to remove GraphQL Integration. The reason for this is that we want to make use of the full power of JSON Schema in Event Machine but if you do that you can no longer translate JSON Schema to GraphQL. The idea is to use the JSON Schema as API documentation and build a frontend app that can read the schema and generate a documentation along with an editor to send messages to the backend and view the results (in case of queries). Progress is tracked in the PR: https://github.com/proophsoftware/event-machine/pull/84

v1.0-alpha.5

6 years ago

Fixed

  • Aggregate state not loaded if custom stream name is used