[client-app] Update changelog

This commit is contained in:
Juan Tejada 2017-03-28 09:10:15 -07:00
parent caf5380659
commit 1a1db50a84

View file

@ -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)