mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 11:16:10 +08:00
bump(version): 1.0.28
This commit is contained in:
parent
aa105ff83f
commit
000fa88ebb
2 changed files with 45 additions and 1 deletions
44
CHANGELOG.md
44
CHANGELOG.md
|
@ -1,5 +1,49 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.28 (2/16/2017)
|
||||
|
||||
- nylas-mail:
|
||||
|
||||
+ [battery] Add BatteryStatusManager
|
||||
+ fix(exports) Add backoff schedulers
|
||||
+ feat(offline) Re add offline status notification
|
||||
+ reafctor(scheduler): Move SearchIndexer -> SearchIndexScheduler
|
||||
+ feat(backoff-scheduler): Add a backoff scheduler service
|
||||
|
||||
- K2:
|
||||
|
||||
+ [local-sync] :art: sync loop error handler
|
||||
+ [sentry] Don't use breadcrumbs in dev mode
|
||||
+ [cloud-api] remove latest_cursor endpoint
|
||||
+ [cloud-api] Log error info on 5xx errors
|
||||
+ [local-sync] Refresh Google OAuth2 tokens when Invalid Credentials occurs in sync loop
|
||||
+ Add TODOs about retries in sending
|
||||
+ [local-sync] Add exponential backoff when retrying syncback tasks
|
||||
+ [SFDC] Update SalesforceSearchIndexer for new search indexing
|
||||
+ [cloud-api,cloud-workers,local-sync] Bump hapi version
|
||||
+ [cloud-api] Reduce request timing precision
|
||||
+ Bump pm2 version to 2.4.0
|
||||
+ [cloud-api] KEEP Timeout streaming API connections every 15 minutes
|
||||
+ Revert [cloud-api] Timeout streaming API connections every 15 minutes
|
||||
+ [cloud-\*] Properly listen to stream disconnect events to close redis connections
|
||||
+ [cloud-core, cloud-api] add logging to delta connection
|
||||
+ [cloud-api] Timeout streaming API connections every 15 minutes
|
||||
+ [isomorphic-core] add accountId index definition to Transaction table
|
||||
+ [cloud-api] recover from bad error from /n1/user
|
||||
+ [local-sync] :art: comment
|
||||
+ [local-sync] syncback(Part 5): Always keep retrying tasks if error is retryable
|
||||
+ [local-sync] :fire: Message syncback tasks
|
||||
+ [cloud-api] Change an extension from .js to .es6
|
||||
+ [local-sync] syncback(Part 4): Don't always mark INPROGRESS tasks as failed at beginning of sync
|
||||
+ [local-sync] syncback(Part 3): Fixup
|
||||
+ [local-sync] syncback(Part 2): Reinstate send tasks back into the sync loop
|
||||
+ [cloud-api] Add metadata tests
|
||||
+ [local-sync, cloud-api] Add logic to handle thread metadata
|
||||
+ [local-sync] syncback(Part 1): Refactor syncback-task-helpers
|
||||
+ [iso-core] Detect more offline errors when sending
|
||||
+ [local-sync] Add a better reason when waking sync for syncback
|
||||
+ [local-sync] More retryable IMAP errors
|
||||
|
||||
### 1.0.27 (2/14/17)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.27",
|
||||
"version": "1.0.28",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue