-
Notifications
You must be signed in to change notification settings - Fork 2
Milestone
Description
- Breaking changes in serialization from v0.28 to DFG v1 is tracked here and will not be backward compatible until a need for it is identified. We can use converters.
- Persisted (serialized/packed) types shall remain backward compatible during v1.
- Persisted types should be as stable as possible to avoid breaking changes or extra resolvers.
- Adding fields is not a breaking change and therefore we air on the side of caution and rather have less field now.
- Address Clarity of variable names can be improved
See the sub issues for each type.