v2.1.0
Added
fence_from_token(token)— decodes the 64-bit monotonic fence prefix from a grant token, mirroring the Go client'sFenceFromToken. dflockd grant tokens are<16-hex monotonic prefix><16-hex random salt>; the prefix strictly increases on every grant from a server instance, so a token doubles as a fencing token for downstream resources. Exposed as anintand re-exported from the top-leveldflockd_clientpackage.
Full Changelog: v2.0.1...v2.1.0