# [2024-02-09] Nylas Ruby SDK v6.0.0 - GA

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-ruby-sdk-v6-0-0/

The Nylas Ruby SDK v6.0.0 has been released!

- GitHub: [Nylas Ruby SDK](https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0)
- Distribution: [RubyGems gem description](https://rubygems.org/gems/nylas/versions/6.0.0)

## Breaking changes

- Ruby SDK v6 supports Nylas v3 exclusively, dropping support for any endpoints that are not available in v3. See [v3 Features and Changes](/docs/v2/upgrade-to-v3/features-and-changes/) for more information.
- Updated minimum support to Ruby v3.
- Removed all models and typing from the SDK.

## Added

- Created error classes for the different API errors as well as SDK-specific errors
- Added a configurable timeout for outgoing calls to the API.

## Updated

- Rewrote the majority of SDK to be more modular and efficient.

## Removed

- Local Webhook development support is removed due to incompatibility with the new API version.