File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 77- Added some basic test for persistent namespaces
88- Add request context logging for failed HASS calls - contributed by [ ekutner] ( https://github.com/ekutner )
99- Reload modified apps on SIGUSR2 - contributed by [ chatziko] ( https://github.com/chatziko )
10+ - Transitioned project tooling to use [ uv] ( https://docs.astral.sh/uv/ )
11+ - Dependency management with `` uv.lock `` instead of requirements.txt files.
12+ - Dockerfile uses uv to install dependencies and run AppDaemon
13+ - CI pipelines using GitHub Actions now use [ ` astral-sh/setup-uv ` ] ( https://github.com/astral-sh/setup-uv )
14+ - VSCode tasks use uv to launch things.
1015
1116** Fixes**
1217
1924- Fix production mode and scheduler race - contributed by [ cebtenzzre] ( https://github.com/cebtenzzre )
2025- Fix scheduler crash - contributed by [ cebtenzzre] ( https://github.com/cebtenzzre )
2126- Fix startup when no plugins are configured - contributed by [ cebtenzzre] ( https://github.com/cebtenzzre )
22- - Fix entity persistencre - contributed by [ cebtenzzre] ( https://github.com/cebtenzzre )
27+ - Fix entity persistence - contributed by [ cebtenzzre] ( https://github.com/cebtenzzre )
2328
2429** Features**
2530
You can’t perform that action at this time.
0 commit comments