Release notes for 109.1 (#13233)

* Release notes for 109.1

* Update note
This commit is contained in:
Paulus Schoutsen 2020-04-30 02:01:49 -07:00 committed by GitHub
parent eb93fc52e9
commit af612960cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 5 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 109 current_minor_version: 109
current_patch_version: 0 current_patch_version: 1
date_released: 2020-04-29 date_released: 2020-04-30
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -355,6 +355,52 @@ Experiencing issues introduced by this release? Please report them in our [issue
Pushetta has been offline since September 2019 and the Yahoo Weather API has been discontinued. - ([@frenck] - [#34497] [#34501]) Pushetta has been offline since September 2019 and the Yahoo Weather API has been discontinued. - ([@frenck] - [#34497] [#34501])
## Release 0.109.1 - April 30
- Reload braviatv entry after options update ([@bieniu] - [#34576]) ([braviatv docs])
- Fix CVE-2020-1967 ([@pvizeli] - [#34853])
- SmartThings continue correct config flow after external auth ([@andrewsayre] - [#34862]) ([smartthings docs])
- Abort nexia import if the username is already configured ([@bdraco] - [#34863]) ([nexia docs])
- Prevent homekit fans from going to 100% than speed when turning on ([@bdraco] - [#34875]) ([homekit docs])
- Fix Flu Near You exception re: stale coroutines ([@bachya] - [#34880]) ([flunearyou docs])
- Fix Garmin Connect doing I/O in event loop ([@balloob] - [#34895]) ([garmin_connect docs])
- Fix Toon doing I/O in event loop ([@balloob] - [#34896]) ([toon docs])
- Reduce log level for WebOS connection error ([@jjlawren] - [#34904]) ([webostv docs])
- Fix handling homekit thermostat states ([@bdraco] - [#34905]) ([homekit docs])
- Avoid error when battery appears after homekit has started ([@bdraco] - [#34906]) ([homekit docs])
- Make sqlalchemy engine connect listener recorder specific ([@bdraco] - [#34908]) ([recorder docs]) (breaking change)
- Use entry ID when IPP printer offers no identifier ([@ctalkington] - [#34316])
[#34316]: https://github.com/home-assistant/core/pull/34316
[#34576]: https://github.com/home-assistant/core/pull/34576
[#34853]: https://github.com/home-assistant/core/pull/34853
[#34862]: https://github.com/home-assistant/core/pull/34862
[#34863]: https://github.com/home-assistant/core/pull/34863
[#34875]: https://github.com/home-assistant/core/pull/34875
[#34880]: https://github.com/home-assistant/core/pull/34880
[#34895]: https://github.com/home-assistant/core/pull/34895
[#34896]: https://github.com/home-assistant/core/pull/34896
[#34904]: https://github.com/home-assistant/core/pull/34904
[#34905]: https://github.com/home-assistant/core/pull/34905
[#34906]: https://github.com/home-assistant/core/pull/34906
[#34908]: https://github.com/home-assistant/core/pull/34908
[@andrewsayre]: https://github.com/andrewsayre
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@bieniu]: https://github.com/bieniu
[@jjlawren]: https://github.com/jjlawren
[@pvizeli]: https://github.com/pvizeli
[braviatv docs]: /integrations/braviatv/
[flunearyou docs]: /integrations/flunearyou/
[garmin_connect docs]: /integrations/garmin_connect/
[homekit docs]: /integrations/homekit/
[nexia docs]: /integrations/nexia/
[recorder docs]: /integrations/recorder/
[smartthings docs]: /integrations/smartthings/
[toon docs]: /integrations/toon/
[webostv docs]: /integrations/webostv/
## All changes ## All changes
<details> <details>