🎉 GO Feature Flag v1.46.0 - The FlagSets Revolution!
We're absolutely thrilled to announce GO Feature Flag v1.46.0 - a groundbreaking release that introduces FlagSets and takes your feature flag management to the next level! 🚀
Yes GO Feature Flag can be multi-tenant now 🙌.
This release is a major step forward and results from the hard work from our amazing community, bringing you powerful new organizational tools, enhanced observability, and a significantly improved developer experience.
Whether you're managing dozens or thousands of feature flags, v1.46.0 makes your life easier with better organization for your feature flags.
Introduction of flagsets will revolutionize how you organize your flags, we've all improve the overall experience of GO Feature Flag with new retrievers and exporters (welcome postgresql
👋), an improved CLI experience with beautiful new output formatting, and overall a lot of small things here and there to have the best GO Feature Flag so far.
We've also improved security on hardening our GitHub actions setup and upgrading our dependencies. Security is really important to us and we want to be sure that you will not run under any CVE using GO Feature Flag.
Ready to explore what's new? Let's dive in! 🏊♂️
🚀 What's New
Major Features
- 🏷️ Static FlagSets Support (#3610) - Introducing static flagset functionality to better organize and manage your feature flags
- 📊 Enhanced Evaluation Tracking (#3910) - Added evaluation rules name to all flag evaluations for better observability
- 🎨 Improved CLI Experience (#3810) - Enhanced CLI output using pterm for better user experience
- 🔄 Retriever Logic Reuse (#3911) - Reused retriever config logic from cmd/relayproxy for better consistency
- 📊 Helm Monitoring Port Support (#3803) - Added monitoringPort support for relay-proxy Helm chart
New Exporters & Retrievers
- ☁️ Google Cloud Pub/Sub v2 Support (#3807) - Added pubsubexporterv2 with support for cloud.google.com/go/pubsub/v2
- 🐘 PostgreSQL FlagSet Compatibility (#3881) - PostgreSQL retriever now supports flagsets
Logging & Observability Improvements
- 📝 Enhanced Logging (#3882) - Added flagset names in logs for better traceability
- 🔧 Improved Error Handling (#3875) - Return flat errors in logs for better readability
🔧 Bug Fixes
- 🌐 WebSocket Stability (#3917, #3915) - Resolved flaky websocket tests with proper cleanup and timeouts
- 🏗️ Build Improvements (#3916) - Fixed building errors in Netlify
- 🔍 Linting (#3696) - Various linter fixes
⚠️ Breaking Changes
- 🗑️ AWS SDK v1 Removal (#3804) - Removed deprecated AWS SDK v1 retrievers and exporters. Please migrate to v2 equivalents.
🛡️ Security & Infrastructure
- 🔒 GitHub Actions Hardening (#3877, #3847) - Hardened GitHub Actions with proper GITHUB_TOKEN permissions
- 📊 Security Scorecard (#3701) - Added scorecard report badge for security transparency
- 🔐 Action Pinning (#3806) - Pinned GitHub action versions to hashes for security
- ✅ Gradle Wrapper Validation (#3880) - Added Gradle wrapper validation
🏗️ Infrastructure & CI Improvements
-
⬆️ Dependency Updates - Comprehensive dependency updates including:
- Docusaurus to 3.8.1
- Various GitHub Actions (checkout, setup-node, setup-go, etc.)
- Go dependencies (AWS SDK v2, Google Cloud libraries, Kubernetes clients)
- Website dependencies (React, TypeScript, ESLint, etc.)
- OpenFeature SDKs across multiple languages
👥 Contributors
Special thanks to all contributors who made this release possible:
- Piotr Rudnicki
- Sarvsav Sharma (Max)
- Michael Golowka
- Dedy Puji
- Carlos Silveira Junior
🔗 Migration Guide
AWS SDK v1 to v2 Migration
In this version we have removed the usage of the AWS SDK v1.
So if you were using the s3retriever
or the s3exporter
you will have to switch to s3retrieverv2
and s3exporterv2
.
Don't worry if you are using the relay-proxy it is already using the v2 versions.
Google Cloud Pubsub SDK v1 to v2 Migration
In this version we have deprecated the Google Cloud Pubsub SDK v1.
If you were using the pubsubexporter
, you should migrate to the pubsubexporterv2
.
Don't worry if you are using the relay-proxy it is already using the v2 version.
This release represents a significant step forward for GO Feature Flag with major new features like static flagsets, improved observability, and enhanced developer experience while maintaining backward compatibility (except for the deprecated AWS SDK v1 components).
Detailed changes
Features
- feat: Adding static flagset feature by @thomaspoignant in #3610
- feat(helm): Add monitoringPort support for relay-proxy Helm chart by @thomaspoignant in #3803
- feat: add pubsubexporterv2 with cloud.google.com/go/pubsub/v2 support by @thomaspoignant in #3807
- feat: use pterm in cli output by @pujidjayanto in #3810
- feat: add flagset name in logs by @thomaspoignant in #3882
- feat: postgresql retriever - flagset compatible by @thomaspoignant in #3881
- feat: add evaluation rules name to all the flags evaluations by @carlossilveirajunior in #3910
Breaking changes
- chore!: Remove deprecated AWS SDK v1 retrievers and exporters by @thomaspoignant in #3804
Fixes
- fix: fix linter by @thomaspoignant in #3696
- fix: return flat error in logs by @thomaspoignant in #3875
- fix: building error in netlifly by @thomaspoignant in #3916
- fix: resolve flaky websocket test by implementing proper cleanup and timeouts by @thomaspoignant in #3915
- fix: improve flaky test around websocket by @thomaspoignant in #3917
Security
- ci: change permissions GHA by @thomaspoignant in #3847
- ci: pin GitHub Actions versions for security and reproducibility by @thomaspoignant in #3806
- ci: hardening GHA GITHUB_TOKEN permission by @thomaspoignant in #3877
- ci: Add graddle wrapper validation by @thomaspoignant in #3880
Docs
- docs(docusaurus): Create a new documentation version v1.45.5 by @thomaspoignant in #3699
- docs(helm): Update relay proxy helm README by @thomaspoignant in #3700
- docs: Change home video because typo in rule by @thomaspoignant in #3716
- docs(docusaurus): Create a new documentation version v1.45.6 by @thomaspoignant in #3739
- docs(helm): Update relay proxy helm README by @thomaspoignant in #3741
- docs: Fix YAML typo in targeting rules by @pcman312 in #3811
- docs(README): Update sponsor list by @thomaspoignant in #3878
- docs: Adding flagset documentation by @thomaspoignant in #3913
- feat: blog post to introduce flag sets by @thomaspoignant in #3692
- docs: Functionnality matrix by @thomaspoignant in #3702
- docs: Update documentation for the new java provider by @thomaspoignant in #3920
- docs: move openfeature up on the main page by @thomaspoignant in #3921
Chore
- ci: added scorecard report badge by @sarvsav in #3701
- style: rename local variable for the sake of camelCase by @DeamonDev in #3846
- feat: reuse retriever config logic from cmd/relayproxy by @DeamonDev in #3911
Chore (dependencies)
- chore: Bump jest from 30.0.4 to 30.0.5 in /openfeature/provider_tests/js-integration-tests by @dependabot[bot] in #3695
- chore(helm): Bump relay-proxy helm chart version v1.45.4 by @thomaspoignant in #3689
- chore: Bump org.junit.jupiter:junit-jupiter-engine from 5.13.3 to 5.13.4 in /openfeature/provider_tests/java-integration-tests by @dependabot[bot] in #3693
- chore(helm): Bump relay-proxy helm chart version v1.45.5 by @thomaspoignant in #3697
- chore: Bump eslint from 9.31.0 to 9.32.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3703
- chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.9 to 1.38.10 by @dependabot[bot] in #3704
- chore: Bump eslint from 9.31.0 to 9.32.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3707
- chore: Bump google.golang.org/api from 0.242.0 to 0.243.0 by @dependabot[bot] in #3708
- chore: Bump @typescript-eslint/eslint-plugin from 8.37.0 to 8.38.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3709
- chore: Bump github.com/aws/smithy-go from 1.22.4 to 1.22.5 by @dependabot[bot] in #3710
- chore: Bump mikefarah/yq from 4.46.1 to 4.47.1 by @dependabot[bot] in #3713
- chore: Bump cloud.google.com/go/storage from 1.55.0 to 1.56.0 by @dependabot[bot] in #3712
- chore: Bump vite from 7.0.5 to 7.0.6 in /examples/openfeature_react/react-app by @dependabot[bot] in #3705
- chore: Bump OpenFeature from 2.7.0 to 2.8.0 by @dependabot[bot] in #3715
- chore: Bump OpenFeature from 2.8.0 to 2.8.1 by @dependabot[bot] in #3736
- chore: Bump webpack from 5.100.2 to 5.101.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3717
- chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.84.1 to 1.85.1 by @dependabot[bot] in #3722
- chore: Bump google.golang.org/api from 0.243.0 to 0.244.0 by @dependabot[bot] in #3725
- chore: Bump typescript from 5.8.3 to 5.9.2 in /examples/openfeature_react/react-app by @dependabot[bot] in #3732
- chore: Bump react and @types/react in /examples/openfeature_react/react-app by @dependabot[bot] in #3733
- chore: Bump openfeature-sdk from 0.8.1 to 0.8.2 in /openfeature/providers/python-provider by @dependabot[bot] in #3735
- chore: Bump typescript from 5.8.3 to 5.9.2 in /examples/openfeature_nodejs/nodejs-app by @dependabot[bot] in #3719
- chore: Bump stylelint from 16.22.0 to 16.23.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3718
- chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.85 to 1.18.2 by @dependabot[bot] in #3726
- chore: Bump github.com/swaggo/swag from 1.16.5 to 1.16.6 by @dependabot[bot] in #3723
- chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.4 to 1.36.1 by @dependabot[bot] in #3728
- chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.10 to 1.39.1 by @dependabot[bot] in #3731
- chore(helm): Bump relay-proxy helm chart version v1.45.6 by @thomaspoignant in #3738
- chore: Bump react-dom and @types/react-dom in /examples/openfeature_react/react-app by @dependabot[bot] in #3734
- chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.29.18 to 1.30.2 by @dependabot[bot] in #3730
- chore: Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #3720
- chore: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #3785
- chore: Bump dev.openfeature:sdk from 1.16.0 to 1.17.0 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot[bot] in #3749
- chore: Bump github.com/r3labs/diff/v3 from 3.0.1 to 3.0.2 by @dependabot[bot] in #3752
- chore: Bump NUnit from 4.3.2 to 4.4.0 by @dependabot[bot] in #3756
- chore: Bump @openfeature/web-sdk from 1.5.0 to 1.6.1 in /examples/openfeature_react/react-app by @dependabot[bot] in #3761
- chore: Bump @openfeature/web-sdk from 1.5.0 to 1.6.1 in /examples/openfeature_web/webapp by @dependabot[bot] in #3768
- chore: Bump webpack from 5.101.0 to 5.101.2 in /examples/openfeature_web/webapp by @dependabot[bot] in #3769
- chore: Bump jvm from 2.2.0 to 2.2.10 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot[bot] in #3770
- chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.85.1 to 1.87.0 by @dependabot[bot] in #3773
- chore: Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1 by @dependabot[bot] in #3778
- chore: Bump k8s.io/api from 0.33.3 to 0.33.4 by @dependabot[bot] in #3781
- chore: Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #3754
- chore: Bump google.golang.org/api from 0.244.0 to 0.247.0 by @dependabot[bot] in #3780
- chore: Bump NUnit3TestAdapter from 5.0.0 to 5.1.0 by @dependabot[bot] in #3758
- chore: Bump @vitejs/plugin-react from 4.7.0 to 5.0.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3744
- chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.30.3 to 1.31.0 by @dependabot[bot] in #3783
- chore: Bump k8s.io/client-go from 0.33.3 to 0.33.4 by @dependabot[bot] in #3771
- chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.37.0 to 1.38.0 by @dependabot[bot] in #3774
- chore: Bump tailwindcss from 4.1.11 to 4.1.12 in /examples/openfeature_react/react-app by @dependabot[bot] in #3764
- chore: Bump vite from 7.0.6 to 7.1.2 in /examples/openfeature_react/react-app by @dependabot[bot] in #3762
- chore: Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.11.0 by @dependabot[bot] in #3775
- chore: Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #3787
- chore: Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #3789
- chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.0 to 1.87.1 by @dependabot[bot] in #3790
- chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.31.0 to 1.31.2 by @dependabot[bot] in #3792
- chore: Bump webpack from 5.101.2 to 5.101.3 in /examples/openfeature_web/webapp by @dependabot[bot] in #3793
- chore: Bump @vitejs/plugin-react from 5.0.0 to 5.0.1 in /examples/openfeature_react/react-app by @dependabot[bot] in #3796
- chore: Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #3798
- chore: Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /openfeature/provider_tests/go-integration-tests by @dependabot[bot] in #3799
- chore: Bump requests from 2.32.4 to 2.32.5 in /openfeature/providers/python-provider by @dependabot[bot] in #3797
- chore: Bump @openfeature/react-sdk from 1.0.0 to 1.0.1 in /examples/openfeature_react/react-app by @dependabot[bot] in #3794
- chore: Bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in #3791
- chore: Bump @typescript-eslint/parser from 8.38.0 to 8.40.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3795
- chore: Bump @types/react from 19.1.9 to 19.1.10 in /examples/openfeature_react/react-app by @dependabot[bot] in #3760
- chore: Bump eslint from 9.32.0 to 9.33.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3743
- chore: Bump amannn/action-semantic-pull-request from 5 to 6 by @dependabot[bot] in #3784
- chore: Bump eslint from 9.32.0 to 9.33.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3746
- chore: Bump FluentAssertions from 8.5.0 to 8.6.0 by @dependabot[bot] in #3759
- chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.40.0 to 1.41.0 by @dependabot[bot] in #3779
- chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.18.2 to 1.18.4 by @dependabot[bot] in #3776
- chore: Bump NUnit.Analyzers from 4.9.2 to 4.10.0 by @dependabot[bot] in #3757
- chore: Bump @babel/preset-env from 7.28.0 to 7.28.3 in /examples/openfeature_web/webapp by @dependabot[bot] in #3767
- chore: Bump stylelint from 16.23.0 to 16.23.1 in /examples/openfeature_web/webapp by @dependabot[bot] in #3742
- chore: Bump @typescript-eslint/eslint-plugin from 8.38.0 to 8.39.1 in /examples/openfeature_react/react-app by @dependabot[bot] in #3763
- chore: Bump cloud.google.com/go/storage from 1.56.0 to 1.56.1 by @dependabot[bot] in #3788
- chore: Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #3805
- chore: Bump rhysd/github-action-benchmark from 1.8.1 to 1.20.4 by @dependabot[bot] in #3808
- chore: Bump acifani/setup-tinygo from 2.0.0 to 2.0.1 by @dependabot[bot] in #3809
- chore: Bump @jest/globals from 30.0.5 to 30.1.1 in /openfeature/provider_tests/js-integration-tests by @dependabot[bot] in #3812
- chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /openfeature/provider_tests/go-integration-tests by @dependabot[bot] in #3813
- chore: Bump jest from 30.0.5 to 30.1.1 in /openfeature/provider_tests/js-integration-tests by @dependabot[bot] in #3814
- chore: Bump eslint from 9.33.0 to 9.34.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3815
- chore: Bump @typescript-eslint/eslint-plugin from 8.40.0 to 8.41.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3816
- chore: Bump eslint from 9.33.0 to 9.34.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3817
- chore: Bump @vitejs/plugin-react from 5.0.1 to 5.0.2 in /examples/openfeature_react/react-app by @dependabot[bot] in #3820
- chore: Bump github.com/fsouza/fake-gcs-server from 1.52.2 to 1.52.3 by @dependabot[bot] in #3824
- chore: Bump go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho from 0.62.0 to 0.63.0 by @dependabot[bot] in #3827
- chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.0 to 1.42.3 by @dependabot[bot] in #3830
- chore: Bump k8s.io/client-go from 0.33.4 to 0.34.0 by @dependabot[bot] in #3825
- chore: Bump github.com/IBM/sarama from 1.45.2 to 1.46.0 by @dependabot[bot] in #3833
- chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.6 by @dependabot[bot] in #3834
- chore: Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.31.0 to 0.32.0 by @dependabot[bot] in #3838
- chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.1 to 1.87.3 by @dependabot[bot] in #3835
- chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.39.1 to 1.40.1 by @dependabot[bot] in #3840
- chore: Bump jest from 30.1.1 to 30.1.2 in /openfeature/provider_tests/js-integration-tests by @dependabot[bot] in #3843
- chore: Bump @types/react-dom from 19.1.7 to 19.1.9 in /examples/openfeature_react/react-app by @dependabot[bot] in #3818
- chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.0 to 1.19.4 by @dependabot[bot] in #3837
- chore: Bump @types/react from 19.1.10 to 19.1.12 in /examples/openfeature_react/react-app by @dependabot[bot] in #3819
- chore: Bump jest from 30.1.2 to 30.1.3 in /openfeature/provider_tests/js-integration-tests by @dependabot[bot] in #3845
- chore: Bump go.opentelemetry.io/contrib/exporters/autoexport from 0.62.0 to 0.63.0 by @dependabot[bot] in #3839
- chore: Bump github.com/spf13/pflag from 1.0.7 to 1.0.8 by @dependabot[bot] in #3842
- chore: Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #3850
- chore: Bump github.com/redis/go-redis/v9 from 9.12.1 to 9.13.0 by @dependabot[bot] in #3852
- chore: Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #3853
- chore: Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 by @dependabot[bot] in #3854
- chore: Bump htmlnano from 2.1.2 to 2.1.4 in /examples/openfeature_web/webapp by @dependabot[bot] in #3855
- chore: Bump @babel/eslint-parser from 7.28.0 to 7.28.4 in /examples/openfeature_web/webapp by @dependabot[bot] in #3856
- chore: Bump eslint from 9.34.0 to 9.35.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3857
- chore: Bump tailwindcss from 4.1.12 to 4.1.13 in /examples/openfeature_react/react-app by @dependabot[bot] in #3861
- chore: Bump eslint from 9.34.0 to 9.35.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3863
- chore: Bump @typescript-eslint/parser from 8.41.0 to 8.42.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3864
- chore: Bump vite from 7.1.3 to 7.1.4 in /examples/openfeature_react/react-app by @dependabot[bot] in #3865
- chore: Bump stylelint from 16.23.1 to 16.24.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3858
- chore: Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #3867
- chore: Bump actions/stale from 9.1.0 to 10.0.0 by @dependabot[bot] in #3869
- chore: Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #3870
- chore: Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #3871
- chore: Bump actions/setup-node from 4.4.0 to 5.0.0 by @dependabot[bot] in #3872
- chore: Bump actions/setup-dotnet from 4.3.1 to 5.0.0 by @dependabot[bot] in #3873
- chore: Bump rhysd/github-action-benchmark from 1.20.4 to 1.20.7 by @dependabot[bot] in #3874
- chore: Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #3868
- chore: Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in #3866
- chore: Bump @typescript-eslint/eslint-plugin from 8.41.0 to 8.42.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3862
- chore: Bump uuid from 11.1.0 to 12.0.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3859
- chore: Bump pytest from 8.4.1 to 8.4.2 in /openfeature/providers/python-provider by @dependabot[bot] in #3860
- chore: Bump k8s.io/api from 0.34.0 to 0.34.1 by @dependabot[bot] in #3883
- chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.3 to 1.42.5 by @dependabot[bot] in #3884
- chore: Bump github.com/redis/go-redis/v9 from 9.13.0 to 9.14.0 by @dependabot[bot] in #3885
- chore: Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in #3886
- chore: Bump uuid from 12.0.0 to 13.0.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3892
- chore: Bump pydantic from 2.11.7 to 2.11.9 in /openfeature/providers/python-provider by @dependabot[bot] in #3895
- chore: Bump jvm from 2.2.10 to 2.2.20 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot[bot] in #3898
- chore: Bump vite from 7.1.4 to 7.1.5 in /examples/openfeature_react/react-app by @dependabot[bot] in #3902
- chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.31.6 to 1.31.8 by @dependabot[bot] in #3888
- chore: Bump k8s.io/client-go from 0.34.0 to 0.34.1 by @dependabot[bot] in #3897
- chore: Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #3894
- chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.4 to 1.19.6 by @dependabot[bot] in #3891
- chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.1 by @dependabot[bot] in #3899
- chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.40.1 to 1.40.3 by @dependabot[bot] in #3889
- chore: Bump mikefarah/yq from 4.47.1 to 4.47.2 by @dependabot[bot] in #3904
- chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot[bot] in #3905
- chore: Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #3906
- chore: Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #3907
- chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 in /openfeature/provider_tests/java-integration-tests by @dependabot[bot] in #3908
- chore: Bump @typescript-eslint/parser from 8.42.0 to 8.43.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3901
- chore: Bump @types/react from 19.1.12 to 19.1.13 in /examples/openfeature_react/react-app by @dependabot[bot] in #3900
- chore: Bump google.golang.org/api from 0.248.0 to 0.249.0 by @dependabot[bot] in #3887
- chore: Bump @typescript-eslint/eslint-plugin from 8.42.0 to 8.43.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3903
- chore: Bump version of docusaurus to 3.8.1 by @thomaspoignant in #3914
New Contributors
- @pcman312 made their first contribution in #3811
- @DeamonDev made their first contribution in #3846
- @pujidjayanto made their first contribution in #3810
Full Changelog: v1.45.4...v1.46.0