Skip to content

Releases: thomaspoignant/go-feature-flag

v1.46.0-beta.1

22 Jul 17:12
8b655d2
Compare
Choose a tag to compare

Changelog

v1.45.6

05 Aug 14:32
58e7cd7
Compare
Choose a tag to compare

What's Changed

Issue with checksum validation, this version should fix that.
See #3737

Full Changelog: v1.45.5...v1.45.6

v1.45.5

22 Jul 17:29
58e7cd7
Compare
Choose a tag to compare

Note

This version is to release the docker containers in a good way.
This is the exact same version as 1.45.4.

Full Changelog: v1.45.4...v1.45.5

v1.45.4

21 Jul 12:52
58e7cd7
Compare
Choose a tag to compare

Warning

This version was not correctly released in dockerhub, use v1.45.5 instead.

๐Ÿš€ This release primarily addresses a fix to AWS API Gateway integration to manage the base path support.
This version also include various routine updates and dependency bumps.

Fixes

  • fix: Add AWS API Gateway base path support for non-root Lambda deployments by @thomaspoignant in #3661

Docs

CI

Chore

  • chore(helm): Bump relay-proxy helm chart version v1.45.3 by @thomaspoignant in #3637
  • chore: Bump vite from 7.0.2 to 7.0.4 in /examples/openfeature_react/react-app by @dependabot[bot] in #3641
  • chore: Bump @typescript-eslint/parser from 8.35.1 to 8.36.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3642
  • chore: Bump webpack from 5.99.9 to 5.100.1 in /examples/openfeature_web/webapp by @dependabot[bot] in #3643
  • chore: Bump eslint-webpack-plugin from 5.0.1 to 5.0.2 in /examples/openfeature_web/webapp by @dependabot[bot] in #3645
  • chore: Bump eslint from 9.30.1 to 9.31.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3647
  • chore: Bump @typescript-eslint/eslint-plugin from 8.35.1 to 8.36.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3644
  • chore: Bump eslint from 9.30.1 to 9.31.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3646
  • chore: Bump dev.openfeature:sdk from 1.15.1 to 1.16.0 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot[bot] in #3648
  • chore: Bump google.golang.org/api from 0.240.0 to 0.241.0 by @dependabot[bot] in #3649
  • chore: Bump github.com/knadh/koanf/v2 from 2.2.1 to 2.2.2 by @dependabot[bot] in #3650
  • chore: Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #3651
  • chore: Bump mikefarah/yq from 4.45.4 to 4.46.1 by @dependabot[bot] in #3652
  • chore: Bump FluentAssertions from 8.4.0 to 8.5.0 by @dependabot[bot] in #3653
  • chore: Adding .cursor to gitignore by @thomaspoignant in #3655
  • chore: Bump github.com/pablor21/echo-etag/v4 from 4.0.4 to 4.0.5 by @dependabot[bot] in #3686
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.3 to 1.35.4 by @dependabot[bot] in #3682
  • chore: Bump github.com/swaggo/swag from 1.16.4 to 1.16.5 by @dependabot[bot] in #3683
  • chore: Bump k8s.io/client-go from 0.33.2 to 0.33.3 by @dependabot[bot] in #3685
  • chore: Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.37.0 to 0.38.0 by @dependabot[bot] in #3681
  • chore: Bump github.com/aws/aws-sdk-go-v2 from 1.36.5 to 1.36.6 by @dependabot[bot] in #3679
  • chore: Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.70 to 1.17.71 by @dependabot[bot] in #3678
  • chore: Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #3677
  • chore: Bump google.golang.org/api from 0.241.0 to 0.242.0 by @dependabot[bot] in #3675
  • chore: Bump webpack from 5.100.1 to 5.100.2 in /examples/openfeature_web/webapp by @dependabot[bot] in #3663
  • chore: Bump vite from 7.0.4 to 7.0.5 in /examples/openfeature_react/react-app by @dependabot[bot] in #3667
  • chore: Bump @vitejs/plugin-react from 4.6.0 to 4.7.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3665
  • chore: Bump @typescript-eslint/eslint-plugin from 8.36.0 to 8.37.0 in /examples/openfeature_react/react-app by @dependabot[bot] in #3666
  • chore: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #3669
  • chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.83 to 1.17.85 by @dependabot[bot] in #3676
  • chore: Bump github.com/testcontainers/testcontainers-go/modules/mongodb from 0.37.0 to 0.38.0 by @dependabot[bot] in #3674
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.83.0 to 1.84.1 by @dependabot[bot] in #3672
  • chore: Bump stylelint from 16.21.1 to 16.22.0 in /examples/openfeature_web/webapp by @dependabot[bot] in #3664
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.8 to 1.38.9 by @dependabot[bot] in #3673

