-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
proposal / expected outcome
- do not use a default schema at all
- rename
DEFAULT_SCHEMA_VERSION
toLATEST_SUPPORTED_SCHEMA_VERSION
- there is no defaulting or magic when it comes to SchemaVersions. Users have to input a valid value..
motivation:
- no more breaking changes, when a new schema version is added. they are just features the users can plug.
madpah