Eventsourcing for Java v0.4.1 Release Notes

Release Date: 2016-09-14 // over 7 years ago
  • Backwards-incompatible changes

    • [Core] Index definition syntax is simplified for most of cases (when query options are not necessary) (#144)

    🛠 Bugfixes

    • [Repository] Command#events can no longer block publishing commands through the repository (#147)
    • [CEP] RFC 3/CEP event layout names were incorrect (#148)
    • [PostgreSQL] PostgreSQL is no longer leaking ResultSet when deserializing arrays (#150)

    ⬆️ Upgrades

    • [Core] cqengine 2.7.1 (#143)

    Misc

    • A process manager implementation example is provided (#146)