Skip to content

Releases: proophsoftware/event-machine

0.17.1 Bugfix Release

24 Jul 21:13
v0.17.1
Compare
Choose a tag to compare
0.17.1 Bugfix Release Pre-release
Pre-release

Fixed

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

0.17 Dev Release

19 Jul 19:04
v0.17.0
50dec8a
Compare
Choose a tag to compare
0.17 Dev Release Pre-release
Pre-release

Changed

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

0.16.1 Bgufix Release

19 Jul 18:18
v0.16.1
6fd195d
Compare
Choose a tag to compare
0.16.1 Bgufix Release Pre-release
Pre-release

Fixed

0.16 Dev Release

18 Jul 17:16
v0.16.0
b4cc3a1
Compare
Choose a tag to compare
0.16 Dev Release Pre-release
Pre-release

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

0.15 Dev Release

27 Apr 22:30
v0.15.0
1c54aba
Compare
Choose a tag to compare
0.15 Dev Release Pre-release
Pre-release

Added

  • #88 : AR function can yield additional event metadata

0.14 OpenAPI/Swagger Integration

15 Apr 14:02
v0.14.0
Compare
Choose a tag to compare
Pre-release

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.

0.13 Dev Release

04 Apr 17:26
v0.13.0
dd6407e
Compare
Choose a tag to compare
0.13 Dev Release Pre-release
Pre-release

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 Release

15 Mar 17:53
v1.0-alpha.7
7c12ecf
Compare
Choose a tag to compare
v1.0-alpha.7 Release Pre-release
Pre-release

Fixes

  • #81 Include type definitions in JSON Schema validation

v1.0-alpha.6 Release

14 Mar 13:24
v1.0-alpha.6
229de93
Compare
Choose a tag to compare
v1.0-alpha.6 Release Pre-release
Pre-release

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: #84

1.0-alpha.5 Release

22 Feb 23:57
v1.0-alpha.5
Compare
Choose a tag to compare
1.0-alpha.5 Release Pre-release
Pre-release

Fixed

  • Aggregate state not loaded if custom stream name is used