-
Notifications
You must be signed in to change notification settings - Fork 3
Update openfeature 1.15.0 #2
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
Open
yoneoarai
wants to merge
7
commits into
splitio:development
Choose a base branch
from
yoneoarai:update-openfeature-1.15.0
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
140db2b
security fix
rgrassian-split 7f9be9e
Update packages, fix tests
yoneoarai aeb0397
Fix tests
yoneoarai 3fc6f9e
Update Readme.md
yoneoarai 70bd6d8
Make Rob's changes
yoneoarai ffd5db6
Linting, add GHA worfklows
yoneoarai 80e6e79
Fix ci filename, sonar project
yoneoarai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
1.0.0 | ||
- 10/3/2022. Up to date with spec v0.5.0 and go sdk v0.5.0 | ||
1.0.1 | ||
- 10/14/2022. Up to date with spec v0.5.0 and go sdk v0.6.0 | ||
- 10/14/2022. Up to date with spec v0.5.0 and go sdk v0.6.0 | ||
1.0.2 | ||
- 6/3/2025. Up to date with OpenFeature spec v0.8.0 and go sdk v1.15.0. Harness Go Client v6.7.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Split OpenFeature Provider for Go | ||
[](https://twitter.com/intent/follow?screen_name=splitsoftware) | ||
[](https://twitter.com/intent/follow?screen_name=harnessio) | ||
|
||
## Overview | ||
This Provider is designed to allow the use of OpenFeature with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience. | ||
This Provider is designed to allow the use of OpenFeature with Split (Acquired by Harness), the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience. | ||
|
||
## Compatibility | ||
This SDK is compatible with Go 1.19 and higher. | ||
This SDK is compatible with Go 1.23 and higher. | ||
|
||
## Getting started | ||
Below is a simple example that describes the instantiation of the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK. | ||
|
@@ -87,26 +87,25 @@ Licensed under the Apache License, Version 2.0. See: [Apache License](http://www | |
|
||
## About Split | ||
yoneoarai marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Split is the leading Feature Delivery Platform for engineering teams that want to confidently deploy features as fast as they can develop them. Split’s fine-grained management, real-time monitoring, and data-driven experimentation ensure that new features will improve the customer experience without breaking or degrading performance. Companies like Twilio, Salesforce, GoDaddy and WePay trust Split to power their feature delivery. | ||
Split, now a part of Harness, is a leading Feature Delivery Platform for engineering teams that want to confidently deploy features as fast as they can develop them. Split’s fine-grained management, real-time monitoring, and data-driven experimentation ensure that new features will improve the customer experience without breaking or degrading performance. Companies like Twilio, Salesforce, GoDaddy and WePay have trusted Split to power their feature delivery. | ||
yoneoarai marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
To learn more about Split, contact [email protected], or get started with feature flags for free at https://www.split.io/signup. | ||
To learn more about Harness Feature Management and Experimentation (formerly Split), visit the [Harness website](https://www.harness.io/products/feature-management-experimentation) or contact [Harness Sales](https://harness.io/contact/sales). | ||
|
||
Split has built and maintains SDKs for: | ||
Harness has built and maintains SDKs for: | ||
|
||
* Java [Github](https://github.com/splitio/java-client) [Docs](https://help.split.io/hc/en-us/articles/360020405151-Java-SDK) | ||
* Javascript [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020448791-JavaScript-SDK) | ||
* Node [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK) | ||
* .NET [Github](https://github.com/splitio/dotnet-client) [Docs](https://help.split.io/hc/en-us/articles/360020240172--NET-SDK) | ||
* Ruby [Github](https://github.com/splitio/ruby-client) [Docs](https://help.split.io/hc/en-us/articles/360020673251-Ruby-SDK) | ||
* PHP [Github](https://github.com/splitio/php-client) [Docs](https://help.split.io/hc/en-us/articles/360020350372-PHP-SDK) | ||
* Python [Github](https://github.com/splitio/python-client) [Docs](https://help.split.io/hc/en-us/articles/360020359652-Python-SDK) | ||
* Java [Github](https://github.com/splitio/java-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/java-sdk) | ||
* Javascript [Github](https://github.com/splitio/javascript-client) [Docs]() | ||
* Node [Github](https://github.com/splitio/javascript-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk) | ||
* .NET [Github](https://github.com/splitio/dotnet-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/net-sdk) | ||
* Ruby [Github](https://github.com/splitio/ruby-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/ruby-sdk) | ||
* PHP [Github](https://github.com/splitio/php-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/php-sdk) | ||
* Python [Github](https://github.com/splitio/python-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/python-sdk) | ||
* GO [Github](https://github.com/splitio/go-client) [Docs](https://help.split.io/hc/en-us/articles/360020093652-Go-SDK) | ||
yoneoarai marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Android [Github](https://github.com/splitio/android-client) [Docs](https://help.split.io/hc/en-us/articles/360020343291-Android-SDK) | ||
* iOS [Github](https://github.com/splitio/ios-client) [Docs](https://help.split.io/hc/en-us/articles/360020401491-iOS-SDK) | ||
* Android [Github](https://github.com/splitio/android-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/android-sdk) | ||
* iOS [Github](https://github.com/splitio/ios-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/ios-sdk) | ||
|
||
For a comprehensive list of open source projects visit our [Github page](https://github.com/splitio?utf8=%E2%9C%93&query=%20only%3Apublic%20). | ||
|
||
**Learn more about Split:** | ||
|
||
Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](http://help.split.io) for more detailed information. | ||
**Learn more about Harness:** | ||
|
||
Visit [harness.io](https://www.harness.io) for an overview of Harness, or visit our documentation at [developer.harness.io/docs](https://developer.harness.io/docs) for more detailed information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
module github.com/splitio/split-openfeature-provider-go | ||
|
||
go 1.19 | ||
go 1.23.0 | ||
|
||
toolchain go1.24.2 | ||
|
||
require ( | ||
github.com/open-feature/go-sdk v0.6.0 | ||
github.com/splitio/go-client v6.1.1-0.20210611192632-af2ff877b14a+incompatible | ||
github.com/splitio/go-toolkit v4.2.1-0.20210714181516-85e7c471376a+incompatible | ||
github.com/open-feature/go-sdk v1.15.0 | ||
github.com/splitio/go-client/v6 v6.7.0 | ||
github.com/splitio/go-toolkit/v5 v5.4.0 | ||
) | ||
|
||
require ( | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-redis/redis v6.15.9+incompatible // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.20.2 // indirect | ||
github.com/splitio/go-split-commons v3.1.1-0.20210714173613-90097f92c8af+incompatible // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.22.0 // indirect | ||
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/go-logr/logr v1.4.3 // indirect | ||
github.com/redis/go-redis/v9 v9.9.0 // indirect | ||
github.com/splitio/go-split-commons/v6 v6.1.0 // indirect | ||
go.uber.org/mock v0.5.2 // indirect | ||
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect | ||
golang.org/x/sync v0.14.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.