Skip to content

Releases: Sandthorn/sandthorn_driver_sequel

snapshot support

12 Jun 20:43
066b3c7
Compare
Choose a tag to compare

Makes it possible to get events after a specific aggregate_version by using the parameter after_aggregate_version in find

big bang release dep. on sandthorn 1.0.0

06 Apr 11:08
Compare
Choose a tag to compare

This release is in dep on the main gem sandthorn 1.0.0

the interface between the driver and the main sandthorn gem is now much cleaner.

Migrate connection

04 May 14:37
Compare
Choose a tag to compare

Before this version migration could only be made on url string, its now possible to migrate on a connection as well.

SandthornDriverSequel.migrate_connection

Serialization moved to driver

11 Feb 19:26
Compare
Choose a tag to compare

The serialization mechanism are now moved to the driver. This driver only works with Sandthorn version 0.11.0 and above.