Eventsourcing for Java v0.3.2 Release Notes

Release Date: 2016-06-15 // almost 8 years ago
  • ๐Ÿ”‹ Features

    • [Core] Added an API to iterate over command's events (#46)
    • โšก๏ธ [Core] If a command had a timestamp prior to publishing, the timestamp will not be overriden and repository's timestamp will be updated (#55)
    • โšก๏ธ [Core] If an event had a timestamp prior to journalling, the timestamp will not be overriden and repository's timestamp will be updated (#56)
    • [Core] Repository#getTimestamp() was added (#55)

    ๐Ÿ›  Bugfixes

    • [HLC] HybridTimestamp now follows the layout prescribed in RFC6/HLC (#47)
    • ๐Ÿš€ [H2] Current H2 version doesn't export org.h2.mvstore.db in OSGi, making es4j undeployable in OSGi. Own build with a fix is used now (#49)
    • ๐Ÿ›  [Core] CascadingIndexEngine's self-referencing in OSGi was fixed (#50)
    • [Core] MemoryJournal still recorded normal events even when the command terminated exceptionally (#51)
    • [H2] MVStoreJournal command hash keys were wrongfully overwritten (#54)
    • โœ… Outstanding failing tests were fixed (#52, #53)