- Fixed a crash on name based UUID (UUIDv5) on some inputs (see #31)
- Improved random number generation performance. UUID V7 generation is now 1.7x faster, UUID V4 is 3x faster
- Added UuidToolkit for advanced UUID generation
- UuidDecoder can now read timestamp and sequence from every version that has timestamp and sequence
- Added some documentation
- Created UUIDNext.Cli, a command line utility to generate and decode UUID. Available on nuget as a .NET tool
- Removed obsolete methods (this might cause breaking changes)
- Added support for .NET Framework 4.7+
- Reduced the public surface of the library (this might cause breaking changes)
- Added a logo
- Enabled SourceLink
- Added PostgreSQL to the list of supported databases
- Added Nil UUID
- Added the ability to genereate UUID V8 taylored for Microsoft SQL Server
- NewDatabaseFriendly requires a database parameter to genereate the best UUID for each database
- Greatly improved UUID V7 performance when generating a lot of UUID in batch
- Updated UUID V7 format according to latest draft RFC
- Added Max UUID
- Fix handling of sequence overflow
- Fix various bugs
- Added Uuid.NewDatabaseFriendly static method
- First version