From 1a1db50a84431198e4bbdb908c19538b780dad0c Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Tue, 28 Mar 2017 09:10:15 -0700 Subject: [PATCH] [client-app] Update changelog --- packages/client-app/CHANGELOG.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 70868ef14..aa0c656ac 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -2,19 +2,24 @@ ### 1.0.49 (3/27/2017) - + [client-sync] Change where we report sync activity - + [client-app] add better documentation to windows update - + [client-app] directly call windows relaunch on squirrel update - + [client-app] remap windows dev shortcuts - + [client-app] only re-install for optional deps on mac - + [client-app, client-sync] Add specs for detecting stuck sync/worker window - + [client-app] Detect when the worker window is unavailable - + [client-sync] Detect when sync workers are stuck - + [client-sync] Report latest sync activity - + [client-app] Retry queries when database is locked - + [\*] add ONLY_CLIENT=false support for cloud & regular install - + [cloud-api] Timeout streaming API connections every 15 minutes - + [iso-core] Add indexes from SQL review +- Fixes: + + Ensure sync process does not get stuck + + Ensure the worker window is always available + + Retry database operations when encountering locking issues + +- Metrics: + + Detect and report when the worker window is unavailable + + Detect and report when a sync process is stuck + +- Development: + + Windows autoupdater fixes + + Add better documentation for windows autoupdater + + Remap windows dev shortcuts to match the ones used on darwin and linux + + When building app, only re-install for optional dependencies on darwin + +- Cloud: + + Timeout streaming API connections every 15 minutes + + Add missing database indexes from SQL review ### 1.0.48 (3/27/2017)