Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
v6.6.0
What's Changed
- feat: add support for include_hidden_folders query parameter in folders list endpoint by @AaronDDM in #529
- feat: add single_level query parameter support for Folders list endpoint by @AaronDDM in #527
- Added support for string-content attachments & fixed HTTParty encoding issues. by @AaronDDM in #530
- Fix: missing cgi import for webhooks by @AaronDDM in #531
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
- feat(messages): add support for tracking_options, raw_mime fields and new MessageFields enum values by @AaronDDM in #523
- chore: Replace rest-client with httparty for improved maintainability and security by @AaronDDM in #524
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- feat: Add Notetaker API support by @AaronDDM in #519
- raise an explicit exception when response does not include a JSON body by @agrobbin in #520
- Add response headers to NylasApiError object by @kraju3 in #517
- Update webhooks to include
message.bounce_detected
by @briwa in #516
New Contributors
Full Changelog: v6.3.0...v6.4.0
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)