Once - Ecto type for globally unique 64-bits IDs generated by multiple Elixir nodes

Rounding off a late-year cycle of releases that started with SpeckEx and NoNoncense 1.0, Once 1.0 is out! It adds the following:

  • Support for Stripe-like prefixed IDs using Once.Prefixed. The prefix is optionally persisted to the database.
  • Support for hex32-encoding of IDs using the new format :hex32.
  • Upgraded to NoNoncense 1.0 with its improved performance and cipher support for encrypted IDs. These changes are breaking and require careful reading of the migration guide.