Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 612 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 612 Bytes

Change Log

1.0.0 (2016-03-05)

  • ThreadSafe unique id generator
  • Green pluggable, without external storage like redis or mysql
  • Suitable for distributed systems
  • Implement Twitter SnowFlake theory

1.0.1 (2016-03-06)

  • ADD HTTP Server With Gin
  • Change Package Name from snowflake to goSnowFlake

1.0.2 (2016-03-08)

1.1.0 (2016-09-29)

  • Merge Pull Request,Fix algorithm bug and add ParseId

1.1.1 (2018-09-06)