Changelog
In this release, we unified aliases with model overrides because, technically, they are the same thing. The biggest changes from the user perspective are:
- The admin API for aliases and model overrides changed to virtual models.
- Aliases are now called virtual models.
Thank you, @vfeitoza, for your PR, which inspired me to make this simplification. The reported issue is now fixed by design: #387
The detailed list of changes below:
Breaking Changes
Features
- b113cab feat(admin): refine dashboard model and overview UI (#426)
- df9d185 feat(virtualmodels): unify aliases and access overrides into virtual models (#416)