Skip to content

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 28 May 08:32
6083c0f

Added

  • feat: add tenant country_codes setting for phone identifier filtering with allow/deny modes #785 (fern-api[bot])
  • feat: add Stream.LastRetryMs() accessor exposing the most recent SSE retry: interval #785 (fern-api[bot])
  • feat: add organization groups API (Management.Organizations.Groups) for listing groups assigned to an organization #784 (fern-api[bot])
  • feat: add organization group roles API (Management.Organizations.Groups.Roles) for assigning, listing, and unassigning roles on a group #784 (fern-api[bot])
  • feat: add organization member effective roles API (Management.Organizations.Members.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective roles API (Management.Users.EffectiveRoles) with group source drill-down #784 (fern-api[bot])
  • feat: add user effective permissions API (Management.Users.EffectivePermissions) with role source drill-down #784 (fern-api[bot])
  • feat: add tenant role groups API (Management.Roles.Groups) for assigning, listing, and unassigning groups on a role #784 (fern-api[bot])
  • feat: add groups roles API (Management.Groups.Roles) for assigning, listing, and unassigning roles on a group #783 (fern-api[bot])
  • feat: add rate limit policies API (Management.RateLimitPolicies) with full CRUD support #783 (fern-api[bot])
  • feat: stream endpoints (Management.Events.Subscribe) now auto-reconnect by default on mid-stream disconnects, preserving Last-Event-ID and honoring server-sent retry: directives, with a 5-attempt budget and a 30s backoff ceiling #783 (developerkunal)
  • feat: add option.WithMaxStreamReconnectAttempts to tune the reconnect budget and option.WithoutStreamReconnection to opt out of auto-reconnect #783 (developerkunal)
  • feat: add option.WithoutRetries to disable HTTP-level retries on a request #783 (developerkunal)
  • feat: add MultifactorLastModified field on User response types #783 (fern-api[bot])
  • feat: add FedCmLogin and FedCmLoginGoogle types #783 (fern-api[bot])