Skip to content

Latest commit

 

History

History
138 lines (70 loc) · 8.92 KB

File metadata and controls

138 lines (70 loc) · 8.92 KB

Changelog

9.1.0 (2026-04-21)

Features

  • add support for role_slug in invitation schema (#1567) (ba29409)

9.0.0 (2026-04-21)

⚠ BREAKING CHANGES

  • rename portal to adminPortal (#1562)
  • standardize authorization list endpoint pagination (#1553)
  • Drop Node.js v20 support, require v22.11+ (#1560)
  • Remove legacy FGA package (#1559)

Features

  • Add groups endpoints and group event types (#1564) (cb0c46d)
  • adding three new conection types to node SDK connection type enums (#1389) (c11cfd6)
  • standardize authorization list endpoint pagination (#1553) (7a91d74)
  • Update Node SDK to include auditlogs.listSchemas (#1457) (c31736d)

Bug Fixes

  • add JSDoc docstrings from OpenAPI spec to all resource methods (#1565) (562a57a)
  • errors: type server/auth errors and restore type compatibility (#1561) (e149152)
  • Export ConflictException and add code (#1563) (a5524f8)
  • Normalize GithubOAuth to GitHubOAuth in identity deserialization (#1566) (61f54a5)
  • Remove extractVersion from matchUpdateTypes rules (#1557) (f6272ea)
  • rename portal to adminPortal (#1562) (80614d4)

Code Refactoring

Read the V9_MIGRATION_GUIDE.md for more information.

8.13.0 (2026-04-13)

Features

  • Add resource_type_slug to createOrganizationRole to create resource-scoped custom roles (#1549) (36fb14a)

8.12.1 (2026-04-07)

Bug Fixes

  • events: handle domain verification failed (#1543) (0f3f1ce)

8.12.0 (2026-04-06)

Features

  • Add vault.byok_key.verification_completed event interface (#1544) (5b29d3c)

8.11.1 (2026-04-04)

Bug Fixes

  • replace node:events with eventemitter3 in runtime client (#1540) (e293be1)

8.11.0 (2026-04-02)

Features

  • Adds feature flags runtime client with local evaluation (#1511) (581c618)

Bug Fixes

  • security: resolve miniflare and undici vulnerabilities (#1500) (cd6ddd0)

8.10.0 (2026-03-25)

Features

Bug Fixes

  • correct typecheck issues (#1526) (5e52f6c)
  • CreateAuthorizationResourceOptions type definition (#1530) (be2ec40)
  • events: add missing order parameter to listEvents (#1524) (2f3dcb4)
  • vault: forward order and before params in listObjects (#1527) (2f9c2f1)

8.9.0 (2026-03-12)

Features

  • user-management: add claimNonce to getAuthorizationUrl (#1518) (19e4a20)
  • user-management: add directoryManaged to OrganizationMembership (#1512) (4594f4e)

Bug Fixes

  • Bump minimatch from 3.1.2 to 3.1.5 (#1507) (fe74c33)
  • preserve sso context in authentication event deserialisation (#1487) (2bad11c)
  • preserve verification_prefix in organization domain deserialization (#1486) (640f0e4)

8.8.0 (2026-03-03)

Features

Bug Fixes

8.7.0 (2026-02-26)

Features

  • add resourceTypeSlug to permissions, environment and organization roles (#1502) (74dadc6)
  • Add deserialisation support for feature flag events (#1494) (3621424)

Bug Fixes

  • update release-please manifest to match actual version 8.6.0 (#1503) (6814a5c)