# [2021-04-27] Nylas updates

Source: https://developer.nylas.com/docs/new/v2-release-notes/2021-04-27-nylas-updates/

## 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

- Fixed notification payload for job webhooks - The `job_status_id` JSON value was previously always set to null. Now we are passing the correct `job_status_id` that you can use with the [GET /job-statuses/\{id}](/docs/api/v2/#get-/job-statuses/id) request.