Releases: go-feature-flag/openfeature-swift-provider
v0.4.0
🚀 In this new version of the openfeature-swift-provider
for GO Feature Flag you will have access to all the new features of the OpenFeature SDK.
It is the implementation of the spec v0.8 of OpenFeature, with new addition such as flag metadata, and internal state management.
What's Changed
- chore: Bump github.com/open-feature/swift-sdk from 0.2.1 to 0.3.0 by @dependabot in #17
- feat: Openfeature SDK spec 0.8 support by @thomaspoignant in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This version allow you to send exporter metada to the GO Feature Flag relay-proxy to enrich your evaluation data.
Check thomaspoignant/go-feature-flag#2936 to have more info.
- chore: Bump github.com/open-feature/swift-sdk from 0.2.0 to 0.2.1 by @dependabot in #14
- feat: Support Exporter Metadata by @thomaspoignant in #16
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This version allows you to start sending events when flags are evaluated back to the relay-proxy
to be able to collect information about your evaluations.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
feat: Add readme (#13) Signed-off-by: Thomas Poignant <[email protected]>
v0.1.0
fix: Add default for apiKey (#10) Signed-off-by: Thomas Poignant <[email protected]>
v0.1.0-beta.1
What's Changed
- feat: Setup CI by @thomaspoignant in #2
- feat: OpenFeature provider for GO Feature Flag by @thomaspoignant in #1
New Contributors
- @thomaspoignant made their first contribution in #2
Full Changelog: https://github.com/go-feature-flag/openfeature-swift-provider/commits/v0.1.0-beta.1
v.0.1.0-beta.2
What's Changed
- chore: Rename package name to follow swift convention by @thomaspoignant in #3
Full Changelog: v0.1.0-beta.1...v.0.1.0-beta.2