Skip to content

Releases: nylas/nylas-ruby

v6.2.3

23 Jan 19:30
Compare
Choose a tag to compare

What's Changed

  • Handle response objects of instance String for API errors by @kraju3 in #509

Full Changelog: v6.2.2...v6.2.3

v6.2.2

02 Dec 13:10
Compare
Choose a tag to compare

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

12 Nov 16:36
Compare
Choose a tag to compare

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

24 Sep 17:04
d2f07ed
Compare
Choose a tag to compare

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

20 Aug 14:52
b8e0fcb
Compare
Choose a tag to compare

Changelog

Changed

  • Fixed sending attachments less than 3MB (#483, #482)

v6.1.0

25 Jul 21:33
03b5a60
Compare
Choose a tag to compare

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

05 Mar 22:51
8490435
Compare
Choose a tag to compare

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

27 Feb 22:57
67a0b38
Compare
Choose a tag to compare

Changelog

Updated

  • Fixed the HTTP operation of updating grants (#464)
  • Fixed endpoint URL of rotating webhooks (#465)

v6.0.1

12 Feb 20:41
0be4370
Compare
Choose a tag to compare

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

09 Feb 14:35
dc9e9ff
Compare
Choose a tag to compare

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.