Full Changelog: v1.45.3...v1.45.4

python-provider-v0.4.4

17 Jul 15:01
4bbc78f
Compare
Choose a tag to compare

What's Changed

  • fix(python): Handle missing anonymous attribute in Python provider data collector hook by @thomaspoignant in #3656
  • chore: Bump pydantic from 2.11.5 to 2.11.7 in /openfeature/providers/python-provider by @dependabot[bot] in #3657
  • chore: Bump requests from 2.32.3 to 2.32.4 in /openfeature/providers/python-provider by @dependabot[bot] in #3658

Full Changelog: python-provider-v0.4.3...python-provider-v0.4.4

v1.45.3

10 Jul 06:54
1e4ac93
Compare
Choose a tag to compare

What's Changed

This version is the same as the v1.45.2, it just fix an issue during the release process.

Full Changelog: v1.45.2...v1.45.3

v1.45.2

09 Jul 08:35
e8ab15c
Compare
Choose a tag to compare

Fix

Chore

Dependencies

  • chore: bump github.com/open-feature/go-sdk from 1.15.0 to 1.15.1 in /openfeature/provider_tests/go-integration-tests by @dependabot in #3541
  • chore: Bump NUnit.Analyzers from 4.9.1 to 4.9.2 by @dependabot in #3543
  • chore: Bump jest from 29.7.0 to 30.0.2 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3546
  • chore: Bump @typescript-eslint/parser from 8.33.1 to 8.34.1 in /examples/openfeature_react/react-app by @dependabot in #3549
  • chore: Bump eslint from 9.28.0 to 9.29.0 in /examples/openfeature_react/react-app by @dependabot in #3550
  • chore: Bump tailwindcss from 4.1.8 to 4.1.10 in /examples/openfeature_react/react-app by @dependabot in #3551
  • chore: Bump @types/react-dom from 19.1.5 to 19.1.6 in /examples/openfeature_react/react-app by @dependabot in #3553
  • chore: Bump @types/react from 19.1.6 to 19.1.8 in /examples/openfeature_react/react-app by @dependabot in #3554
  • chore: Bump @typescript-eslint/eslint-plugin from 8.33.1 to 8.34.1 in /examples/openfeature_react/react-app by @dependabot in #3552
  • chore: Bump stylelint from 16.20.0 to 16.21.0 in /examples/openfeature_web/webapp by @dependabot in #3557
  • chore: Bump postcss from 8.5.4 to 8.5.6 in /examples/openfeature_react/react-app by @dependabot in #3556
  • chore: Bump github.com/pablor21/echo-etag/v4 from 4.0.3 to 4.0.4 by @dependabot in #3559
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.6 to 1.38.8 by @dependabot in #3560
  • chore: Bump k8s.io/client-go from 0.33.1 to 0.33.2 by @dependabot in #3565
  • chore: Bump pytest from 8.4.0 to 8.4.1 in /openfeature/providers/python-provider by @dependabot in #3567
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.0 to 1.35.3 by @dependabot in #3570
  • chore: Bump google.golang.org/api from 0.236.0 to 0.238.0 by @dependabot in #3564
  • chore: Bump github.com/open-feature/go-sdk-contrib/providers/go-feature-flag from 0.2.5 to 0.2.6 in /openfeature/provider_tests/go-integration-tests by @dependabot in #3574
  • chore: Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #3575
  • chore: Bump @vitejs/plugin-react from 4.5.1 to 4.5.2 in /examples/openfeature_react/react-app by @dependabot in #3555
  • chore: Bump urllib3 from 2.4.0 to 2.5.0 in /openfeature/providers/python-provider by @dependabot in #3569
  • chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.77 to 1.17.81 by @dependabot in #3568
  • chore: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #3561
  • chore: Bump jest from 30.0.2 to 30.0.3 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3578
  • chore: Bump org.junit.jupiter:junit-jupiter-engine from 5.13.1 to 5.13.2 in /openfeature/provider_tests/java-integration-tests by @dependabot in #3580
  • chore: Bump FluentAssertions from 8.3.0 to 8.4.0 by @dependabot in #3581
  • chore: Bump github.com/knadh/koanf/parsers/yaml from 1.0.0 to 1.1.0 by @dependabot in #3582
  • chore: Bump github.com/knadh/koanf/v2 from 2.2.0 to 2.2.1 by @dependabot in #3583
  • chore: Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.81.0 to 1.82.0 by @dependabot in #3584
  • chore: Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.37.0 by @dependabot in #3585
  • chore: Bump go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho from 0.61.0 to 0.62.0 by @dependabot in #3588
  • chore: Bump github.com/aws/aws-lambda-go from 1.48.0 to 1.49.0 by @dependabot in #3592
  • chore: Bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 by @dependabot in #3593
  • chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.81 to 1.17.82 by @dependabot in #3594
  • chore: Bump google.golang.org/api from 0.238.0 to 0.239.0 by @dependabot in #3595
  • chore: Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4 by @dependabot in #3587
  • chore: Bump jvm from 2.1.21 to 2.2.0 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot in #3597
  • chore: Bump github.com/knadh/koanf/providers/posflag from 1.0.0 to 1.0.1 by @dependabot in #3586
  • chore: Bump eslint from 9.28.0 to 9.30.0 in /examples/openfeature_web/webapp by @dependabot in #3598
  • chore: Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.30.0 to 0.31.0 by @dependabot in #3591
  • chore: Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 in /examples/openfeature_react/react-app by @dependabot in #3599
  • chore: Bump tailwindcss from 4.1.10 to 4.1.11 in /examples/openfeature_react/react-app by @dependabot in #3600
  • chore: Bump @typescript-eslint/eslint-plugin from 8.34.1 to 8.35.0 in /examples/openfeature_react/react-app by @dependabot in #3603
  • chore: Bump go.opentelemetry.io/contrib/exporters/autoexport from 0.61.0 to 0.62.0 by @dependabot in #3596
  • chore: Bump eslint from 9.29.0 to 9.30.0 in /examples/openfeature_react/react-app by @dependabot in #3605
  • chore: Bump @openfeature/core from 1.8.0 to 1.8.1 in /examples/openfeature_react/react-app by @dependabot in #3604
  • chore: Bump vite from 6.3.5 to 7.0.0 in /examples/openfeature_react/react-app by @dependabot in #3601
  • chore: Bump @jest/globals from 30.0.3 to 30.0.4 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3611
  • chore: Bump jest from 30.0.3 to 30.0.4 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3612
  • chore: Bump OpenFeature from 2.6.0 to 2.7.0 by @dependabot in #3615
  • chore: Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.82 to 1.17.83 by @dependabot in #3619
  • chore: Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1 by @dependabot in #3620
  • chore: Bump google.golang.org/api from 0.239.0 to 0.240.0 by @dependabot in #3621
  • chore: Bump stylelint from 16....
