From 10eff18e9b219ea37a06b4864d449b5bdc582d96 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 24 Nov 2016 15:54:03 -0800 Subject: [PATCH] Release 0.33.4 --- _config.yml | 2 +- ...016-11-20-calendar--wink-thermostats--cisco-ios.markdown | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d3f1a915f2e..ed7c43ba163 100644 --- a/_config.yml +++ b/_config.yml @@ -130,5 +130,5 @@ social: current_major_version: 0 current_minor_version: 33 -current_patch_version: 3 +current_patch_version: 4 date_released: 2016-11-23 diff --git a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown index f183a01c2b9..9c04a9d4776 100644 --- a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown +++ b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown @@ -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) - 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 %} - 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`.