UUID Generation: Introduces support for version 8 UUIDs, allowing for more flexibility in generating unique identifiers. This enhancement expands the options available for users needing vendor-specific UUIDs.
UUID Generation: Adds support for version 6 UUIDs, enabling users to generate and convert between version 1 and version 6 UUIDs seamlessly. This feature enhances interoperability for systems that utilize both versions.
UUID Generation: Implements support for the new MAX UUID as defined in RFC9562, providing users with an additional constant for UUID generation.
UUID Generation: Introduces version 7 UUIDs, which are now fully implemented, tested, and documented, offering users a new option for generating unique identifiers.
Improvements
Documentation: Updates the documentation to reflect the transition from RFC4122 to RFC9562, ensuring users have access to the most current information regarding UUID standards.
Fixes
Fix missing expectations for version 7 UUIDs in the browser specification, ensuring that users have a consistent experience across different environments.
Fixes an issue by reverting a previous change that affected performance, ensuring that UUID generation remains efficient and reliable.
Others
Update the Node support matrix to only include Node versions 16-20, ensuring compatibility with the latest features and improvements in the Node ecosystem.