Skip to content

Releases: nylas/nylas-ruby

v1.2.0

20 Nov 02:14
Compare
Choose a tag to compare

See the changelog for full details

  • Add Messages#files? Issue #40
  • Return an external Enumerator when no block given. Issue #42 (Steven Harman)
  • Expose folders in the Delta Stream API.
  • Add Inbox::Error base class for all errors. (Steven Harman)
  • Expose sync_state on the /account API. (Steven Harman)
  • Return Enumerator for #deltas when no block given
  • Ruby < 1.9.3 no longer supported
  • Add travis support for Mac OS X

v0.15.3

06 May 20:48
Compare
Choose a tag to compare
  • Delta sync API support
  • Changed URLs to refer to nylas.com -- update your callback URLs!
  • Updates to reflect latest Calendar and Event changes, including recurring event support
  • Drafts can now have a reply_to_message_id parameter

v0.14.0

04 Feb 02:02
Compare
Choose a tag to compare
  • Added full support for Accounts API, including account.upgrade! and account.downgrade!
  • Removed upgrade_account and downgrade_account
  • Added count method to RestfulModelCollection
  • Updated exception handling to reflect synchronous sending errors
  • Update URLs to refer to nilas.com -- ensure your OAuth callbacks are updated!