Skip to content

SnowflakId Version 3.1.0

Choose a tag to compare

@Shoogn Shoogn released this 01 Apr 05:29
· 11 commits to master since this release
6b10b9e

This is a new release of the SnowflakId, this version has two improvements related to two methods as following:
1- GetDataCenterIdBySnowflakeId(long snowflakeId)
2- GetSecondsSinceUnixEpochFromId(long snowflakeId)
So, the improvement is getting rid of working directly with the string instead these two methods now dealing with bitwise operators when working the snowflakeId parameter.

Also, there is a new configuration property named UseConsoleLog to output any logging data to console if this property equal true, by default the value is false