f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
430 stars 44 forks source link

remove base-32-crf codec #61

Closed fabiolimace closed 2 years ago

fabiolimace commented 2 years ago

Today, a new version of an IETF draft proposed using Crockford's base-32 as an alternative format for UUID strings.

The Base32CrfCodec class was added 16 days ago. It will be removed to await the development of the new standard base-32 format.

https://github.com/uuid6/uuid6-ietf-draft/pull/58

fabiolimace commented 2 years ago

Released version v4.5.0.