[client-app] Update changelog

This commit is contained in:
Juan Tejada 2017-03-10 13:33:03 -08:00
parent 86e3cc027f
commit 25ba62e02a

View file

@ -2,26 +2,26 @@
### 1.0.35 (3/9/2017) ### 1.0.35 (3/9/2017)
+ [client-app] Make sure we retry delta connection when reauthing account - Fixes:
+ [client-app] More defensive error handling to prevent sync from halting + Make sure delta connection is restarted when an account is re-authed
+ [client-app] Prevent delta streaming connection from retrying too much + More defensive error handling to prevent sync from halting
+ [client-app] Consolidate delta connection stores, rm deltas internal_pkg + Prevent delta streaming connection from retrying too much
+ [client-app] :art: Rename NylasSyncStatusStore to FolderSyncProgressStore + Fix error when attempting to report a fetch id error
+ [client-app] Consolidate apierror status code that we should not report + Prevent error restart loop when database is malformed
+ [client-app] Fix error when attempting to report a fetch id error + Correctly cancel search when the search perspective is cleared
+ [client-app] Rate limit error reporting for message processing errors + When many search results are returned from the server, don't try to sync them all at once, otherwise would slow down the main sync process.
+ [client-app] Prevent error restart loop + When restarting the app, don't try to continue syncing search results from an old search
+ [client-sync] Refactor file download IMAP pool use
+ [client-sync] Refactor raw message IMAP connection pool use
+ [client-sync] Refactor _search Observable
+ [client-app] Don't report incorrect username or password to Sentry
+ [client-sync] Make cancelling SyncUnknownUIDs actually work
+ [client-app] don't re-close dev tools
+ [client-app] fix circular errors and logging
+ [client-sync] Gracefully handle large amounts of unknown UIDs from search
+ [client-sync] Make SyncUnknownUIDs NOTRETRYABLE
+ [client-app] Correctly set process title
- Development:
+ Consolidate delta connection stores, remove `internal_package/deltas`
+ Rename NylasSyncStatusStore to FolderSyncProgressStore
+ Consolidate APIError status code that we should not report
+ Don't report incorrect username or password to Sentry
+ Rate limit error reporting for message processing errors
+ Fix circular reference error when reporting errors
+ Refactor file download IMAPConnectionPool usage
+ Don't focus the Console tab in dev tools every time an error is logged
+ Correctly set process title
### 1.0.34 (3/8/2017) ### 1.0.34 (3/8/2017)