Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require that instance_uid is ULID instead of only recommending it (#116)
Resolves #113 This PR changes ULID to be a `MUST` in order to: - Avoid mistakes when the Agent chooses too short instance id and causes collisions. - Make the Server's life a bit easier since will know it is always a 128 bits of data and can store in places where UUIDs can be stored (e.g. Postgres has a data type UUID).
- Loading branch information