Releases: lowjiajin/snowfall
Releases · lowjiajin/snowfall
v1.0.7
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
Prevented error where sync job starts before init completes
v1.0.5
Fixed a race condition bug which would cause a breaking commit()
failure.
v1.0.4
Added pip
extras to support popular DBMSes.
v1.0.2
Fixed some Readme errors regarding the usage of the Database Syncer.
v1.0.1
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
Manually tested to work, but not production ready until we build out automated testing and improve the overall speed.