# [2022-04-14] Nylas Node.js SDK v6.3.0

Source: https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-node-sdk-v6-3-0/

The Nylas Node.js SDK v6.3.0 has been released!

- GitHub: [Nylas Node.js SDK](https://github.com/nylas/nylas-nodejs/releases/tag/v6.3.0)
- Distribution: [npm](https://www.npmjs.com/package/nylas/v/6.3.0)

## New

- Added support for revoking a single access token.
- Improved Outbox job status support.
- Added support for Setting Redirect On Error in Authenticate URL Config.

## Bug Fixes

- Fixed an issue where an empty response body could trigger a JSON deserialization error.
- Removed usage of unreliable `node-fetch` `response.size`.