Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
v6.2.2
Changelog
Added
- Added support for private Scheduling configuration (#503).
- Added ability to add optional content_id to support inline image on send (#506) (#505).
- Added custom filename support for large attachments (#502).
Fixed
- Adjusted the gendoc to show that the provider_error is a Hash (#504).
v6.2.1
Changelog
Added
- Added support for scheduler APIs (#495)
- Added
query_params
field to Folders
& Threads
find (#500) (#499)
- Added custom filename support for attachments (#496)
New Contributors
v6.2.0
Changelog
Added
- Added query support for folders (#492, #488)
- Added dependency on
ostruct
gem (#491, #489)
- Enable SDK to reattach large files to messages on retry (#487)
Changed
- Downgraded
rest-client
to 2.0
for better compatibility (#490)
New Contributors
v6.1.1
Changelog
Changed
- Fixed sending attachments less than 3MB (#483, #482)
v6.1.0
Changelog
Added
- Added query support for messages (#480)
- Added support for clean messages (#476)
- Added support for getting access token info (#475)
- Added new webhook triggers (#473, #479)
v6.0.3
Changelog
Changed
- Improved message sending and draft create/update performance (#470)
- Change default timeout to match API (90 seconds) (#471)
- Fixed error when invoking
Auth.detect_provider
(#469, #468)
v6.0.2
Changelog
Updated
- Fixed the HTTP operation of updating grants (#464)
- Fixed endpoint URL of rotating webhooks (#465)
v6.0.1
The first patch release fixes a couple of issues regarding auth and list responses.
Changelog
Updated
- Fixed a bug during OAuth URL building (#462)
- Fixed a bug where the
next_cursor
field was omitted for list responses (#461)
v6.0.0
The Nylas Ruby SDK v6.0.0 is out of beta now Generally Available! This SDK sees a number of changes, including breaking changes, and more importantly brings full support of the new Nylas API v3.
Changelog
Breaking changes
- Ruby SDK v6 supports the Nylas API v3 exclusively, dropping support for any endpoints that are not available in v3. See API v3 Features and Changes for more information.
- Officially support minimum 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.
Docs and References
Please refer to the README.md for a quick description and getting started guide with the new SDK. Furthermore, we have an UPGRADE.md for instructions on upgrading from v5.x to v6.x, as well as a reference guide for the Ruby SDK.