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.
Android and Go SDK
We released our Go and Android SDK. You can find the Go SDK here: https://github.com/growthbook/growthbook-golang. The Android version is supported through Kotlin, you can find the repo here: https://github.com/growthbook/growthbook-kotlin . The full docs for all the SDKs is here: https://docs.growthbook.io/lib.
Streamlined feature creation modals
We simplified and restructured the feature creation process so you can now add an initial rule in fewer steps.
Project scoped APIs and WebHooks
You can now filter webhooks by environment and project. This limits which features cause the webhook to trigger and also 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.
Miscellaneous other features and fixes
- React Native support in the React SDK
- Support both Datetime and Timestamp data types in BigQuery
- Added mixpanel tracking instructions, FAQ, and How it works section to the docs.
You can read about the full list of changes here.