Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-feature-flag-relay-proxy 1.42.0 #210200

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
🚚 In this version we have refactored the `DataExporter` to be able to configure multiple destinations to export your flag evaluation data.
⚙️ You can now configure GO Feature Flag to export the data in different place at the same time.

In the relay-proxy you can now add multiple destinations.
Here is an example on how to export in 2 different S3 buckets with different formats:

exporters:
  - kind: s3
    bucket: evaluation-data-bucket
    flushInterval: 10000
    format: JSON

  - kind: s3
    bucket: evaluation-data-bucket-2
    flushInterval: 2000
    format: CSV

🙏 This is a long waiting pull request initiated by @hoangnv-bkhn, thanks a lot for all the work on this and the inspiration to implement this 🙇.

Feat

Fix

Documentation

Chore

Dependencies

Full Changelog: thomaspoignant/go-feature-flag@v1.41.3...v1.42.0

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Mar 7, 2025
Copy link
Contributor

github-actions bot commented Mar 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge March 7, 2025 23:36
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 7, 2025
Merged via the queue into master with commit c609051 Mar 7, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-go-feature-flag-relay-proxy-1.42.0 branch March 7, 2025 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants