Sync Engine
Section titled “Sync Engine”-
iCloud event syncing improvement - We fixed some cases of timestamp parsing that we weren’t handling well before and would cause the account to stop syncing new items.
-
Exchange (EWS) message syncing improvement - We released a fix that allows our sync engine to handle messages with provider data of any size. Before, we couldn’t save these messages, and the account would stop syncing.
Webhooks
Section titled “Webhooks”- Fixed notification payload for job webhooks - The
job_status_id
JSON value was previously always set to null. Now we are passing the correctjob_status_id
that you can use with the GET /job-statuses/{id} request.