- Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 13, 2025
v4.2.0
GrowthBook unveils Product Analytics preview with auto slices, incremental refresh, and cost reductions, plus a Trojan horse of enhancements like official metrics, custom validation hooks, SQL template variables, and edge Remote Eval via Cloudflare. Quality‑of‑life boosts round out the release.
Release Highlights
Product Analytics (preview)
Turn your warehouse data and metrics into actionable product insights. Explore user behavior, share dashboards, and make smarter decisions about what to build next. This release is just the beginning and we have much more planned for Product Analytics in the coming months.
Metric Slices
Automatically break down metrics into key “slices”. This can drastically reduce the number of metrics you need to create and can help organize experiment results. For example, if you have an Orders fact table, you can enable “Auto Slices” on the product_category and device_type columns. Now, when you add a Revenue metric to an experiment, it will also include breakdowns for each of these, so you can easily compare mobile vs desktop revenue or revenue from different product categories. You no longer need to maintain 10+ separate metrics that are all slight variants of each other!
Incremental Refresh
We revamped our Data Pipeline Mode to drastically reduce data warehouse costs and increase query speeds for long-running experiments and high-traffic apps. We do this by storing intermediate results back into the data warehouse and incrementally refreshing it throughout the experiment. We’re starting with BigQuery, where we’ve seen some users save up to 85% in query costs.
Statsig Importer and Code Migration Tool
OpenAI recently acquired Statsig and the future of the platform is uncertain. Everyone is asking “will Statsig shut down?” We built an importer and migration tool so teams can be ready to switch to GrowthBook on a moment’s notice. Our Importer lets you instantly copy over all feature gates, dynamic configs, segments, and more. Our Code Migration tool (built on Claude Code) can seamlessly migrate your app from using the Statsig SDK to the GrowthBook SDK.
Official Metrics
Many companies have a core set of metrics that have been validated and battle tested over time. GrowthBook lets you mark these metrics as “Official”, which gives them a special badge in the UI, elevates them in the app, and locks down editing. We’ve had Official metrics for a while, but they had to be managed entirely through the API. In this release, we now let admins manage these metrics directly from the UI, making them more accessible and easy to use.
Custom Validation Hooks
GrowthBook has always been extremely customizable, but this release brings it to a new level. Self-hosted users can now write fully custom javascript code snippets that hook into our validation logic. Require feature flags to have tags, block targeting rules that contain PII, enforce custom naming conventions - the possibilities are endless. The validation code runs in a sandbox based on V8 isolates for ultimate security and performance. We only have a couple hooks to start, but we’d love to hear your ideas and use cases for additional ones!
New SQL Template Variables
You can now access custom field values and phase data within your metric and experiment SQL! This unlocks 3 important use cases:
- Add highly custom query optimization by taking advantage of non-date partition keys.
- Re-use the same SQL definitions when only minor tweaks are needed per-experiment.
- More accurately join experiment exposure events to experiment phases.
Edge Remote Eval
Remote Eval lets client-side SDKs offload feature flag evaluation to a back-end server, which prevents leaking targeting logic to your users. Previously, this required running your own GrowthBook Proxy servers (and dealing with all of the associated infrastructure and maintenance). We now offer a simpler option based on Cloudflare Workers. Deploy a blazing fast and cheap Remote Eval server on Cloudflare’s global infrastructure with zero maintenance required.
Quality-of-Life Improvements
Big thanks to all of our users who reported bugs, provided feedback, and worked with us to make GrowthBook better. This release includes many quality-of-life improvements that, while small on their own, add up to make a big impact. Here are a few highlights:
- Brand new search algorithm for features, metrics, and experiments. Results are now much more relevant and search is faster overall, even when there are thousands of potential matches.
- Ability to create feature rules in multiple environments at once
- Better column-type detection for Fact Tables when using BigQuery
- You can now add metric row filters based on boolean columns in your Fact Tables
- We stopped sending feature.updated webhooks for unpublished draft changes (reducing noise).
- Slack and Discord notifications now include more details about the change in GrowthBook that triggered the notification.
- Custom Pre-launch experiment checklist items can now be scoped to specific projects.
- Much faster database schema browser when there are hundreds or thousands of tables
- New settings option to disallow creating legacy metrics. This can help ease the transition to using fact tables. There is more planned here so stay tuned!
- The experiment results table is now sortable, so you can quickly see the best (or worst) performing metrics based on either significance or lift.
- Complete revamp of the included sample data and experiments to better showcase the GrowthBook platform and all that it can do.
- Plus dozens of bug fixes and smaller improvements.
New Contributors
- @kosmoz made their first contribution in #4011
- @aalfalah made their first contribution in #4518
Plus a ton of returning contributors:
- @ahdriel
- @gazzdingo
- @mknowlton89
- @bryce-fitzsimons
- @Kevin-Chant
- @madhuchavva
- @royalfig
- @kosmoz
- @tzjames
- @lukesonnet
- @aalfalah
- @msamper
- @Auz
- @jdorn
- @nodirnasirov
- @Bohdan-Kim
- @lukebrawleysmith
- @natasha-growthbook
Full Changelog: v4.1.0...v4.2.0
Original source Report a problem - Nov 11, 2025
- Parsed from source:Nov 11, 2025
- Detected by Releasebot:Nov 12, 2025
GrowthBook 4.2: Product Analytics & Experimentation at Scale
GrowthBook 4.2 brings Product Analytics in beta, a Statsig migration kit, and enterprise-scale improvements for a single platform of features, experiments, and analytics. It also boosts performance and governance with new metrics tools and a live demo event.
GrowthBook 4.2 release
GrowthBook 4.2 introduces Product Analytics (beta), a Statsig migration kit, and enterprise-scale enhancements. One platform for features, experiments, and analytics.
At GrowthBook, our mission is to provide the insights you need to build better products that grow your business faster. With GrowthBook 4.2, we’ve added a beta version of GrowthBook Product Analytics. Now our users will have a single integrated platform for feature management, experimentation, and product analytics.
In addition, we’ve continued to enhance the developer experience, making experimentation at scale and integration into any stack easier than ever. Finally, for companies seeking an alternative to Statsig, our Statsig to GrowthBook Migration Kit automates importing feature gates and dynamic configs while replacing Statsig SDKs with GrowthBook SDKs.
Release 4.2 is available immediately to both our cloud and self-hosted users. Visit our Pricing page for details about Starter, Pro, and Enterprise options.
Join us for a GrowthBook 4.2 Live Demo with Q&A
Thursday, December 4 at 10AM PT / 1PM ETGrowthBook Product Analytics (Beta)
Adding Product Analytics to the GrowthBook platform closes the loop for development. Now, you can go from feature management to experimentation to product analytics in a single tool. While in beta, Product Analytics will be available to all users.
Turn your warehouse data and metrics into actionable product insights. Explore user behavior, share dashboards, and make smarter decisions about what to build next. With Product Analytics, you will be able to:- Build and share dashboards that combine graphs, pivot tables, and text
- Create custom charts and tables from any data in your warehouse
- Use GrowthBook SQL Explorer with our AI-powered text-to-SQL capabilities to query, aggregate, and group data
- Access any metric defined in GrowthBook and track its performance over time
This Product Analytics beta provides a glimpse of what’s to come as GrowthBook develops more self-service tools for building, analyzing, and exploring all of your product data. Let us know what you think in our Slack community!
Statsig to GrowthBook Migration Kit
With the OpenAI acquisition of Statsig, we saw a spike in interest in GrowthBook. Product teams looking for alternatives expressed concern about what would happen to their data. Others worried that the product might be discontinued or deprioritized. To make the transition from the acquired platform to an open-source alternative as effortless as possible, we created the Statsig to GrowthBook Migration Kit, free for all users.
- Statsig Importer instantly copies over feature gates, dynamic configs, and segments.
- Statsig Code Migration Tool (powered by Claude Code) automatically replaces Statsig SDKs with GrowthBook SDKs.
Enterprise Enhancements
The 4.2 features below continue our investment in the developer experience that makes GrowthBook a top choice for product development teams with high volume apps and advanced experimentation programs.
Metric Slices: Simplify Experiment Design
When users create experiments, they often want to look at a number of metrics across common dimensions like product categories or device types. This can lead to the need to manage a number of metrics. Metric slices solves this problem. Enable auto slices on a Fact Metric once, and GrowthBook automatically generates drill-down analyses for each dimension value across all experiments using that metric.
Instead of creating separate “Orders” metrics for each product category or device type, you can enable Auto Slices on those columns with a single metric which means fewer redundant metrics, faster setup, and cleaner reporting.
Incremental Refresh
We revamped our Data Pipeline Mode to lower query costs and improve performance for long-running experiments and high-traffic apps. By storing intermediate results and incrementally refreshing them, we’ve seen users save up to 85% in query costs. This first version is available on BigQuery, Presto, and Trino. We’ll be adding support for more data warehouses based on customer demand.
Official Metrics
Many organizations rely on a trusted set of “official” metrics. GrowthBook now makes these easier to manage by letting admins mark and edit official metrics directly from the UI (previously API-only). This helps standardize measurement, reduce confusion, and promote consistency across teams.
New SQL Template Variables
You can now access custom field values and phase data directly in your metric and experiment SQL, unlocking several use cases:
- Fine-tuned query optimization using non-date partition keys
- Reuse of SQL definitions with minor tweaks per experiment
- More accurate joins between experiment exposure and phase data
Custom Validation Hooks
GrowthBook has always been flexible — and now it’s even more so. Self-hosted enterprise users can write custom JavaScript validation hooks that run in secure V8 isolates. Use them to:
- Require tags on feature flags
- Prevent targeting rules containing PII
- Enforce naming conventions or internal policies
These hooks let teams automate governance without slowing down development.
Edge Remote Eval
Edge Remote Eval lets client-side SDKs offload feature flag evaluation to a backend server, preventing targeting logic from leaking to users. Previously, this required managing your own GrowthBook proxy servers. Now, you can deploy a Cloudflare Workers–based Remote Eval server — a fast, low-cost, zero-maintenance alternative built on Cloudflare’s global infrastructure.
Quality-of-Life Improvements
Big thanks to all of our users who reported bugs, shared feedback, and contributed ideas to this release on GitHub or Slack.
Many small improvements add up to a big boost in usability:- Faster and more relevant search algorithm for features, metrics, and experiments
- Create feature rules in multiple environments at once
- Better column-type detection for BigQuery Fact Tables
- Add metric row filters based on Boolean columns
- Reduced webhook noise (no more notifications for unpublished drafts)
- Slack and Discord notifications now include more detailed change info
- Custom pre-launch checklist items can be scoped to specific projects
- Faster database schema browsing, even with hundreds of tables
- New setting to disable legacy metrics for smoother transition to Fact Tables
- Sortable experiment results tables — quickly see top or bottom performers
Plus dozens of smaller fixes and performance improvements.
2025: A Year of Rapid Innovation
The 4.2 release is GrowthBook’s sixth major update in 2025, capping off what has easily been the biggest year of innovation in our company’s history. GrowthBook launched over 45 new features across four major themes in 2025:
- Experimentation at Scale: New metrics, templates, dashboards, and analytics
- Feature Management: Safe rollouts and feature analytics
- Artificial Intelligence: A new MCP server and embedded AI capabilities
- Developer Experience: Managed data warehouse, native Vercel integration, 13 updated SDKs, enhanced server-side rendering, and support for new CMSs and FerretDB
Whether you’re on the Starter plan ready for more advanced experimentation and analytics or a Pro user building a culture of experimentation, we’re ready to help you grow. We’re excited to see what you build — and how you use these new tools to learn faster.
Live Demo with Q&A
Thursday, December 4 at 10AM PT / 1PM ET
Original source Report a problem
Register Now - Sep 9, 2025
- Parsed from source:Sep 9, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Version 4.1
GrowthBook 4.1 rolls out major feature additions: Holdouts for long-term impact measurement, Experiment Dashboards for Enterprise insights, AI-assisted analytics and workflows, plus MCP server improvements. It also adds Vercel native integration, pre-computed dimensions, FerretDB and Sanity CMS integrations, and more internal improvements.
GrowthBook version 4.1 includes Holdouts, Dashboards, AI features, and More!
This release continues the momentum of GrowthBook 4.0 by adding two of our most requested Enterprise features - Holdouts and Experiment Dashboards. Plus, we’ve made several significant enhancements to our integrations with AI coding tools and our MCP server capabilities. If you’re not yet using GrowthBook with your AI coding tools, we highly recommend it!
Read on to learn more about these features and everything else we’ve been working on these past 2 months.
Holdouts
Holdout experiments measure the long-term impact of features by maintaining a control group that doesn't receive new functionality. While most users experience your latest features and improvements, a small percentage remains on the original version, providing a baseline to measure cumulative effects over time. Read more about holdouts.
Experiment Dashboards
Experiment Dashboards let you create tailored views of an experiment. Highlight key insights, add context, and share a clear story with your team. For example, highlight the key goal metric results, show an interesting dimension breakdown, and link to supporting external documents, all in a single view. Dashboards are available for all Enterprise customers. We have a lot planned for this in the future, so stay tuned!
AI Features
This release deeply integrates AI to help accelerate your workflows within GrowthBook. Auto-summarize experiment results, get help writing SQL, improve hypotheses, detect similar past experiments, and more. These features are available even if you’re self-hosted, just supply an OpenAI API key. See the AI features in action or read detailed information on how these features work.
MCP Updates
We've updated our MCP Server to allow creating experiments directly from your AI coding tool of choice without needing to context switch to GrowthBook. This change unlocks a bunch of new, exciting workflows, and we can't wait to see how you use it!
Vercel Native Integration
We're excited to announce that GrowthBook is now available as a native integration in the Experimentation category on the Vercel Marketplace! This integration makes it easier than ever to add feature flagging and A/B testing to your Vercel projects, with streamlined setup, unified billing, and ultra-low latency performance. Read more on our announcement post.
Pre-computed Dimensions
You can now pick a set of key experiment dimensions and pre-compute them along with the main experiment results. This allows for more efficient database queries and instant dimension breakdowns in the UI. Read more in our docs.
FerretDB Support
FerretDB is a MongoDB-compatible database that is open source and free to use. It serves as a drop-in replacement for MongoDB, converting MongoDB wire protocol queries to SQL and using PostgreSQL as its backend storage engine. We're pleased to support FerretDB officially!
Sanity CMS Integration
Sanity is a real-time content backend for all your text and assets. You can now use GrowthBook feature flags to seamlessly test different content variations within Sanity. Check out our announcement video and tutorial or our docs.
The 4.1 release includes over 150 commits, way more than we can quickly summarize here. View the release details on GitHub for a more comprehensive list. As always, we love feedback - good and bad. Let us know what you think of the new features and what you want to see as part of 4.2!
Original source Report a problem - Sep 8, 2025
- Parsed from source:Sep 8, 2025
- Detected by Releasebot:Sep 27, 2025
- Modified by Releasebot:Nov 1, 2025
v4.1.0
GrowthBook rolls out AI‑assisted analytics, a new Vercel native integration, pre‑computed dimensions, and richer experiment results. It also adds SQL auto‑complete, official segments, self‑hosting improvements, and expanded API and SDK support for faster, more reliable experimentation.
Release Highlights
Holdouts
Holdout experiments measure the long-term impact of features by maintaining a control group that doesn't receive new functionality. While most users experience your latest features and improvements, a small percentage remains on the original version, providing a baseline to measure cumulative effects over time.
Experiment Dashboards
Experiment Dashboards let you create tailored views of an experiment. Highlight key insights, add context, and share a clear story with your team. Dashboards are available for all Enterprise customers. We have a lot planned for this in the future, so stay tuned!
Vercel Native Integration
We're excited to announce that GrowthBook is now available as a native integration in the Experimentation category on the Vercel Marketplace! This integration makes it easier than ever to add feature flagging and A/B testing to your Vercel projects, with streamlined setup, unified billing, and ultra-low latency performance.
AI Features
This release deeply integrates AI to help accelerate your workflows within GrowthBook. Auto-summarize experiment results, get help writing SQL, improve hypotheses, and detect similar past experiments, and more. These features are available to everyone, even self-hosted (just supply an OpenAI key).
Pre-computed Dimensions
You can now pick a set of key experiment dimensions and pre-compute them along with the main experiment results. This allows for more efficient database queries, and instant dimension breakdowns in the UI.
FerretDB Support
FerretDB is a MongoDB-compatible database that is open source and free to use. It serves as a drop-in replacement for MongoDB, converting MongoDB wire protocol queries to SQL and using PostgreSQL as its backend storage engine.
Sanity CMS Integration
Sanity is a real-time content backend for all your text and assets. You can now use GrowthBook feature flags to seamlessly test different content variations within Sanity.
MCP Updates
We've updated our MCP Server to allow creating experiments directly from your AI tool of choice without needing to context switch to GrowthBook. This change unlocks a bunch of new exciting workflows and we can't wait to see how you use it!
New Experiment Results Tooltip
We've completely redesigned the tooltip when mousing over experiment results. The new design provides more context and insights at a glance, making it easier to understand the impact of your experiments.
SQL Auto-Complete
We've added context-aware SQL auto-complete suggestions for table and column names to help you write queries faster and with fewer errors.
Official Segments and Dimensions
You can now mark specific segments and user dimensions as Official via the GrowthBook API. This will give them a little badge in the UI and lock down editing to prevent unwanted changes. Use this to differentiate important segments and dimensions from ad-hoc or exploratory ones.
Self-Hosting Improvements
For anyone self-hosting GrowthBook, we've greatly improved observability and customization. We now support full monitoring and tracing of all background jobs, plus distributed tracing within the Python stats engine. We also added a number of new env vars to more easily split the GrowthBook monolith into microservices for those that need extra scalability.
SDK Updates
- React - Full React 19 Typescript support
- Golang - SSE streaming fixes
- PHP - sticky bucketing fixes
- Java - new caching and refresh options, memory optimizations
- Flutter - many bug fixes and updates
- C sharp - SSE streaming, attribute targeting fixes
- Swift - sticky bucket fixes, support for bearer auth, logging improvements, and memory optimization
- Kotlin - async-safe sticky bucketing, new streamingHost setting, suspend entry points to avoid blocking
- Flutter - TTL-based fetch option, cache improvements, attribute targeting fixes
- Edge - many new options for advanced integrations
REST API Updates
- New GET /settings endpoint to fetch all of your organization's current settings
- Fix PUT /metric/:id endpoint that was ignoring the archived setting
- New GET /feature/:id/revisions endpoint to fetch all revisions for a specific feature with pagination
- New endpoints to create, update, and delete dimensions and segments
- Ability to archive fact tables and fact metrics
- Plus a lot more
- New is:watched filter on experiment search
- Enable encryption option for back-end SDKs
- Add user-agent header to all HTTP requests (webhooks, etc.)
- Various date and timezone fixes
- Various SQL editing and schema browser fixes
- Properly close MySQL connections
- Ability to remove LIMIT 5 when testing SQL queries
- Use Webhook Secrets by default for new webhooks
- ClickHouse - add support for new JSON data types
- Wrap user-supplied SQL in parentheses to avoid edge cases
- Fix divide-by-zero bug in stats engine
- Jira integration update to support a custom field
- Fix stale feature detection logic
- New Big Number visualization type in the SQL Explorer
- Enable the schema browser for self-hosted orgs that use config.yml
- Improve fact metric query performance by filtering rows earlier
- Fix broken SRM check when one variation has 0 users
- Fix bugs with quantile and percentile capped metric settings
- Audit log entries now show the full date time instead of "X days ago"
- Power calculator fixes
- Allow manual seed selection for feature rollout rules
- Skip feature.updated webhooks until draft changes are actually published
- Improve handling of unit quantiles when "ignore zero" is set
- Persist last viewed tab on the experiment list
Notes
- This release includes multiple enhancements and fixes across the product, including improvements to observability, data handling, and API capabilities.
- Jul 9, 2025
- Parsed from source:Jul 9, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Version 4.0
GrowthBook 4.0 is a major release with a wealth of new features: MCP server AI tools, Safer Rollouts, customizable experiment shipping, revamped search, Insights suite, SQL Explorer, managed ClickHouse, real-time flag analytics, Vercel SDK, Framer plugin, personalized landing page, new Experimentation nav, REST API updates, and performance gains.
GrowthBook 4.0 includes a huge number of new features and updates. Continue reading for a full list of changes.
We shipped so many new features in our June Launch Month that we decided that it deserved a major version increase. Version 4.0 brings a huge array of new features. Here’s a quick summary of everything it includes.
GrowthBook MCP Server
AI tools like Cursor can now interact with GrowthBook via our new MCP server. Create feature flags, check the status of running experiments, clean up stale code, and more.
Safer Rollouts
Building upon our Safe Rollouts release last version, we added gradual traffic ramp up, auto rollback, a smart update schedule, and a time series view of results. All of these combine to add even more safety around your feature releases.
Decision Criteria
You can now customize the shipping recommendation logic for experiments. Choose from a “Clear Signals” model, a “Do No Harm” model, or define your own from scratch.
Search Filters
We’ve revamped the search experience within GrowthBook to make it easier to find feature flags, metrics, and experiments. Easily filter by project, owner, tag, type, and more.
Insights Section
We added a brand new left nav section called “Insights” with a bunch of tools to help you learn from your past experiments.
- The Dashboard shows velocity, win rate, and scaled metric impact by project.
- Learnings is a searchable knowledge base of all of your completed experiments.
- The Experiment Timeline shows when experiments were running and how they overlapped with each other.
- Metric Effects lists the experiments that had the biggest impact on a specific metric.
- Metric Correlations let you see how two metrics move in relation to each other.
SQL Explorer
We launched a lightweight SQL console and BI tool to explore and visualize your data directly within GrowthBook, without needing to switch to another platform like Looker.
Managed Warehouse
GrowthBook Cloud now offers a fully managed ClickHouse database that is deeply integrated with the product. It’s the fastest way to start collecting data and running experiments on GrowthBook. You still get raw SQL access and all the benefits of a warehouse native product, without the setup and maintenance cost.
Feature Flag Usage
See analytics about how your feature flags are being evaluated in your app in real time. This is built on top of the new Managed Warehouse on GrowthBook Cloud and is a game changer for debugging and QA.
Vercel Flags SDK
GrowthBook now has an official provider for the Vercel Flags SDK. This is now the easiest way to add server-side feature flags to any Next.js project. We have an even deeper Vercel integration coming soon to make this experience even more seamless.
Official Framer Plugin
You can now easily run GrowthBook experiments inside of your Framer projects. Assign visitors to different versions of your design (like layouts, headlines, or calls to action), track results, and confidently choose the best experience for your audience.
Personalized Landing Page
There’s a new landing page when you first log into GrowthBook. Quickly see any features or experiments that need your attention, pick up where you left off, and learn about advanced GrowthBook functionality to get the most out of the platform.
New Experimentation Left Nav
There’s a new “Experimentation” section in the left nav. Experiments and Bandits now live within this section, along with our Power Calculator, Experiment Templates, and Namespaces. We’ll be expanding this section soon with Holdouts and more, so stay tuned!
REST API Updates
- Filter the listFeatures endpoint by clientKey
- Support partial rule updates in the putFeature endpoint
- New Queries endpoint to retrieve raw SQL queries and results from an experiment
- Added Custom Field support to feature and experiment endpoints
- New endpoints for getting feature code refs
- New endpoint to revert a feature to a specific revision
Performance Improvements
We’ve drastically improved the CPU and memory usage when self-hosting GrowthBook at scale. On GrowthBook Cloud, we’ve seen a roughly 50% reduction during peak load, leading to lower latency and virtually eliminating container failures in production.
Original source Report a problem - Jul 8, 2025
- Parsed from source:Jul 8, 2025
- Detected by Releasebot:Sep 27, 2025
- Modified by Releasebot:Oct 22, 2025
v4.0.0
GrowthBook ships a major release with MCP Server AI tools, safer rollouts and customizable decision criteria. A refreshed UI and analytics suite includes Search, Insights, dashboards, SQL Explorer, Framer and Vercel integrations, plus REST API upgrades and performance gains.
Release Highlights
GrowthBook MCP Server
AI tools like Cursor can now interact with GrowthBook via our new MCP server. Create feature flags, check the status of running experiments, clean up stale code, and more.Safer Rollouts
Building upon our Safe Rollouts release last version, we added gradual traffic ramp up, auto rollback, a smart update schedule, and a time series view of results. All of these combine to add even more safety around your feature releases.Decision Criteria
You can now customize the shipping recommendation logic for experiments. Choose from a “Clear Signals” model, a “Do No Harm” model, or define your own from scratch.Search Filters
We’ve revamped the search experience within GrowthBook to make it easier to find feature flags, metrics, and experiments. Easily filter by project, owner, tag, type, and more.Insights Section
We added a brand new left nav section called “Insights” with a bunch of tools to help you learn from your past experiments.- The Dashboard shows velocity, win rate, and scaled metric impact by project.
- Learnings is a searchable knowledge base of all of your completed experiments.
- The Experiment Timeline shows when experiments were running and how they overlapped with each other.
- Metric Effects lists the experiments that had the biggest impact on a specific metric.
- Metric Correlations let you see how two metrics move in relation to each other.
SQL Explorer
We launched a lightweight SQL console and BI tool to explore and visualize your data directly within GrowthBook, without needing to switch to another platform like Looker.Managed Warehouse
GrowthBook Cloud now offers a fully managed ClickHouse database that is deeply integrated with the product. It’s the fastest way to start collecting data and running experiments on GrowthBook. You still get raw SQL access and all the benefits of a warehouse native product, without the setup and maintenance cost.Feature Flag Usage
See analytics about how your feature flags are being evaluated in your app in real time. This is built on top of the new Managed Warehouse on GrowthBook Cloud and is a game changer for debugging and QA.Vercel Flags SDK
GrowthBook now has an official provider for the Vercel Flags SDK. This is now the easiest way to add server-side feature flags to any Next.js project. We have an even deeper Vercel integration coming soon to make this experience even more seamless.Official Framer Plugin
You can now easily run GrowthBook experiments inside of your Framer projects. Assign visitors to different versions of your design (like layouts, headlines, or calls to action), track results, and confidently choose the best experience for your audience.Personalized Landing Page
There’s a new landing page when you first log into GrowthBook. Quickly see any features or experiments that need your attention, pick up where you left off, and learn about advanced GrowthBook functionality to get the most out of the platform.Experimentation Left Nav
There’s a new “Experimentation” section in the left nav. Experiments and Bandits now live within this section, along with our Power Calculator, Experiment Templates, and Namespaces. We’ll be expanding this section soon with Holdouts and more, so stay tuned!REST API Updates
- Filter the listFeatures endpoint by clientKey
- Support partial rule updates in the putFeature endpoint
- New Queries endpoint to retrieve raw SQL queries and results from an experiment
- Added Custom Field support to feature and experiment endpoints
- New endpoints for getting feature code refs
- New endpoint to revert a feature to a specific revision
Performance Improvements
We’ve drastically improved the CPU and memory usage when self-hosting GrowthBook at scale. On GrowthBook Cloud, we’ve seen a roughly 50% reduction during peak load, leading to lower latency and virtually eliminating container failures in production.
New Contributors
- @paigeruppel-upstart made their first contribution in #3992
- @jrnold made their first contribution in #4056
- @devcodes9 made their first contribution in #4109
- @kabam-blambert made their first contribution in #4070
- @matttenenbaum-qz made their first contribution in #4172
- @edisonmoy made their first contribution in #4266
Plus a ton of returning contributors:
- @ahdriel
- @gazzdingo
- @Auz
- @lukesonnet
- @tzjames
- @mknowlton89
- @lukebrawleysmith
- @edisonmoy
Full Changelog: v3.6.0...v4.0.0
Original source Report a problem - Jun 25, 2025
- Parsed from source:Jun 25, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Launch Month - Week 4
GrowthBook launches two big product updates: a Managed Warehouse with one-click setup, near real-time data delivery, blazing-fast queries, and usage-based pricing; plus Feature Usage Analytics to track flag evaluations, values served, and stale flags.
Managed Warehouse
This week we're launching our Managed Warehouse and Feature Flag Usage Analytics.
Launch month continues with our Managed Warehouse product and feature flag usage analytics.
We’ve talked to thousands of companies and have seen our fair share of data warehouse and event tracking setups. We’ve noticed 3 consistent problems:
- They are a LOT of work to set up and maintain, especially for companies without dedicated data engineers. Google Analytics + BigQuery is the most common one we see and that takes over 40 steps to configure (yes, we counted).
- Data is often refreshed on a schedule instead of in real-time. You don’t want to wait 24 hours to find out a new feature or experiment is killing your metrics.
- Pricing and performance are optimized for batch workloads. Refreshing experiment results frequently or exploring your data can become slow and costly.
This week, we’re excited to launch our new Managed Warehouse product on GrowthBook Cloud. We set out to solve all of these issues and we’re super happy with the results:
- One-click setup and zero maintenance. Doesn’t get much easier than that!
- Data arrives within seconds, letting you quickly detect issues.
- Queries are crazy fast and free (only pay for ingesting the data, not querying it)
Under the hood, this is powered by ClickHouse, an open source database optimized for fast analytics at scale. You still get raw SQL access and all the other benefits of a true Warehouse Native platform, just without the cost.
The first 2 million tracked events each month are free for Pro users and we have super affordable usage-based pricing beyond that.Feature Usage Analytics
This week we’re also launching Feature Usage Analytics, which was built to take advantage of many of the benefits of the new Managed Warehouse.
Original source Report a problem
For each feature flag, you can see how often it's been evaluated, which values are being served, which rules are being hit, and more. This is a game changer for feature flag management and makes debugging issues so much faster. As an extra benefit, this also helps you stay on top of tech debt by highlighting stale flags that are no longer being used.
So how does it work? The GrowthBook SDK sends an event to the Managed Warehouse every time a feature flag is evaluated in your app. This usage data is then aggregated and displayed within seconds.
For now, this is only available for the new Managed Warehouse on GrowthBook Cloud, but we want to eventually open this up to everyone. If you are interested in this, but are self-hosting (or already have a data warehouse), let us know and we can keep you in the loop! - Jun 17, 2025
- Parsed from source:Jun 17, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Launch Month - Week 3
GrowthBook launches SQL Explorer, a built‑in lightweight SQL editor to query data, visualize results, and save charts directly in the product for quick analyses, with more features planned.
For week 3 of our Launch Month, we're releasing SQL Explorer, which lets you query your data and visualize results.
For week 3 of our Launch Month, we’re excited to announce the SQL Explorer!
At GrowthBook, we love dogfooding our product (most of our launches this month started behind feature flags). Along the way, we kept running into a common frustration: answering simple data questions meant jumping into separate tools like Looker, Mode, or Tableau - just to write some quick SQL or generate a basic chart.
All of that context switching adds up, which is why we built SQL Explorer - a lightweight, built-in SQL editor that lets you query your data, create visualizations, and save results right inside of GrowthBook. It's perfect for quick analyses without the overhead of a full BI platform. Check it out and let us know what you think.
We’ll be adding more features and integrating the SQL Explorer more deeply in the product in the coming weeks, so keep an eye out!
Original source Report a problem - Jun 9, 2025
- Parsed from source:Jun 9, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Launch Month - Week 2
This release launches Insights, a brand-new sidebar section with an Executive Dashboard, searchable Learnings, an Experiment Timeline, and deep metric analyses (Effects and Correlations) to help teams optimize their experimentation programs and learn from every test.
This week we're launching Insights, which includes a new Executive Dashboard, searchable experiment learnings, timeline visualizations, and deep metric analysis.
This week is all about Insights, the brand new section in our sidebar. In there, you’ll find a revamped Executive Dashboard, new Learnings and Timeline pages, plus some powerful metric analyses to help you get the most out of your experimentation program. This section becomes more useful the more experiments you run, so if you needed an excuse to run more tests this is it!
Executive Dashboard
The brand new dashboard gives you a 10,000 foot view of your organization’s experimentation program. Quickly see your team’s velocity, win rate, and impact. Enterprise users can also select a metric and see the cumulative effect from all the experiments that were run. Everything can be filtered by project and date range.
Learnings
The Learnings page is a searchable knowledge base of every experiment your team has completed. For each experiment, see the winning variation, a summary of results, and other key details. This page is a great place for new team members to learn about what has been tried and what has and hasn’t worked.
Fun fact: This was the original reason we started GrowthBook and how we got our name. We envisioned a digital book of everything you’ve learned about growth.
Experiment Timeline
The Timeline page lets you visualize when experiments were running in relation to each other. Experiments are color-coded by status (running, won, lost, etc.) and split up by phases. This is a valuable tool for managing your experimentation workflow, identifying bottlenecks in your process, and planning future tests.
Metric Effects
Do a deep-dive for a given metric and see the range of effect sizes from all the experiments that included it. Use this to learn how easy/hard it is to move your metric in general and see which specific experiments had the biggest impact (both good and bad).
Metric Correlations
See how any 2 metrics tend to move in relation to each other within experiments. This is especially useful for identifying proxy metrics that are highly correlated with your long term goals, but can get you results much faster.
We hope you find these new pages useful and we look forward to hearing your feedback. See you again soon for our Week 3 launches!
Original source Report a problem - Jun 3, 2025
- Parsed from source:Jun 3, 2025
- Detected by Releasebot:Sep 27, 2025
GrowthBook Launch Month - Week 1
GrowthBook kicks off Launch Month with Week 1 updates: MCP Server for AI-driven feature flagging, safer rollouts with staged ramp and automated rollback, customizable experiment decision criteria, and revamped search filters with sharable URLs.
This June is our Launch Month! Every week, we’ll announce major new features and changes to GrowthBook that you can try out early, before the final release at the end of the month.
We have so many exciting projects we’re working on, we decided to do something a little different for this next release. June will be our official Launch Month! Every week we’ll announce major new features and changes to GrowthBook that you can try out early, before the final release at the end of the month.
Let’s kick things off with the Week 1 launches:
GrowthBook MCP Server
We launched the first ever MCP server for feature flagging and experimentation! MCP (Model Context Protocol) allows AI tools to communicate and do actions directly with services like GrowthBook. Now you can use AI to create feature flags, check experiment results, clean up stale code, and more, directly within your IDE. Read our announcement blog post for more info and a demo.
Even Safer Rollouts
We made three big changes to Safe Rollouts to make them even safer:
- Traffic now gradually ramps up from 10% to 100%
- Results are checked more frequently at the start of a Safe Rollout (and less frequently the longer it’s running)
- There’s a new setting to automatically roll back if any guardrails are failing or the data looks unhealthy
When combined, these changes help make your rollouts even safer by minimizing the user impact when things go wrong. As always, you can learn more about this in our docs.
Custom Decision Criteria
You can now customize the logic that powers our Experiment Decision Framework on a per-experiment basis.
- Clear Signals (the default) - Ship only with clear goal metric successes and no guardrail failures.
- Do No Harm - Ship so long as no guardrails and no goal metrics are failing. Useful if the costs of shipping are very low.
- Custom - Define your own fully custom decision criteria logic using our intuitive UI.
Check out our docs for more information.
Search Filters
We’ve revamped the search experience within GrowthBook to make it easier to find feature flags and metrics. Easily filter by project, owner, tag, type, and more. The best part is that all of your filters are encoded in the URL, so once you find a view you like you can easily get back to it or share it with your team. We’ll be rolling this out to other parts of the app soon.
Original source Report a problem