github thomaspoignant/go-feature-flag v1.44.0

7 months ago

v1.44.0 is an exciting version, with some really nice addition to GO Feature Flag 🙌 .

  • 🚀 We are introducing the possibility to send tracking events to the relay proxy.

    When you are using feature flags, sometimes you want to send more information than just evaluation data.
    With this version, you can now have a tracking exporter that allows to send tracking events to the relay proxy.

    This will allow to be compatible with the tracking specification of OpenFeature (we will update the providers to support tracking).

  • We ease the possibility to configure your relay-proxy with environment variables by adding a prefix to your environment variables, this will help you if you have issues because you cannot control all the environment variables set to your relay-proxy.

  • We have also fix a bug with the kafka exporter that was introduced in v1.43.0 that was failling with the error client has run out of available brokers to talk to.

Feat

Fixes

Docs

Chore

Dependencies

  • chore(helm): Bump relay-proxy helm chart version v1.43.1 by @thomaspoignant in #3304
  • chore: bump OpenFeature from 2.3.2 to 2.4.0 in /openfeature/provider_tests/dotnet-integration-tests by @dependabot in #3334
  • chore: bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2 in /openfeature/provider_tests/java-integration-tests by @dependabot in #3333
  • chore: bump @openfeature/go-feature-flag-provider from 0.7.6 to 0.7.7 in /openfeature/provider_tests/js-integration-tests by @dependabot in #3332
  • chore: bump @typescript-eslint/parser from 8.29.0 to 8.29.1 in /examples/openfeature_react/react-app by @dependabot in #3331
  • chore: bump @types/react from 19.1.0 to 19.1.1 in /examples/openfeature_react/react-app by @dependabot in #3329
  • chore: bump @openfeature/core from 1.7.2 to 1.8.0 in /examples/openfeature_react/react-app by @dependabot in #3328
  • chore: bump vite from 6.2.5 to 6.2.6 in /examples/openfeature_react/react-app by @dependabot in #3327
  • chore: bump webpack from 5.98.0 to 5.99.5 in /examples/openfeature_web/webapp by @dependabot in #3325
  • chore: bump openfeature-sdk from 0.8.0 to 0.8.1 in /openfeature/providers/python-provider by @dependabot in #3322
  • chore: bump pydantic from 2.11.2 to 2.11.3 in /openfeature/providers/python-provider by @dependabot in #3321
  • chore: bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 0.10.0 in /examples/openfeature_kotlin_server/kotlin-app by @dependabot in #3319
  • chore: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.66 to 1.17.67 by @dependabot in #3316
  • chore: bump github.com/aws/aws-lambda-go from 1.47.0 to 1.48.0 by @dependabot in #3314
  • chore: bump github.com/diegoholiveira/jsonlogic/v3 from 3.8.1 to 3.8.3 by @dependabot in #3313
  • chore: bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in #3312
  • chore: bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.4 to 1.38.5 by @dependabot in #3310
  • chore: bump urllib3 from 2.3.0 to 2.4.0 in /openfeature/providers/python-provider by @dependabot in #3323
  • chore: bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #3308
  • chore: bump @openfeature/go-feature-flag-provider from 0.7.6 to 0.7.7 in /examples/openfeature_nodejs/nodejs-app by @dependabot in #3324
  • chore: bump @types/react-dom from 19.1.1 to 19.1.2 in /examples/openfeature_react/react-app by @dependabot in #3330
  • chore: bump pytest-docker from 3.2.0 to 3.2.1 in /openfeature/providers/python-provider by @dependabot in #3320
  • chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.2 to 1.9.0 by @dependabot in #3317
  • chore: bump cloud.google.com/go/pubsub from 1.48.1 to 1.49.0 by @dependabot in #3309
  • chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.1 to 1.79.2 by @dependabot in #3318
  • chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.71 to 1.17.72 by @dependabot in #3315
  • chore: bump @typescript-eslint/eslint-plugin from 8.29.0 to 8.29.1 in /examples/openfeature_react/react-app by @dependabot in #3326

Full Changelog: v1.43.1...v1.43.2

Don't miss a new go-feature-flag release

NewReleases is sending notifications on new releases.