Ben Ramsey
Ben Ramsey
I've tagged release 2.3.0, which includes the changes from #636. It sounds like those changes might have addressed some of the issues, but @SeinopSys, @shadowhand, and @PeterDKC had some follow-up...
Sure thing. Is this something you would be interested in contributing with a pull request?
I like this idea, and I'd be willing to add this function (or accept a PR that does). π
Thanks!
After reading through #324, it became clear to me why `setFactory()` was so problematic, so I agree with deprecating it and `getFactory()`, as well as the setters on `UuidFactory`. >...
Thank you. I am familiar with them. π
My UUID 6 implementation is from a very early draft. I plan on implementing the new UUID 6, 7, and 8, but I donβt have a timeline.
I don't think there are significant-enough changes between the non-standard one and the standard one to warrant a need to distinguish them. The variant bits for RFC 4122 RFCs are...
Quick update, @pluk77 ... I'm deprecating `Ramsey\Uuid\Nonstandard\UuidV6` and adding `Ramsey\Uuid\Rfc4122\UuidV6` (see the `4.x` branch), and I'll be adding classes for UuidV7 and UuidV8 this week.
@pluk77, I've just released version 4.5.0, which includes support for version 7 UUIDs. I would recommend upgrading and using version 7 UUIDs rather than version 6. π More details here:...