Skip to content

v8.2.0 release#742

Merged
radenkovic merged 2 commits into
mainfrom
v8.2.0-release
Jun 17, 2026
Merged

v8.2.0 release#742
radenkovic merged 2 commits into
mainfrom
v8.2.0-release

Conversation

@radenkovic

Copy link
Copy Markdown
Contributor

Release v8.2.0 (2026-06-17)

Changelog

[8.2.0] - 2026-06-17

Added

  • Add Workspaces API support via nylas.workspaces — list, find, create, update (PATCH), destroy, plus autoGroup() and manualAssign() for grouping grants by domain, invalidAlso, default, policyId, and ruleIds (#736)
  • Add Agent Account Lists API support via nylas.lists — create lists with name, optional description, and immutable type, plus list, find, update, destroy, listItems(), addItems(), and removeItems() for managing /v3/lists (#736)
  • Add Manage Domains API support via nylas.domains — list, find, create, update, destroy, plus info() and verify() for domain verification (/v3/admin/domains). Includes ServiceAccountSigner support for Nylas Service Account request signing, bearer-auth suppression, and canonical signed wire bodies (#736)
  • Add icalUid to ListEventQueryParams (#738)

Fixed

  • Correct Policies PolicyLimits to expose limitCountDailyMessageReceived and limitCountDailyEmailSent (replacing a non-existent per-grant field) (#736)
  • Correct Rules RuleEvaluation.messageId to be omitted-when-absent (not nullable) and surface blockedByEvaluationError on applied actions (#736)
  • Correct Rules list (GET /v3/rules) to normalize its nested { data: { items, nextCursor } } envelope back to the flat { data, nextCursor } shape the list machinery expects (#736)
  • Correct Applications ApplicationDetails field redirectUriscallbackUris (V3 wire contract), widen region/environment to string, add hosted-auth/IdP public fields, and add applications.update() (PATCH) (#736)
  • Correct Applications applications.update() to accept write-only additionalSettings (forwarded in the request body, stripped from the response) (#736)
  • Correct Applications applications.update() to accept callbackUris with callback URI IDs for preserving existing callback URIs (#737)
  • Correct RedirectUris update() to use PATCH (was PUT), fix destroy() return type, make platform optional with a typed RedirectUriPlatform enum, and surface deletedAt on RedirectUri (#736)
  • Forward queryParams in threads.find() so callers can use the select parameter to reduce field sets on single-thread fetches (#739)

References

  • Workspaces, Lists, Domains, Policies, Rules, Applications, RedirectUris admin API support — PR #736 / TW-5371
  • Callback URIs in application updates — PR #737
  • icalUid on ListEventQueryParams — PR #738 / CUST-5473
  • threads.find() queryParams forwarding — PR #739 / CUST-5472

Made with Cursor

radenkovic and others added 2 commits June 17, 2026 15:52
Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.90%. Comparing base (5b45e2c) to head (c961ed7).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@radenkovic radenkovic merged commit a7f583d into main Jun 17, 2026
10 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants