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
Symfony 6.2 introduces support for UUID v7, which is to be preferred
over UUID v6 [according to the draft RFC][1]:
> Implementations SHOULD utilize UUID version 7 over UUID version 1 and
> 6 if possible.
In order not to change the UUID generation in existing projects, UUID v7
could be configured as default for new projects via this recipe.
[1]: https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#section-5.2-2
0 commit comments