Skip to content

Releases: lowjiajin/snowfall

v1.0.7

04 Sep 10:23
Compare
Choose a tag to compare
v1.0.7 Pre-release
Pre-release

Improved generator id reclaim mechanism. If a generator id is no longer reserved, get_guid will block until the liveliness update job completes.

v1.0.6

02 Sep 12:08
Compare
Choose a tag to compare
v1.0.6 Pre-release
Pre-release

Prevented error where sync job starts before init completes

v1.0.5

17 Jul 07:31
39df70a
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

Fixed a race condition bug which would cause a breaking commit() failure.

v1.0.4

14 Jul 07:06
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release

Added pip extras to support popular DBMSes.

v1.0.3

14 Jul 06:11
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

Added logging

v1.0.2

04 Jul 05:37
394770f
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Fixed some Readme errors regarding the usage of the Database Syncer.

v1.0.1

04 Jul 05:23
d21e643
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Fixed a race condition bug when a claim for a generator_id is made and completed while a liveliness update from an existing generator is still in progress.

First release

03 Jul 11:59
10d7b07
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Manually tested to work, but not production ready until we build out automated testing and improve the overall speed.