Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
4.6.5
4.6.5 / 2021-02-22
- Add content_disposition field to File
- Fix thread-safety issue in HTTP::CookieJar loading
4.6.4
4.6.4 / 2021-02-03
- fix failing http_client spec after merging main
- Skip parsing response if content is not JSON
- Add missing http status codes / errors.
- Add reply_to to NewMessage
- Add message tracking to drafts.
- Truncate the returned filename so it's less than 256 characters and compatible with rb_sysopen.
- Bump required rest client dep to >= 2.0, remove travis ci tests for rest client 1, ruby v2.3
- Use to_json helper instead of JSON.dump.
4.6.3
- Remove folder on message.save for updates
- Fix JSON parsing behavior
- Fix rubocop warnings for http_client and spec
- No longer rescue json parse errors, use Yajl instead of JSON for parsing responses (due to unicode issue).
- Add specs for changes to message.save
- Store folder id in folder_id and remove folder if present before saving.
- Adding secondary_address field to physical address model
4.6.2
Release 4.6.1
- Fix a bug with
whenblocks when creating events - Add support for the Event.ical_uid field
Release 4.6.0
- Add support for
/contacts/groupsendpoint. - Fix issue when calling
.saveonmessage(#233) - Add support for Rails 6.
- Fix issue for updating
messagewith sendinglabel_ids(#231) - Support for
wheninNylas::Eventfor more attributes. - Add internal transfer api to support initialize related objects.
- Fix encoding issues when downloading attachments.
v3.1.0
- Adds support for message tracking (https://github.com/cberkom)
v3.0.0
- Removes
interpret_http_statusto 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
foldersin the Delta Stream API. - Add
Inbox::Errorbase class for all errors. (Steven Harman) - Expose
sync_stateon the/accountAPI. (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_idparameter