All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Improve JavaDoc
- Add new sleep overflow strategy
- Ensure GraalVM compatibility
- Add module descriptor. Module is named
de.mkammerer.snowflakeid
- Switched
synchronized
toReentrantLock
- Fixed bug where
SnowflakeIdGenerator
wasn't thread safe - #4
- First official release