Skip to content

Releases: thibaultmeyer/libsnowflakeid

Release 1.3.0

27 Nov 18:58
release/1.3.0
a6afe63
Compare
Choose a tag to compare

Enhancement

  • Renamed SNOWFLAKEID_INIT_ERROR_LOCK_INITIALIZATIO to SNOWFLAKEID_INIT_ERROR_LOCK_INITIALIZATION

Release 1.2.0

10 Oct 11:59
release/1.2.0
56009f0
Compare
Choose a tag to compare

Enhancement

  • Value returned by snowflakeid_get_version_as_int is now (XX)XYYYZZZ rather than XYZ
  • Header file renamed to snowflakeid.h

Release 1.1.0

02 Oct 06:44
a1f0f15
Compare
Choose a tag to compare

Enhancement

  • Can specify a time offset modifier (subtract). This enhancement only affect the function snowflakeid_initialize

Release 1.0.1

23 Sep 18:33
ae78c29
Compare
Choose a tag to compare

Bugfix

  • datacenter_id and worker_id max value is now correctly checked
  • Function get_current_time_ms for Windows is now a little faster (optimisation)

Release 1.0.0

17 Sep 17:19
b4da87c
Compare
Choose a tag to compare

First release