Releases: nylas/nylas-ruby
Releases · nylas/nylas-ruby
v6.7.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix large attachment handling with string keys and custom content_ids by @AaronDDM in #537
Full Changelog : v6.7.0...v6.7.1
v6.7.0
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v6.6.0...v6.7.0
v6.6.0
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
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
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
Compare
Sorry, something went wrong.
No results found
What's Changed
Adding response headers to Ruby SDK by @kraju3 in #514
Remove file_path from build JSON request by @kraju3 in #512
Add events import function to the RubySDK by @kraju3 in #513
Full Changelog : v6.2.3...v6.3.0
v6.2.3
Compare
Sorry, something went wrong.
No results found
What's Changed
Handle response objects of instance String for API errors by @kraju3 in #509
Full Changelog : v6.2.2...v6.2.3
v6.2.2
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
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
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