Read more

python-provider-v0.4.3

09 Jul 07:56
e8ab15c
Compare
Choose a tag to compare

What's Changed

  • chore: Bump pytest from 8.4.0 to 8.4.1 in /openfeature/providers/python-provider by @dependabot in #3567
  • chore: Bump urllib3 from 2.4.0 to 2.5.0 in /openfeature/providers/python-provider by @dependabot in #3569
  • chore: Remove dependency on asyncio since it's part of base python by @kouk in #3607
  • chore: Bump pytest-docker from 3.2.2 to 3.2.3 in /openfeature/providers/python-provider by @dependabot in #3625
  • fix(python): CI trigger python test by @thomaspoignant in #3635
  • fix: cache key in python provider should contain flag key by @kouk in #3614

New Contributors

Full Changelog: v1.45.1...python-provider-v0.4.3

v1.45.1

16 Jun 13:36
Compare
Choose a tag to compare

What's Changed

  • ci: release add dependency to wasm-release by @thomaspoignant in #3450
  • chore(helm): Bump relay-proxy helm chart version v1.45.0 by @thomaspoignant in #3451
  • docs(docusaurus): Create a new documentation version v1.45.0 by @thomaspoignant in #3452
  • docs(helm): Update relay proxy helm README by @thomaspoignant in #3453
  • chore: bump @vitejs/plugin-react from 4.4.1 to 4.5.0 in /examples/openfeature_react/react-app by @dependabot in #3454
  • chore: bump @types/react from 19.1.4 to 19.1.5 in /examples/openfeature_react/react-app by @dependabot in #3455
  • chore: bump pydantic from 2.11.4 to 2.11.5 in /openfeature/providers/python-provider by @dependabot in #3456
  • chore: bump webpack from 5.99.8 to 5.99.9 in /examples/openfeature_web/webapp by @dependabot in #3457
  • chore: bump go.opentelemetry.io/otel from 1.35.0 to 1.36.0 by @dependabot in #3459
  • chore: bump google.golang.org/api from 0.233.0 to 0.234.0 by @dependabot in #3460
  • chore: bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 by @dependabot in #3462
  • chore: bump go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho from 0.60.0 to 0.61.0 by @dependabot in #3464
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.75 to 1.17.76 by @dependabot in #3465
  • chore: bump org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot in #3468
  • chore: bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.36.0 by @dependabot in #3461
  • chore: bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.29.0 to 0.30.0 by @dependabot in #3467
  • chore: bump go.opentelemetry.io/contrib/exporters/autoexport from 0.60.0 to 0.61.0 by @dependabot in #3458
  • chore: bump @openfeature/go-feature-flag-provider from 0.7.7 to 0.7.8 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3469
  • chore: Refactor retriever manager by @thomaspoignant in #3470
  • chore: bump eslint from 9.27.0 to 9.28.0 in /examples/openfeature_web/webapp by @dependabot in #3474
  • chore: bump stylelint from 16.19.1 to 16.20.0 in /examples/openfeature_web/webapp by @dependabot in #3473
  • chore: bump @openfeature/go-feature-flag-provider from 0.7.7 to 0.7.8 in /examples/openfeature_nodejs/nodejs-app by @dependabot in #3475
  • chore: bump google.golang.org/api from 0.234.0 to 0.235.0 by @dependabot in #3476
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.76 to 1.17.77 by @dependabot in #3477
  • chore: bump cloud.google.com/go/storage from 1.54.0 to 1.55.0 by @dependabot in #3480
  • chore: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 by @dependabot in #3479
  • chore: bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #3481
  • chore: bump @types/react from 19.1.5 to 19.1.6 in /examples/openfeature_react/react-app by @dependabot in #3483
  • chore: bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 in /examples/openfeature_react/react-app by @dependabot in #3484
  • chore: bump postcss from 8.5.3 to 8.5.4 in /examples/openfeature_react/react-app by @dependabot in #3487
  • chore: bump @openfeature/go-feature-flag-web-provider from 0.2.5 to 0.2.6 in /examples/openfeature_react/react-app by @dependabot in #3489
  • chore: bump tailwindcss from 4.1.7 to 4.1.8 in /examples/openfeature_react/react-app by @dependabot in #3488
  • chore: bump github.com/IBM/sarama from 1.45.1 to 1.45.2 by @dependabot in #3482
  • chore: bump eslint from 9.27.0 to 9.28.0 in /examples/openfeature_react/react-app by @dependabot in #3485
  • chore: bump @openfeature/go-feature-flag-web-provider from 0.2.5 to 0.2.6 in /examples/openfeature_web/webapp by @dependabot in #3472
  • chore: bump pytest-docker from 3.2.1 to 3.2.2 in /openfeature/providers/python-provider by @dependabot in #3471
  • chore: bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.0 in /openfeature/provider_tests/java-integration-tests by @dependabot in #3490
  • chore: bump github.com/open-feature/go-sdk from 1.14.1 to 1.15.0 in /openfeature/provider_tests/go-integration-tests by @dependabot in #3492
  • chore: bump docusaurus dependencies by @thomaspoignant in #3493
  • chore: Change casks to homebrew_casks by @thomaspoignant in #3518
  • chore: Bump FluentAssertions, NUnit.Analyzers and OpenFeature by @dependabot in #3519
  • chore: bump org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.1 in /openfeature/provider_tests/java-integration-tests by @dependabot in #3514
  • chore: bump @babel/eslint-parser from 7.27.1 to 7.27.5 in /examples/openfeature_web/webapp by @dependabot in #3512
  • chore: bump @vitejs/plugin-react from 4.5.0 to 4.5.1 in /examples/openfeature_react/react-app by @dependabot in #3510
  • chore: bump @typescript-eslint/eslint-plugin from 8.33.0 to 8.33.1 in /examples/openfeature_react/react-app by @dependabot in #3509
  • chore: bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #3508
  • chore: bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.5 to 1.38.6 by @dependabot in #3507
  • chore: bump google.golang.org/api from 0.235.0 to 0.236.0 by @dependabot in #3503
  • chore: remove configuration endpoint that is not part of OFREP anymore by @thomaspoignant in #3517
  • chore: Bump NUnit.Analyzers from 4.9.0 to 4.9.1 by @dependabot in #3520
  • chore: bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 by @dependabot in #3496
  • chore: bump pytest from 8.3.5 to 8.4.0 in /openfeature/providers/python-provider by @dependabot in #3513
  • chore: bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.15 by @dependabot in #3497
  • chore: bump @jest/globals from 29.7.0 to 30.0.0 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3515

