Releases: nylas/nylas-nodejs
Releases · nylas/nylas-nodejs
v8.3.0
v8.2.0
[8.2.0] - 2026-06-17
Added
- Add Workspaces API support via
nylas.workspaces— list, find, create, update (PATCH), destroy, plusautoGroup()andmanualAssign()for grouping grants by domain,invalidAlso,default,policyId, andruleIds(#736) - Add Agent Account Lists API support via
nylas.lists— create lists withname, optionaldescription, and immutabletype, plus list, find, update, destroy,listItems(),addItems(), andremoveItems()for managing/v3/lists(#736) - Add Manage Domains API support via
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) - Add
icalUidtoListEventQueryParams(#738)
Fixed
- Correct
PoliciesPolicyLimitsto exposelimitCountDailyMessageReceivedandlimitCountDailyEmailSent(replacing a non-existent per-grant field) (#736) - Correct
RulesRuleEvaluation.messageIdto be omitted-when-absent (not nullable) and surfaceblockedByEvaluationErroron applied actions (#736) - Correct
Ruleslist (GET /v3/rules) to normalize its nested{ data: { items, nextCursor } }envelope back to the flat{ data, nextCursor }shape the list machinery expects (#736) - Correct
ApplicationsApplicationDetailsfieldredirectUris→callbackUris(V3 wire contract), widenregion/environmenttostring, add hosted-auth/IdP public fields, and addapplications.update()(PATCH) (#736) - Correct
Applicationsapplications.update()to accept write-onlyadditionalSettings(forwarded in the request body, stripped from the response) (#736) - Correct
Applicationsapplications.update()to acceptcallbackUriswith callback URI IDs for preserving existing callback URIs (#737) - Correct
RedirectUrisupdate()to use PATCH (was PUT), fixdestroy()return type, makeplatformoptional with a typedRedirectUriPlatformenum, and surfacedeletedAtonRedirectUri(#736) - Forward
queryParamsinthreads.find()so callers can use theselectparameter to reduce field sets on single-thread fetches (#739)
References
v8.1.2
What's Changed
- [TW-4918] Improve attachment download stream developer experience by @AaronDDM in #731
- [TA-3764] Support send
fieldsquery param by @benjaminwhtan in #732
New Contributors
- @benjaminwhtan made their first contribution in #732
Full Changelog: v8.1.1...v8.1.2
v8.1.1
v8.1.0
v8.0.5
Added
- Add scheduling availability API: `scheduler.availability.get()` for `/v3/scheduling/availability` (#720)
Also in this release
- Cursor agent skill for nylas-nodejs releases: `.cursor/skills/nylas-nodejs-release/SKILL.md` and `reference.md`.
References
- Scheduling availability API — #720 (commit `8ecd912`).
Credits
- Co-authored-by on #720: Yunus Szönyi
v8.0.4
v8.0.3
v.8.0.2
v8.0.1
What's Changed
Added
- Add missing originalStartTime field to Event model for recurring event instances (#690)
Full Changelog: v8.0.0...v8.0.1