Skip to content

v0.32.0

Choose a tag to compare

@hassette-release-please hassette-release-please released this 21 May 01:50
331a5bb

0.32.0 (2026-05-20)

⚠ BREAKING CHANGES

  • TOML app configuration path changed from [hassette.app.apps.<name>] to [hassette.apps.<name>]. The app settings section changed from [hassette.app] to [hassette.apps]. Environment variables changed from HASSETTE__APP__* to HASSETTE__APPS__*. Python access changed from config.app.* to config.apps.*. The API response field changed from app to apps. Update your hassette.toml, environment variables, and any code that accesses the config object.

Refactoring

  • flatten app config path from [hassette.app.apps] to [hassette.apps] (#792) (a4251f1)
  • ui: decompose large frontend components into focused modules (#795) (2e66499)