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
How to version events and upcast events between versions.
Event upcasting
Only add or rename fields in an event. Implement the Commanded.Event.Upcaster protocol for the old version of the event to migrate the structure to the new version.
The text was updated successfully, but these errors were encountered:
How to version events and upcast events between versions.
Event upcasting
Only add or rename fields in an event. Implement the
Commanded.Event.Upcaster
protocol for the old version of the event to migrate the structure to the new version.The text was updated successfully, but these errors were encountered: