v0.9.0
This release includes some huge performance improvements. We cut the number of executed SQL queries in half and the ones that remain are up to 10x more efficient - all automatic without any work on your end.
New Features
- North Star metrics #105
- Ad-hoc experiment reports #165
- Custom metric aggregations #192
- Ability to update experiment results on a Cron schedule (or disable updates entirely) #188
- Enable cache for faster experiment queries #179
- Improve metric query performance, plus support SQL template vars for more advanced optimizations #182 #189
Bug Fixes
- Invalidate cdn.growthbook.io when an experiment changes in a Cloud account #73
- Add groups/force to config API endpoint response b659b14
- Errors when experiment queries don't return results b4f2bd1 edc2316 5975b5c
- BigQuery syntax error when using regular expressions 0fb524a
- Fix "=" operator for Mixpanel metric conditions 63cc970
- Safer archiving and deleting of metrics and segments #172 #133
- Experiment phase modal breaks for 3+ variations and phases not showing on dashboard correctly d184df5 96ce7b4
- Percent improvement graphs cut off and have incorrect grid lines #174 #183
- Could not create presentation when there are no stopped experiments efb1210
Misc
- Add build number to left nav and API #176
- When searching for experiments, show the trackingKey in the table #166
- Switch select boxes to
react-select
for better searching #180 - Update dependencies, remove old code #164
- Add tooltips to "Chance to Win" column in experiment results #190
- Fix bug in example webhook code in docs related to body-parser #186
- Sync first name when registering account on GrowthBook Cloud #193