UUID v4.2.1 Release Notes

Release Date: 2021-08-10 // over 2 years ago
  • 🛠 Fixed

    • Fix soft BC break with Uuid::fromString() signature. The change from string to non-empty-string on the parameter annotation introduced a BC break for those using static analysis tools. This release reverts this change and provides an assertion to guard against empty strings. See ramsey/uuid#383.