-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homeassistant: 0.111.4 -> 0.112.3 #91958
Conversation
Upgrade on an RPi4 with PostgreSQL and 1.4GB database size on an SSD connected over USB3 took roughly 10 seconds.
The load times of logbook/history are down from ~20s to under less than 3s. |
This broke denonavr integration for me. The log has this, which is surprising since error: https://gist.github.com/colemickens/e814a6e78d29dc487336c242c9b59418 |
Well, as far as I can tell, denonavr->ssdp->defusedxml, so it looks like a possible bug in the update script and it's dependency resolution. I'm not sure it matters to me anymore though. This release removes |
mach-nix could provide more precise pinning. |
Our latest script does resolve transitive dependencies. It was not used here for updating though. |
Does not depend on any other component, so the update script won't find defusedxml, which is a requirement in the The denonavr manifest declares some ssdp values, but does not depend on ssdp. This could in fact be an upstream bug. https://github.com/home-assistant/core/blob/dev/homeassistant/components/denonavr/manifest.json |
I guess they expect |
There were two patch versions released in the meantime. |
The bump has been pushed. |
Please don't consider me blocking. I was able to get Thanks for the PR and the help! |
The internal broker was deprecated since 0.92.0 and removed in 0.112.0.
Result of 9 packages built:- home-assistant - python37Packages.graphql-core - python37Packages.graphql-server-core - python37Packages.influxdb-client - python37Packages.rx - python38Packages.graphql-core - python38Packages.graphql-server-core - python38Packages.influxdb-client - python38Packages.rx |
1 similar comment
Result of 9 packages built:- home-assistant - python37Packages.graphql-core - python37Packages.graphql-server-core - python37Packages.influxdb-client - python37Packages.rx - python38Packages.graphql-core - python38Packages.graphql-server-core - python38Packages.influxdb-client - python38Packages.rx |
Using the glorious
./update.sh
tooling. Thanks @Mic92!Motivation for this change
New upstream release.
https://www.home-assistant.io/blog/2020/07/01/release-112/
Logbook and History are now fast, expect db migrations on startup.
The tests needed a fixup, because the embedded MQTT broker was removed.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)@Mic92 @dotlambda