A bunch of new Features
Incompatibility on
- Auxiliary statements
- Enum
How to Upgrade
- Remove any use of cached auxiliary statements from the code, because there's no more caching for those.
- Enums cannot be auto-initiated anymore, ensure to call
enum :column
on the models.