[client-app] Update changelog

This commit is contained in:
Juan Tejada 2017-03-30 10:18:37 -07:00
parent b72e0829f2
commit 2d1a3714d8

View file

@ -2,20 +2,27 @@
### 1.0.52 (3/29/2017) ### 1.0.52 (3/29/2017)
+ [client-app] Fix thread reindexing loop - Fixes:
+ [client-app] Add initial sync benchmarking script + Fix open and link tracking:
+ [client-app] Fix references to RetryableError imports + No longer triggers your own opens & link clicks
+ [client-app] Log duration of db ANALYZE query + Link tracking indicator is now always present in sent messages
+ [client-app] Improve logging for queries + Fix regression in DB query execution which would delay all queries in the
+ [client-app] Improve logging for background database queries system.
+ [client-app] Reduce max retry delay for db queries + Reduce max retry backoff for DB queries, which could hold a query open for
+ [client-app] Don't delay db queries unless we are retrying too long
+ [client-app] ensure gmail msg to 1 person get tracking stripped + Fix thread reindexing issues, which should help performance and correctly
+ [client-app] don't trigger your own opens & link clicks index threads for search
+ [client-app] index expiration field on Metadata + Fix `in:` search syntax for non-gmail search
+ [client-sync] Fix in: for IMAP search + Fix references to RetryableError imports
+ [client-app] Reindex threads when they're updated
+ [dev] Default billing server URL to staging for development, allow override - Development:
+ Add initial sync benchmarking script
+ Clean up logging in DatabaseStore: differentiate background queries from
regular queries in the logs, only log queries that actually take more than
100ms.
+ Point the billing server URL to staging by default for easier development,
and allow it to be overriden
+ Add index to expiration field on Metadata
### 1.0.51 (3/28/2017) ### 1.0.51 (3/28/2017)