v8.2.0 release#742
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 #742 +/- ##
=======================================
Coverage 98.90% 98.90%
=======================================
Files 42 42
Lines 1006 1006
Branches 90 90
=======================================
Hits 995 995
Misses 11 11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AaronDDM
approved these changes
Jun 17, 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.2.0 (2026-06-17)
Changelog
[8.2.0] - 2026-06-17
Added
nylas.workspaces— list, find, create, update (PATCH), destroy, plusautoGroup()andmanualAssign()for grouping grants by domain,invalidAlso,default,policyId, andruleIds(#736)nylas.lists— create lists withname, optionaldescription, and immutabletype, plus list, find, update, destroy,listItems(),addItems(), andremoveItems()for managing/v3/lists(#736)nylas.domains— list, find, create, update, destroy, plusinfo()andverify()for domain verification (/v3/admin/domains). IncludesServiceAccountSignersupport for Nylas Service Account request signing, bearer-auth suppression, and canonical signed wire bodies (#736)icalUidtoListEventQueryParams(#738)Fixed
PoliciesPolicyLimitsto exposelimitCountDailyMessageReceivedandlimitCountDailyEmailSent(replacing a non-existent per-grant field) (#736)RulesRuleEvaluation.messageIdto be omitted-when-absent (not nullable) and surfaceblockedByEvaluationErroron applied actions (#736)Ruleslist (GET /v3/rules) to normalize its nested{ data: { items, nextCursor } }envelope back to the flat{ data, nextCursor }shape the list machinery expects (#736)ApplicationsApplicationDetailsfieldredirectUris→callbackUris(V3 wire contract), widenregion/environmenttostring, add hosted-auth/IdP public fields, and addapplications.update()(PATCH) (#736)Applicationsapplications.update()to accept write-onlyadditionalSettings(forwarded in the request body, stripped from the response) (#736)Applicationsapplications.update()to acceptcallbackUriswith callback URI IDs for preserving existing callback URIs (#737)RedirectUrisupdate()to use PATCH (was PUT), fixdestroy()return type, makeplatformoptional with a typedRedirectUriPlatformenum, and surfacedeletedAtonRedirectUri(#736)queryParamsinthreads.find()so callers can use theselectparameter to reduce field sets on single-thread fetches (#739)References
icalUidonListEventQueryParams— PR #738 / CUST-5473threads.find()queryParams forwarding — PR #739 / CUST-5472Made with Cursor