Skip to content

3.6.0

Compare
Choose a tag to compare
@ramsey ramsey released this 18 Mar 15:53
3.6.0
0b7bdfb

Added

  • 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())