You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add InvalidUuidStringException, which is thrown when attempting to decode an
invalid string UUID; this does not introduce any BC issues, since the new
exception inherits from the previously used InvalidArgumentException
Fixed
Improve memory usage when generating large quantities of UUIDs (use str_pad()
and dechex() instead of sprintf())