Statsig Release Notes

Follow

260 release notes curated from 262 sources by the Releasebot Team. Last updated: Aug 18, 2026

Get this feed:
  • Aug 14, 2026
    • Date parsed from source:
      Aug 14, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    ๐Ÿงช Layers Targeting

    Statsig adds Layers as a top-level option when creating experiments, making setup easier with auto-filled and locked targeting fields, clearer target application names, and simpler control over mutual exclusivity.

    Setting up Layers when creating an experiment is now easier than ever.

    What you can do now

    • See Layers as a top-level Targeting option alongside ID Type and Target Applications.
    • Pick a layer and have ID Type and Target Applications auto-fill and lock automatically.
    • Clear the layer to unlock those fields and keep your values.
    • See Target Applications displayed by name rather than a raw count

    Why this matters

    Layers keep experiments mutually exclusive, preventing cross-experiment contamination across your project. With Layers now a top-level option in the Create Experiment modal, setting them up correctly takes less effort from the start.

    Try it out

    Open the Statsig console and create a new experiment to try it out.

    Original source
  • Aug 12, 2026
    • Date parsed from source:
      Aug 12, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    โœ๏ธ Create Modals Updates

    Statsig adds duplicate display names for gates, experiments, and dynamic configs, with automatic ID suffixing and inline ID editing to make create, clone, and rename flows smoother.

    You can now give gates, experiments, and dynamic configs the same display name.

    What you can do now

    • Use duplicate display names across feature gates, experiments, dynamic configs, and their templates.
    • When a name collision occurs, the ID auto-resolves to the smallest free suffix (checkout_flow becomes checkout_flow_1) and Create stays enabled with an info note instead of a dead-end error.
    • Edit the auto-generated ID inline by hovering or focusing the row and clicking the pencil icon.
    • Works across create, clone, and rename flows.

    Why this matters

    Before this, two entities with the same display name hit "ID already in use" and teams with naturally similar naming conventions had to add arbitrary suffixes just to get past the create step. Now display names can reflect what something actually is, while uniqueness is still enforced on the ID.

    Try it out

    Open the Statsig console and create a new gate, experiment, or dynamic config with a name that already exists to see the new flow in action.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Statsig and hundreds of other software products.

    Create account
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    ๐ŸŽฏ New Targeting Rules

    Statsig improves Reorder+ Insight Targeting Rules with faster inline rule ordering, letting users drag IF / ELSE IF rules directly, insert new rules in place, and see live precedence updates while editing targeting logic in the console.

    Reorder+ Insight Targeting Rules

    Managing targeting rule order is now faster and more intuitive.

    What you can do now

    • Drag any rule by its IF / ELSE IF rail to reorder it inline โ€” no more opening a separate Reorder Rules modal.
    • Hover on any rule to reveal an "Insert new rule" button and drop a new rule exactly where you want it, instead of adding to the bottom and dragging it up.
    • Precedence labels update live as you drag so you always know where a rule will land

    Why this matters

    Rule order matters in targeting. Before this, reordering required a separate modal. Now, you can build and adjust targeting logic directly in the editor without breaking your flow.

    Try it out

    Open any feature gate, experiment, or dynamic config in the Statsig console and try dragging or inserting a targeting rule.

    Original source
  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Statsig logo

    Statsig

    ๐Ÿ—‘๏ธ Feature Gate User Override

    Statsig adds a targeted API endpoint for removing a single user from a Feature Gate override without changing the rest of the list, making override cleanup safer and simpler during concurrent test runs.

    You can now remove an individual user from a Feature Gate override without touching the rest of the list.

    What you can do now

    One new endpoint is available on statsigapi.net/console/v1/ :

    DELETE /console/v1/gates/{gateName}/overrides/userID/{userID}
    

    Why this matters

    Before this, removing a single user override meant fetching the full override list, mutating it locally, and re-posting it, which could be risky when test runs are happening concurrently. Now, you can target and remove exactly one user, leaving every other override untouched.

    Try it out

    Review the full API reference in the Statsig Console API docs.

    Original source
  • Aug 6, 2026
    • Date parsed from source:
      Aug 6, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Statsig logo

    Statsig

    ๐Ÿšจ PagerDuty Integration

    Statsig adds direct PagerDuty paging for Topline Alerts, letting teams connect services once, route alerts to one or more on-call services, test end to end, and safely manage disabled or referenced integrations.

    Statsig Topline Alerts can now page PagerDuty directly.

    What you can do now

    • Add PagerDuty services to the Integrations catalog once with a name and Events API v2 routing key.
    • Select one or more PagerDuty services per alert in the Notifications settings.
    • Test your wiring end-to-end before you rely on it โ€” test pages are tagged [TEST] and never collide with real incidents.
    • Deleting a PagerDuty service that an alert still references is blocked, and disabled integrations are clearly flagged.

    Why this matters

    Topline Alerts catch anomalies in your most critical product metrics, but a notification that in Slack or email isn't always enough when something is on fire. Now, the same alert that fires in Statsig can page your on-call team in PagerDuty, closing the gap between detecting a problem and fixing it quickly.

    Try it out

    Go to Integrations in the Statsig console, add your PagerDuty service, then open any Topline Alert and configure PagerDuty under Notifications.
    Learn more in the Statsig Topline Alerts docs.

    Original source
  • Similar to Statsig with recent updates:

  • Jul 29, 2026
    • Date parsed from source:
      Jul 29, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Statsig logo

    Statsig

    โœ… Autotune Reviews on MCP

    Statsig adds Autotune reviews across the console, Console API, and MCP, letting teams submit changes for approval and manage the full review lifecycle with consistent guardrails for Autotunes, gates, and experiments.

    โœ… Autotune Reviews via Console, Console API, and MCP

    You can now submit Autotune changes for review and manage the full review lifecycle across the console, Console API, and MCP.

    What you can do now

    • Submit Autotune configuration changes for review before they reach production.
    • Approve, reject, or cancel in-flight Autotune reviews from the console, via CAPI, or through the MCP.
    • Teams with reviews required can now enforce that same approval workflow on Autotunes, the same way they do for gates and experiments.

    Why this matters

    Teams running Autotune for high-stakes decisions need the same guardrails they have everywhere else. Any change to a live Autotune can shift traffic allocation immediately, so being able to require an approval before it goes out matters. Reviews are now consistent across gates, experiments, and Autotunes.

    Try it out

    If you have the Statsig MCP set up, try a prompt like:

    "Using the Statsig MCP, open a review to update the winner threshold on autotune_name and submit it for approval."

    Learn more in the Statsig Reviews docs.

    Original source
  • Jul 28, 2026
    • Date parsed from source:
      Jul 28, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    ๐ŸŽฏ Holdouts Public Gate IDs

    Statsig improves Holdouts PATCH support by accepting public gate IDs for targetingGateID, returning cleaner errors and keeping existing edit flows intact.

    ๐Ÿ”ง Holdouts Now Accepts Public Gate IDs

    PATCH /console/v1/holdouts/{id} now resolves public gate IDs for targetingGateID, the same way gateIDs and experimentIDs already do.

    What you can do now

    • Set targetingGateID to a public gate ID โ€” the slug CAPI returns as id on all write paths โ€” without hitting a 500.
    • Internal IDs still work, so existing GET-edit-PUT round-trips are unchanged.
    • An unknown gate now returns a clean 400 instead of a 500 null still keeps the existing gate, "" still clears it.

    Why this matters

    Now, targetingGateID behaves consistently with the rest of the PATCH endpoint.

    Try it out

    Review the full API reference in the Statsig Holdouts Console API docs.

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    โ˜๏ธ Athena New Key Support

    Statsig now supports dots and hyphens in gate and experiment keys on Athena, bringing more flexible naming without workarounds or renaming. Existing keys stay untouched, so teams can start using familiar conventions right away.

    โ˜๏ธ Athena Now Supports Gate and Experiment Keys with . and -

    Athena users can now use dots and hyphens in gate and experiment keys without any workarounds.

    What you can do now

    • Use . and - in gate and experiment keys on Athena, the same way BigQuery and Databricks Warehouse Native users already can.
    • Existing keys without . or - are untouched. No renaming or migration needed.

    Why this matters

    Teams running Athena had to avoid dots and hyphens in gate and experiment keys entirely. Now, you can use any naming convention on Athena without workarounds or renaming.

    Try it out

    No action needed. Start using . and - in your gate and experiment keys on Athena today.

    Learn more in the Statsig Warehouse Native docs.

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Aug 18, 2026
    Statsig logo

    Statsig

    ๐Ÿ“Š Topline Impact in Warehouse Native

    Statsig adds full Topline Impact support for composite metrics in Warehouse Native experiment results, bringing absolute and projected launch impact to composite metrics with daily component rollups for more confident shipping decisions.

    Composite metrics now show the full Topline Impact panel in Warehouse Native experiment results.

    What you can do now

    • See absolute and projected launch impact for composite metrics, the same way you can for ratio, funnel, and retention metrics.
    • Each component's daily value is computed and combined with its operator before rolling up, so the impact calculation reflects the full composite definition.

    Why this matters

    Topline Impact tells you the real daily effect your experiment is having on a metric across your entire user base. Now, composite metrics are fully supported, so you can make shipping decisions with the same confidence you have on any other metric type.

    Try it out

    Open any Warehouse Native experiment result and select a composite metric to see Topline Impact. Learn more in the Statsig Topline Impact docs.

    Original source
  • Jul 13, 2026
    • Date parsed from source:
      Jul 13, 2026
    • First seen by Releasebot:
      Jul 14, 2026
    Statsig logo

    Statsig

    ๐Ÿ” Granular Delete Permission for Configs

    Statsig adds granular role permissions for configs, letting teams separate Edit, Archive, and Delete access on the Role Permissions page. The update helps organizations keep delete rights narrow while expanding edit access, with opt-in enablement through the Statsig account team.

    You can now separate the ability to delete configs from the ability to edit them.

    What you can do now

    • Manage Edit, Archive, and Delete as distinct permissions on your Role Permissions page

    Why this matters

    Previously, delete was bundled into a single "Edit Delete Configs" permission with no way to separate them. Now, you can grant edit access broadly and keep delete access narrow, without having to create workarounds or roles with too many extra permissions.

    FYI!

    This is opt-in and not on by default. To enable granular delete permissions for your organization, contact your Statsig account team. Once enabled, the separate Delete permission will appear on your Role Permissions page under Project Settings.

    Try it out

    Learn more in the

    Statsig Access Management docs

    .

    Original source
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 8, 2026
    Statsig logo

    Statsig

    ๐Ÿ”ฌ Experiment Reviews via Console API and MCP

    Statsig expands the experiment review lifecycle in the Console API and Statsig MCP, adding end-to-end support for creating, approving, rejecting, editing, canceling, and committing reviews so teams can manage review-gated experiment changes without the console.

    The full experiment review lifecycle is now accessible over the Console API and the Statsig MCP.

    What you can do now

    We now have eight new CAPI endpoints and niine new MCP tools cover the complete review lifecycle:

    • Create a review proposing a change to an experiment
    • List an experiment's reviews, newest first
    • Get a single review including status, proposed change, author, and reviewers
    • Look up who is eligible to approve or reject
    • Edit a pending review's metadata
    • Approve or reject an in-flight review
    • Cancel a pending review
    • Commit an approved review to apply it to the live experiment

    Why this matters

    Before, creating and moving an experiment review through approval required the console, blocking any automated workflow that touched a review-gated experiment. Now you can propose, approve, and commit experiment changes entirely through the API or MCP, with no manual console step in the way.

    Try it out

    If you have the Statsig MCP set up, try a prompt like:

    "Open a review to make a decision on
    experiment_name
    , shipping the Test group."

    Review the full API reference in the
    Statsig Console API docs
    .

    Original source
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 8, 2026
    Statsig logo

    Statsig

    ๐Ÿ”Ž Audit Overrides

    Statsig adds project-wide override auditing with a new Console API endpoint, letting teams query all overrides in a single call for faster debugging, compliance checks, and cleanup.

    ๐Ÿ”Ž Audit Overrides Across Your Entire Project

    You can now query all overrides across your project in a single API call.

    What you can do now

    We now have one new endpoint available on statsigapi.net/console/v1/ :

    GET /console/v1/overrides

    Why this matters

    Before , finding where a user was overridden meant querying each gate, experiment, and layer one by one. Now you can audit overrides project-wide in a single call, whether you're debugging unexpected behavior for a specific user, running a compliance audit, or cleaning up override sprawl.

    Try it out

    Review the full API reference in the Statsig Overrides Audit docs.

    Original source
  • Jun 23, 2026
    • Date parsed from source:
      Jun 23, 2026
    • First seen by Releasebot:
      Jun 23, 2026
    Statsig logo

    Statsig

    ๐Ÿ“ฃ Follow Dynamic Configs

    Statsig adds follow and unfollow notifications for Dynamic Configs, helping teams stay alerted when important config values change without constantly watching the console.

    You can now follow and unfollow Dynamic Configs to get notified when they're updated.

    What you can do now

    • Follow a Dynamic Config to receive notifications whenever it's updated
    • Unfollow at any time to stop receiving notifications

    Why this matters

    Dynamic Configs often control things like API settings and rollout thresholds. Being able to follow means the right people get notified the moment a Dynamic Config updated, without having to watch the console or find out after the fact.

    Try it out

    Open a Dynamic Config in the Statsig console and click Follow to subscribe to updates.
    Learn more in the Statsig Console docs.

    Original source
  • Jun 22, 2026
    • Date parsed from source:
      Jun 22, 2026
    • First seen by Releasebot:
      Jun 23, 2026
    Statsig logo

    Statsig

    ๐Ÿ” Feature Gate Reviews

    Statsig adds full feature gate reviews in the Console API, letting teams create, edit, approve, reject, cancel, and list reviews while keeping gate changes fully automated.

    Feature Gate Reviews in the Console API

    The full feature gate review lifecycle is now exposed over the Console API.

    What you can do now

    Eight new endpoints cover the complete review lifecycle:

    • POST /gates/:id/reviews create a review with the proposed change
    • GET /gates/:id/reviews list reviews, newest first
    • GET /gates/:id/reviews/:reviewID get a single review
    • PUT /gates/:id/reviews/:reviewID edit metadata or content
    • PUT /gates/:id/reviews/:reviewID/approve approve
    • PUT /gates/:id/reviews/:reviewID/reject reject
    • DELETE /gates/:id/reviews/:reviewID cancel an in-flight review
    • GET /gates/:id/eligible_reviewers look up eligible reviewers

    Why this matters

    Before , creating and moving a review through approval required the console, blocking any automated workflow that touched a review-gated gate. Now you can propose, approve, and commit gate changes entirely through the API, with no manual console step in the way.

    Try it out

    Review the full API reference in the Statsig Console API docs.

    Original source
  • Jun 16, 2026
    • Date parsed from source:
      Jun 16, 2026
    • First seen by Releasebot:
      Jun 17, 2026
    Statsig logo

    Statsig

    ๐Ÿ—„๏ธ Parameter Store in MCP

    Statsig adds Parameter Store management in Statsig MCP, letting users create, update, and delete stores directly in agent workflows for end-to-end feature provisioning.

    ๐Ÿ—„๏ธ Parameter Store Management in the Statsig MCP

    You can now create and manage Parameter Stores directly through the Statsig MCP.

    What you can do now

    Three new tools are available on

    api.statsig.com/v1/mcp

    :

    • Create_Param_Store
    • Update_Param_Store
    • Delete_Param_Store

    Why this matters

    Now, you can create a store, define its parameters, and point them at a gate or experiment without leaving your agent flow, making end-to-end feature provisioning possible for the first time.

    Try it out

    If you have the Statsig MCP set up, try a prompt like:

    • "Using the Statsig MCP, create a Parameter Store called checkout-config and add a static boolean parameter "express_checkout_enabled" set to true.

    Learn more in the docs:

    Statsig MCP Overview
    .

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.