mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Release 0.33.4
This commit is contained in:
parent
02f60a507d
commit
10eff18e9b
@ -130,5 +130,5 @@ social:
|
|||||||
|
|
||||||
current_major_version: 0
|
current_major_version: 0
|
||||||
current_minor_version: 33
|
current_minor_version: 33
|
||||||
current_patch_version: 3
|
current_patch_version: 4
|
||||||
date_released: 2016-11-23
|
date_released: 2016-11-23
|
||||||
|
@ -58,6 +58,12 @@ But a new release wouldn't be awesome if it didn't had some new goodies and this
|
|||||||
- Bump Netdisco to 0.7.7 (fixes discovery on Synology)
|
- Bump Netdisco to 0.7.7 (fixes discovery on Synology)
|
||||||
- Fix discovery race condition (most obvious in Wemo) ([@balloob])
|
- Fix discovery race condition (most obvious in Wemo) ([@balloob])
|
||||||
|
|
||||||
|
### {% linkable_title Release 0.33.4 - November 24 %}
|
||||||
|
|
||||||
|
- Set executor pool size to 10 (as intended) ([@pvizeli])
|
||||||
|
|
||||||
|
This should fix occasional performance problems that some people have reported.
|
||||||
|
|
||||||
### {% linkable_title Breaking changes %}
|
### {% linkable_title Breaking changes %}
|
||||||
|
|
||||||
- We have included a fix that impacts how we generate entity ids. This only impacts devices with accented characters. Instead of being stripped out, they are now replaced with the non-accented version. So now `Tèst Mörê` will become `test_more` instead of `tst_mr`.
|
- We have included a fix that impacts how we generate entity ids. This only impacts devices with accented characters. Instead of being stripped out, they are now replaced with the non-accented version. So now `Tèst Mörê` will become `test_more` instead of `tst_mr`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user