Growthbook Versions Save

Open Source Feature Flagging and A/B Testing Platform

v0.2.3

2 years ago

Changes:

  • Add PrestoDB/TrinoDB as supported datasources #25
  • Better UI for displaying Bayesian risk in results #26
  • Ability to tag metrics and add them in bulk to an experiment #27
  • Support for guardrail metrics #30
  • Better logging and error messages a57b796 860a287 0796406
  • Allow customizing snowflake role 6721cc7
  • Bug fix: variationIdFormat select box not working 503473f
  • Bug fix: switch from UNION to UNION ALL in queries for better support 503473f
  • Bug fix: use redshift default for sql formatting to properly handle table names with dashes 503473f

v0.2.2

2 years ago

Changes

  • Link experiments to the idea that it originated from bedac49
  • MongoDB performance optimizations 5c14815 278f3f0
  • :zap: Webhooks support #21
  • Refactor Python stats engine and add a full test suite #22
  • Automatically update running experiment results every 6 hours #24
  • Add open source installation instructions to the docs and improve the readme #23 b8cffc9

v0.2.1

2 years ago

Major Changes

  • Python client library 2aed4e4
  • ClickHouse data source support #19
  • New Bayesian stats back-end written in Python #20
  • Add column to experiment results to show Bayesian Risk for each metric
  • New visualization for "Percent Change" graph (Violin Plot vs Bar Chart)
  • Improve implementation instructions and documentation

v0.2.0

2 years ago

Changes:

  • Ability to configure data sources using SQL d3aa6a4
  • New form to create an organization 7e7d903 06c9231 abeda1f
  • New docs site template with darkmode 53da7b5 d7a70fd 61e3e27 d42cd08
  • Add a code of conduct a92e904
  • Docker build improvements 41278e9

v0.1.7

2 years ago

Changes

  • Better onboarding process with Docker 8f53432 301e13a 97b7aaa f2e69b5 83f8352 6d3c725
  • Better error messaging 4d1865c ea343bc d919ca1
  • Bug fix: Incorrect display of inverse metrics results 0d04225

v0.1.6

3 years ago

Changes

  • Better onboarding process for new organizations 08785d1
  • Ability to define metrics using SQL directly bd73b96
  • Show estimated time remaining for metrics to move past the minimum conversion threshold 0f1f513
  • Bug fix: axis missing on results graph when a metric did not have enough conversions
  • Bug fix: word wrapping on idea cards should not break small words
  • Bug fix: telemetry data missing event properties

v0.1.5

3 years ago

Changes

  • Visual Editor (beta) enables non-technical users to create experiments without writing code. See https://docs.growthbook.io/app/visual
  • Split experiment list by status 203b9cc
  • Document how to provide AWS credentials ba96bd6
  • Bug fix: not able to edit results if a winner was not chosen when stopping an experiment e018ef4
  • Bug fix: not able to signup a new organization on the cloud app (app.growthbook.io) 3147d1c

v0.1.4

3 years ago

Changes

  • User Groups for simpler experiment targeting
  • Better data visualization for metric "percent improvement"

v0.1.3

3 years ago

Changes

  • Add docs package to monorepo (https://docs.growthbook.io)
  • Beta feature - generate standalone inline <script> tag for a front-end experiment
  • Code refactor to reduce number of API calls on each page load
  • Hide archived experiments from the list by default

v0.1.2

3 years ago

Changes:

  • Generate better code for the implementation modal
  • Add PHP example to the implementation modal
  • Fix bug with formatting SQL queries
  • Show significance as long as one of the variations has at least 150 conversions and the other one has at least 25