Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
v6.7.0
03 Oct 13:36
Compare
Sorry, something went wrong.
No results found
v6.6.0
18 Jul 19:48
Compare
Sorry, something went wrong.
No results found
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
13 Jun 17:40
Compare
Sorry, something went wrong.
No results found
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
30 Apr 20:28
Compare
Sorry, something went wrong.
No results found
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.3.0
03 Mar 21:44
Compare
Sorry, something went wrong.
No results found
v6.2.3
23 Jan 19:30
Compare
Sorry, something went wrong.
No results found
v6.2.2
02 Dec 13:10
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Changed
Fixed sending attachments less than 3MB (#483 , #482 )