suid v0.9.9
Pre-release
Pre-release
Distributed Service-Unique IDs that are short and sweet.
New in this release
- Made ID blocks smaller - BREAKING CHANGE
- Simplified encoding to base-36 - BREAKING CHANGE
- Removed unneeded methods (due to simpler encoding)
- Better documentation
BREAKING CHANGE
The block size was made smaller: From 256 IDs per block to 32IDs per block. When we navigate around the site, every time we load a new page we lose the IDs still left in the current block. So with a smaller block size we lose less IDs. Also changed the default pool settings to account for the smaller block size. Furthermore the encoding was changed, so any old IDs that were saved as strings will be incompatible with IDs in the new format.
Hopefully these will be the last breaking changes before Suid is upgraded to PRODUCTION READY status.
suid-server-java
Need a server?
suid-server-java.
Suid-server implementation for the Java EE technology stack.