Version 1.1.0 of our open-source feature flagging and experimentation platform is here, which includes new SDKs and numerous other improvements. Below is a quick summary of some of the changes we released. We’re also live on ProductHunt, and we would really appreciate an upvote if you’re a fan of what we’re building.
We simplified and restructured the feature creation process so you can now add an initial rule in fewer steps.
Project-scoped APIs and WebHooks
GrowthBook project-scoped webhooks and API showing environment and project filters for feature flag payloads
You can now filter webhooks by environment and project. This limits which features trigger the webhook and filters the list of features in the payload. We also added the same filters to the features API endpoint for those of you not using webhooks.
No more ‘pageviews’ data source query
We’ve restructured our SQL query generator and no longer require a ‘pageview’ query, which was a common source of confusion and not applicable to backend or mobile applications.