Release v8.4.0 (2026-06-24)#751
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #751 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 43 43
Lines 1045 1045
Branches 92 92
=======================================
Hits 1032 1032
Misses 12 12
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AaronDDM
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v8.4.0 (2026-06-24)
Jira: TW-5703
Changelog
[8.4.0] - 2026-06-24
Added
nylas.transactionalSend.send()for domain-based transactional email send (POST /v3/domains/{domainName}/messages/send) (#747)calendarIdandeventIdfields to theNotetakermodel (#748)Fixed
message.created.truncatedandmessage.updated.truncatedtoWebhookTriggers(#748)message.deleted,message.created.cleaned,grant.imap_sync_completed, Notetaker triggers, Agent Account and transactional deliverability triggers, and legacy tracking triggers) (#750)Changed
References
dfecf24/ PR feat(transactionalSend): add domain-based transactional email send API (TT-4384) #747 / TT-43843503b29/ PR fix(models): add truncated webhook triggers and Notetaker calendar/event IDs #748 / TW-5661 / closes Add truncated events to WebhookTriggers enum #723, Nylas Documentation/SDK does not match real output #682b7d4a30/ PR chore(deps): bump all dependencies to reasonable latest (TW-5663) #749 / TW-5663da8db19/ PR fix(models): add missing WebhookTriggers enum values #750 / TW-5668 / closes Add missingmessage.deletedWebhook trigger #746 (thanks @Kile)