v1.7.0
π We're excited to announce the release of Go Feature Flag v1.7.0
! π
This latest version comes with two great new features for the relay proxy that will help you better manage and control your feature flags:
- You can now limit access to the relay proxy by adding API keys to your configuration.
This means you can control who can access the proxy and ensure your feature flags are only used by authorized users. - A new endpoint to collect usage data (
/v1/data/collector
) for your feature flags has been introduced.
With this new endpoint, you can get insights into how your flags are being used and make data-driven decisions about your feature development roadmap.
Upgrade to Go Feature Flag v1.7.0
today and take advantage of these powerful new features to improve your feature flagging capabilities!
What's Changed
Features
- relay-proxy: Add new endpoint to collect flag usage data by @thomaspoignant in #650
- relay-proxy: Support API Keys validation to limit the applications being able to use GO Feature Flag by @dhanusaputra in #649
Fixes
- Fix: CI was not detecting file changes in helm lint workflow by @thomaspoignant in #601
- fix documentation migration-cli by @thomaspoignant in #610
- (bug) editor: Removing a variation remove all of them by @dhanusaputra in #633
- goreleaser fix warnings by @dhanusaputra in #635
Others
- Bump relay-proxy helm chart version v1.6.0 by @github-actions in #599
- Create a new documentation version v1.6.0 by @github-actions in #600
- CI: Avoid building doc if no change by @thomaspoignant in #603
- CI: Rename helm lint workflow by @thomaspoignant in #602
- Adding provider tests for GO by @thomaspoignant in #605
- Add go integration tests by @thomaspoignant in #607
- Push go-feature-flag relay proxy to homebrew by @dhanusaputra in #604
- Add flags for demo by @thomaspoignant in #636
- Add provider tests for .NET by @thomaspoignant in #611
- Add codecov token in the GHA by @thomaspoignant in #644
- Add product pages in the website by @thomaspoignant in #645
- Website: Add developers section by @thomaspoignant in #646
- Add icons in the menu by @thomaspoignant in #648
- Use a set to store apiKeys so we can test it faster by @thomaspoignant in #652
Dependencies
- Bump github.com/aws/aws-sdk-go from 1.44.227 to 1.44.228 by @dependabot in #606
- Bump github.com/open-feature/go-sdk from 1.2.0 to 1.3.0 in /openfeature/provider_tests/go-integration-tests by @dependabot in #608
- Bump @docusaurus/core from 2.3.1 to 2.4.0 in /website by @dependabot in #616
- Bump @docusaurus/eslint-plugin from 2.3.1 to 2.4.0 in /website by @dependabot in #617
- Bump github.com/aws/aws-sdk-go from 1.44.228 to 1.44.229 by @dependabot in #618
- Bump @uiw/react-textarea-code-editor from 2.1.0 to 2.1.1 in /website by @dependabot in #619
- Bump eslint-config-prettier from 8.6.0 to 8.8.0 in /website by @dependabot in #621
- Bump styled-components from 5.3.6 to 5.3.9 in /website by @dependabot in #622
- Bump core-js from 3.27.2 to 3.29.1 in /website by @dependabot in #623
- Bump mobx from 6.7.0 to 6.9.0 in /website by @dependabot in #624
- Bump @docusaurus/plugin-google-gtag from 2.3.1 to 2.4.0 in /website by @dependabot in #625
- Bump @easyops-cn/docusaurus-search-local from 0.33.6 to 0.35.0 in /website by @dependabot in #629
- Bump prettier from 2.8.3 to 2.8.7 in /website by @dependabot in #631
- Bump react-hook-form from 7.43.0 to 7.43.8 in /website by @dependabot in #632
- Bump @docusaurus/module-type-aliases from 2.3.1 to 2.4.0 in /website by @dependabot in #628
- Bump @docusaurus/preset-classic from 2.3.1 to 2.4.0 in /website by @dependabot in #627
- Bump github.com/open-feature/go-sdk-contrib/providers/go-feature-flag from 0.1.5 to 0.1.6 in /openfeature/provider_tests/go-integration-tests by @dependabot in #615
- Bump NUnit3TestAdapter from 4.3.0 to 4.4.2 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #637
- Bump coverlet.collector from 3.1.2 to 3.2.0 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #638
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.5.0 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #639
- Bump github.com/swaggo/swag from 1.8.11 to 1.8.12 by @dependabot in #641
- Bump github.com/aws/aws-sdk-go from 1.44.229 to 1.44.230 by @dependabot in #643
- Bump NUnit.Analyzers from 3.5.0 to 3.6.1 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #640
- Bump github.com/swaggo/echo-swagger from 1.3.5 to 1.4.0 by @dependabot in #642
- Bump sdk from 1.3.0 to 1.3.1 in /openfeature/provider_tests/java-integration-tests by @dependabot in #647
- Bump github.com/aws/aws-sdk-go from 1.44.230 to 1.44.234 by @dependabot in #651
New Contributors
- @dhanusaputra made their first contribution in #604
Full Changelog: v1.6.0...v1.7.0