Skip to content

v0.1.44

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:44
2662963

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:

  1. The admin API for aliases and model overrides changed to virtual models.
  2. 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

  • 6b29627 feat(virtualmodels)!: unify engine, admin API, and dashboard UI (#423)

Features

  • b113cab feat(admin): refine dashboard model and overview UI (#426)
  • df9d185 feat(virtualmodels): unify aliases and access overrides into virtual models (#416)

Bug Fixes

  • 787f878 fix(dashboard): scale usage calendar intensity by daily volume (#425)