4.2.1
Fixed
- Fix soft BC break with
Uuid::fromString()signature. The change fromstringtonon-empty-stringon 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.