Skip to content

v0.9.12

Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 16 Jul 13:35
· 11 commits to master since this 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.