CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: go-feature-flag/openfeature-swift-provider
v0.4.0
bd70399
Compare
🚀 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
Assets 2
v0.3.0
8bf31e2
Compare
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
Assets 2
v0.2.0
81dea6d
Compare
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
Assets 2
v0.1.1
5cbc35f
Compare
feat: Add readme (#13) Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Assets 2
v0.1.0
a9a646b
Compare
fix: Add default for apiKey (#10) Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Assets 2
v0.1.0-beta.1
b911046
Compare
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
Assets 2
v.0.1.0-beta.2
b4dc9e4
Compare
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