# [2022-12-16] Nylas Ruby SDK v5.14.0

Source: https://developer.nylas.com/docs/new/v2-changelogs/2022-12-26-ruby-sdk-v5-14-0/

The Nylas Ruby SDK v5.14.0 has been released!

- GitHub: [Nylas Ruby SDK](https://github.com/nylas/nylas-ruby/releases/tag/v5.14.0)
- Distribution: [RubyGems](https://rubygems.org/gems/nylas/versions/5.14.0)

## Added

- Added support for rate limit errors ([#389](https://github.com/nylas/nylas-ruby/pull/389))
- Added the `disable_provider_selection` option for building an authentication URL ([#395](https://github.com/nylas/nylas-ruby/pull/395), which fixes [#394](https://github.com/nylas/nylas-ruby/pull/394))

## Updated

- Improved performance by skipping creating instance of StringIO before parsing JSON ([#393](https://github.com/nylas/nylas-ruby/pull/393))

---

## Contributors 🎉

This release wouldn’t have been possible without the hard work of our contributors!

- [@andreccosta](https://github.com/andreccosta): [#393](https://github.com/nylas/nylas-ruby/pull/393)
- [@PickertJoe](https://github.com/PickertJoe): [#395](https://github.com/nylas/nylas-ruby/pull/395)