v0.9.12
Pre-release
Pre-release
Distributed Service-Unique IDs that are short and sweet.
New in this release
- Don't generate new IDs from constructor - BREAKING CHANGE
- Setup constructor correctly
BREAKING CHANGE
Some frameworks will call the constructor manually when (re)creating Suids. E.g. JSON frameworks, persistence mechanisms etc. They will end up wasting IDs and worse, draining the pool. So I decided that generating new Suids should be an explicit action: var newId = Suid.next();. This may break older code.
suid-server-java
Need a server?
suid-server-java.
Suid-server implementation for the Java EE technology stack.