Full Changelog: v1.45.0...v1.45.1

v1.45.0

23 May 16:27
8e0e938
Compare
Choose a tag to compare

๐Ÿš€ This new version is providing a new exciting capability for the project, by starting to put the building blocks for in process evaluation. You will be soon be able to evaluate your flags locally directly in your openfeature server providers. This is a huge milestone for GO Feature Flag because it will bring consistency on how we evaluate flags and reducing the network calls.

In this version we have also bring some fixes and improve the new tracking capability.

We are excited to hear feedbacks about this release, so feel free to contact us at any time to share with us what you like and dislike in GO Feature Flag : [email protected] ๐Ÿ“ง.

Features

Fixes

Documentation

Chore

Dependencies

  • chore: [Snyk] Security upgrade redoc from 2.1.3 to 2.5.0 by @thomaspoignant in #3361
  • chore: bump github.com/knadh/koanf/v2 from 2.1.2 to 2.2.0 by @dependabot in #3346
  • chore: bump github.com/knadh/koanf/providers/file from 1.1.2 to 1.2.0 by @dependabot in #3347
  • chore: bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.2 to 1.33.3 by @dependabot in #3348
  • chore: bump github.com/knadh/koanf/parsers/yaml from 0.1.0 to 1.0.0 by @dependabot in #3352
  • chore: bump @types/react from 19.1.1 to 19.1.2 in /examples/openfeature_react/react-app by @dependabot in #3353
  • chore: bump @openfeature/react-sdk from 0.4.11 to 1.0.0 in /examples/openfeature_react/react-app by @dependabot in #3354
  • chore: bump eslint from 9.24.0 to 9.25.0 in /examples/openfeature_react/react-app by @dependabot in #3355
  • chore: bump @typescript-eslint/parser from 8.29.1 to 8.30.1 in /examples/openfeature_react/react-app by @dependabot in #3356
  • chore: bump tailwindcss from 4.1.3 to 4.1.4 in /examples/openfeature_react/react-app by @dependabot in #3359
  • chore: bump github.com/knadh/koanf/providers/env from 1.0.0 to 1.1.0 by @dependabot in #3349
  • chore: bump vite from 6.2.6 to 6.3.2 in /examples/openfeature_react/react-app by @dependabot in #3358
  • chore: bump @vitejs/plugin-react from 4.3.4 to 4.4.1 in /examples/openfeature_react/react-app by @dependabot in #3360
  • chore: bump github.com/knadh/koanf/parsers/json from 0.1.0 to 1.0.0 by @dependabot in #3351
  • chore: bump github.com/knadh/koanf/providers/posflag from 0.1.0 to 1.0.0 by @dependabot in #3350
  • chore: bump github.com/knadh/koanf/providers/confmap from 0.1.0 to 1.0.0 by @dependabot in #3345
  • chore: bump github.com/open-feature/go-sdk-contrib/providers/go-feature-flag from 0.2.4 to 0.2.5 in /openfeature/provider_tests/go-integration-tests by @dependabot in #3365
  • chore: bump github.com/testcontainers/testcontainers-go/modules/redis from 0.36.0 to 0.37.0 by @dependabot in #3369
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.72 to 1.17.73 by @dependabot in #3376
  • chore: bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #3378
  • chore: bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 by @dependabot in #3372
  • chore: bump github.com/testcontainers/testcontainers-go/modules/mongodb from 0.36.0 to 0.37.0 by @dependabot in #3375
  • chore: bump eslint-plugin-react-refresh from 0.4.19 to 0.4.20 in /examples/openfeature_react/react-app by @dependabot in #3381
  • chore: bump @typescript-eslint/parser from 8.30.1 to 8.31.0 in /examples/openfeature_react/react-app by @dependabot in #3382
  • chore: bump vite from 6.3.2 to 6.3.3 in /examples/openfeature_react/react-app by @dependabot in #3384
  • chore: bump eslint from 9.25.0 to 9.25.1 in /examples/openfeature_react/react-app by @dependabot in #3385
  • chore: bump webpack from 5.99.6 to 5.99.7 in /examples/openfeature_web/webapp by @dependabot in #3386
  • chore: bump eslint from 9.25.0 to 9.25.1 in /examples/openfeature_web/webapp by @dependabot in #3388
  • chore: bump cloud.google.com/go/storage from 1.51.0 to 1.52.0 by @dependabot in #3379
  • chore: bump google.golang.org/api from 0.229.0 to 0.230.0 by @dependabot in #3380
  • chore: bump @typescript-eslint/eslint-plugin from 8.30.1 to 8.31.0 in /examples/openfeature_react/react-app by @dependabot in #3383
  • chore: bump OpenFeature from 2.4.0 to 2.5.0 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #3389
  • chore: bump stylelint from 16.18.0 to 16.19.1 in /examples/openfeature_web/webapp by @dependabot in #3387
  • chore: bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0 by @dependabot in #3392
  • chore: bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.3 to 1.35.0 by @dependabot in #3393
  • chore: bump cloud.google.com/go/storage from 1.52.0 to 1.53.0 by @dependabot in #3395
  • chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3 by @dependabot in #3394
  • chore: bump htmlnano from 2.1.1 to 2.1.2 in /examples/openfeature_web/webapp by @dependabot in #3399
  • chore: bump @babel/preset-env from 7.26.9 to 7.27.1 in /examples/openfeature_web/webapp by @dependabot in #3400
  • chore: bump eslint from 9.25.1 to 9.26.0 in /examples/openfeature_web/webapp by @dependabot in #3402
  • chore: bump pydantic from 2.11.3 to 2.11.4 in /openfeature/providers/python-provider by @dependabot in #3398
  • chore: bump google.golang.org/api from 0.230.0 to 0.231.0 by @dependabot in #3396
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.73 to 1.17.74 by @dependabot in #3397
  • chore: bump @types/react-dom from 19.1.2 to 19.1.3 in /examples/openfeature_react/react-app by @dependabot in #3403
  • chore: bump @typescript-eslint/parser from 8.31.0 to 8.31.1 in /examples/openfeature_react/react-app by @dependabot in #3404
  • chore: bump vite from 6.3.3 to 6.3.4 in /examples/openfeature_react/react-app by @dependabot in #3405
  • chore: Update OpenFeature.Contrib.GOFeatureFlag to 0.2.1 by @dependabot in #3390
  • chore: bump tailwindcss from 4.1.4 to 4.1.5 in /examples/openfeature_react/react-app by @dependabot in #3407
  • chore: bump eslint from 9.25.1 to 9.26.0 in /examples/openfeature_react/react-app by @dependabot in #3408
  • chore: bump k8s.io/client-go from 0.32.3 to 0.33.0 by @dependabot in #3373
  • chore: bump @babel/eslint-parser from 7.27.0 to 7.27.1 in /examples/openfeature_web/webapp by @dependabot in #3401
  • chore: bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 in /examples/openfeature_react/react-app by @dependabot in #3406
  • chore: bump mikefarah/yq from 4.45.1 to 4.45.2 by @dependabot in #3409
  • chore: bump @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0 in /examples/openfeature_react/react-app by @dependabot in #3414
  • chore: bump vite from 6.3.4 to 6.3.5 in /examples/openfeature_react/react-app by @dependabot in #3415
  • chore: bump @types/react from 19.1.2 to 19.1.3 in /examples/openfeature_react/react-app by @dependabot in #3416
  • chore: bump tailwindcss from 4.1.5 to 4.1.6 in /examples/openfeature_react/react-app by @dependabot in #3418
  • chore: bump @typescript-eslint/parser from 8.31.1 to 8.32.0 in /examples/openfeature_react/react-app by @dependabot in #3417
  • chore: bump webpack from 5.99.7 to 5.99.8 in /examples/openfeature_web/webapp by @dependabot in #3419
  • chore: bump @babel/preset-env from 7.27.1 to 7.27.2 in /examples/openfeature_web/webapp by @dependabot in #3420
  • chore: bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot in #3421
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.74 to 1.17.75 by @dependabot in #3424
  • chore: bump github.com/labstack/echo-contrib from 0.17.3 to 0.17.4 by @dependabot in #3426
  • chore: bump google.golang.org/api from 0.231.0 to 0.232.0 by @dependabot in #3425
  • chore: bump mikefarah/yq from 4.45.2 to 4.45.4 by @dependabot in #3427
  • chore: [Snyk] Security upgrade react-datepicker from 4.21.0 to 6.0.0 by @thomaspoignant in #3428
  • chore: bump dev.openfeature:sdk from 1.14.2 to 1.15.1 in /openfeature/provider_tests/java-integration-tests by @dependabot in #3429
  • chore: bump google.golang.org/api from 0.232.0 to 0.233.0 by @dependabot in #3430
  • chore: bump k8s.io/apimachinery from 0.33.0 to 0.33.1 by @dependabot in #3432
  • chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 by @dependabot in #3435
  • chore: bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #3431
  • chore: bump dev.openfeature:sdk from 1.14.2 to 1.15.1 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot in #3437
  • chore: bump jvm from 2.1.20 to 2.1.21 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot in #3438
  • chore: bump cloud.google.com/go/storage from 1.53.0 to 1.54.0 by @dependabot in #3436
  • chore: bump eslint from 9.26.0 to 9.27.0 in /examples/openfeature_web/webapp by @dependabot in #3439
  • chore: bump tailwindcss from 4.1.6 to 4.1.7 in /examples/openfeature_react/react-app by @dependabot in #3440
  • chore: bump eslint from 9.26.0 to 9.27.0 in /examples/openfeature_react/react-app by @dependabot in #3441
  • chore: bump @typescript-eslint/parser from 8.32.0 to 8.32.1 in /examples/openfeature_react/react-app by @dependabot in #3442
  • chore: bump @types/react from 19.1.3 to 19.1.4 in /ex...
Read more