What's Changed
-
BREAKING:
_Legacy/backward-compatibility shim layer removed. The[Obsolete]forwarder namespaces introduced in v5 no longer exist. All consuming code must useRzR.Extensions.Domain.*namespaces. See namespace-migration-v5.md for the full mapping. -
New
TimeSeqIdgenerator inPrimitives: time-ordered, lexicographically sortable 48-character unique identifier. Format:yyyy-MMdd-HHmmssfff-SSSS-RRRRRRRRRRRRRRRR-HHHHHH(year / date / time-ms / sequence / 16-hex random / 6-char SHA-256 checksum). Fully thread-safe; IDs sort in generation order by plain string comparison.
Full Changelog: v5.0.0.7637...v6.0.0.8301