You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added - Added support for the following to Release Policy endpoints: - Guarded Releases: - Using flagTagKeys as scopes - Assigning metricKeys, metricGroupKeys, stages, and rolloutContextKind to the Release Policy - Progressive Releases - Assigning stages and rolloutContextKind to the Release Policy - Added optional dryRun query parameter to the following endpoints to preview changes without persisting them: - PATCH /api/v2/flags/{projectKey}/{featureFlagKey} - PATCH /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey} - Added new endpoints for agent graphs, which represent directed graphs of AI Configs for agent workflows. - POST /api/v2/projects/{projectKey}/agent-graphs - GET /api/v2/projects/{projectKey}/agent-graphs - Added optional disabled field to flag targeting rules. When true, the rule is stored but not evaluated by SDKs. This allows temporarily disabling rules without deleting them. - Added new semantic patch instructions for flag targeting rules: - disableRule: Disable a targeting rule by ID - enableRule: Enable a previously disabled targeting rule by ID - Added optional disabled field to flag targeting rules. When true, the rule is stored but not evaluated by SDKs. This allows temporarily disabling rules without deleting them. - Added new semantic patch instructions for flag targeting rules: - disableRule: Disable a targeting rule by ID - enableRule: Enable a previously disabled targeting rule by ID - Added new endpoints for MAU - GET /api/v2/usage/total-mau - GET /api/v2/usage/clientside-mau ### Changed - Changed covariateInfo and covariateId fields to be hidden from public documentation. These fields are now internal and feature-flagged. - Marked old MAU APIs as deprecated - GET /api/v2/usage/mau - GET /api/v2/usage/mau/bycategory