Growthbook Versions Save

Open Source Feature Flagging and A/B Testing Platform

v2.1.0

1 year ago

Major Changes

Bug Fixes

Documentation / Misc

New Contributors

Full Changelog: https://github.com/growthbook/growthbook/compare/v2.0.0...v2.1.0

v2.0.0

1 year ago

Highlights

Other Features and Changes

Bug Fixes

Documentation / Misc

New Contributors

Full Changelog: https://github.com/growthbook/growthbook/compare/v1.9.0...v2.0.0

v1.9.0

1 year ago

Highlights

Other Features

Bug Fixes

Docs / Misc Changes

New Contributors

Full Changelog: https://github.com/growthbook/growthbook/compare/v1.8.0...v1.9.0

v1.8.0

1 year ago

Highlights

Other Features

Bug Fixes

Docs / Misc Changes

Full Changelog: https://github.com/growthbook/growthbook/compare/v1.7.0...v1.8.0

v1.7.0

1 year ago

Highlights

Other Features

Bug Fixes

Docs / Misc Changes

New Contributors

Full Changelog: https://github.com/growthbook/growthbook/compare/v1.6.0...v1.7.0

v1.6.0

1 year ago

Highlights

Other Changes

New Contributors

Full Changelog: https://github.com/growthbook/growthbook/compare/v1.5.0...v1.6.0

v1.5.0

1 year ago

Major New Features

  • New UI for experiments #410
  • New "How To" guides for Mixpanel, RudderStack, BigQuery, GA, Next.js and more #374 #444 #452
  • Export experiment results as CSV #396
  • Support Google Cloud Storage for self-hosted image uploads #423
  • See an activity log for all of your watched features #375
  • Specify an "owner" for features, metrics, segments, and dimensions #407

Bug Fixes

  • Clickhouse error caused by missing SQL aliases #446
  • Unable to delete API keys #455
  • Fix encoding of regexes in Mixpanel metric conditions #464
  • Bug causing custom attributes to get reset to the default list #465
  • Unable to remove tag filter if the tag is no longer being used #449
  • Python SDK broken when user hash attribute value is None ac617f4

Other Changes

  • Control the default environment toggle states for new features #428
  • Metric tooltips on experiment results with helpful info #417
  • Sort projects dropdown alphabetically #456
  • Update dependencies - React 18, Next.js 12, Tailwind 3, Typescript 4.7 #459

v1.4.0

1 year ago

Major New Features

  • Ratio metrics! #393
  • New UI for controlling traffic splits in experiments #403
  • Support for feature flags in Ruby SDK #350
  • New permissions and roles for feature flags #343
  • Syntax highlighting when entering SQL #373
  • Ability to archive features #368

Bug Fixes

  • Redshift bug with UNIONS and GROUP BY #346 1dcbd9a
  • Presto/Athena substr and group by bug 3a7c974 #383
  • BigQuery datetime casting bug #352
  • Only first 2 projects visible in project selector dropdown da265aa
  • SDK error when a nested attribute is null b7e24a6
  • Devtools extension variation switcher broken for features #351

Other Changes

  • Feature discussion threads #402
  • Admins can now reset user's passwords when self-hosting #378
  • Search by toggled environment on feature list #366
  • Support string, number, and boolean comparisons in Mixpanel metric conditions #355
  • Better error messages #370 #392 #394
  • Show confirmation message when settings are succesfully saved #337
  • New Slack invitation link: slack.growthbook.io f04dd14 af3caca

v1.3.0

1 year ago

Major New Features

  • Custom user identifier types for analysis (e.g. user_id, ip, company) #313
  • Multiple experiment assignment queries in a single data source #313
  • Revision history and audit logs for features #327 #304
  • New Flutter SDK #326

Bug Fixes

  • Divide by zero error when a variation has no conversions yet 782cc43
  • Error when using the React SDK with React 18 d3fb8d0
  • Unable to change a tag's color when it contains a dot 4ded207
  • Snowflake error when using => syntax #328
  • Namespaces invisible in left nav 79c6c10

Other Changes

  • Remove disabled features from API response 21c5a98
  • SSO/SAML support for GrowthBook Cloud (requires enterprise contract) #299 #302
  • Redesigned query builder for metrics (alternative to entering SQL) #309
  • Add line numbers and a "copy SQL" button to the "View Queries" modal #306
  • Ability to sort the list of goal metrics in an experiment #300
  • BigQuery authentication via env variables or GCP metadata (self-hosting only) #335
  • When doing a dimension breakdown, hide traffic split by default unless there is an SRM error #317
  • Mixpanel dimensions support #342
  • Auto-detect SMPT tls setting based on port #320
  • Allow numbers and hyphens in environment names 8832057
  • Allow changing the data source when duplicating a metric #333
  • Add tooltips to experiment velocity graph #314
  • Remove unnecessary trailing zeros from metric values #315

v1.2.0

2 years ago

New Features

  • Multiple customized environments (e.g. dev, staging, qa, prod) #289
  • Add feature rules on a per-environment basis #285
  • Mutually exclusive experiments using Namespaces #280
  • Custom aggregations support for Mixpanel metrics #278
  • Built-in SQL schemas for GA4, Segment, Snowplow, RudderStack, and Amplitude #276
  • Quickly filter the metrics and features list by tags #287 #293
  • Custom tag colors #292
  • Ability to delete ad-hoc reports #283

Bug Fixes

  • Fix CORS preflight issue for features API endpoint 509f304
  • Change S3 file uploads to use signature v4 657a09e
  • Rounding errors when specifying experiment variation weights 7f172eb #288
  • Bug when uploading images with uppercase extensions (e.g. JPEG) ed79858
  • Remove SQL group by number syntax in generated queries 330df9e
  • SQL error when user-supplied queries end with a comment c8c312c
  • Rule condition bug when using $exists or $contains operators #294
  • Enable "Converted users only" setting for count metrics 9d82961

Misc

  • Redesigned left navigation and feature UX improvements #277 #253 #282
  • Updated CONTRIBUTING guide dbae7e1
  • Popup Implementation instructions after creating your first feature #286
  • Documentation updates #290 0b581fa 110377c