Skip to content

v0.4.0

Compare
Choose a tag to compare
@mkubala mkubala released this 07 Nov 12:17
· 392 commits to master since this release

Highlights

This release is focused on making migration from JDBC 4.0.0 as frictionless as possible.

Since we decided to extract metadata from the serialised payload and store it in a separate column it is not possible to migrate exiting journal and snapshot store using plain SQL scripts.

Each journal event and snapshot has to be read, deserialised, metadata and tags must be extracted and then everything stored in the new table.

Version 0.4.0 provides all the necessary utils to automate the above process #120 #123

See the official documentation for more informations.