Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
v3.0.0
- Removes
interpret_http_status
to be included ininterpret_response
- Improve error handling
- Add native authentication example code
- Add webhooks example code
- Removes experimental JRuby support
v1.2.0
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
- 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
- Added full support for Accounts API, including
account.upgrade!
andaccount.downgrade!
- Removed
upgrade_account
anddowngrade_account
- Added
count
method toRestfulModelCollection
- Updated exception handling to reflect synchronous sending errors
- Update URLs to refer to nilas.com -- ensure your OAuth callbacks are updated!