Releases: open-feature/php-sdk
Releases · open-feature/php-sdk
v0.0.9
Official SDK release 1.0.0
Full Changelog: 0.1.1...1.0.0
This is the official first release of the OpenFeature SDK version 1.0.0!
There are no changes between the last 0.1.x
version and this, more of a formality that the SDK structure should be set now that we have utilized it for multiple providers.
Any breaking changes to the API will be met with major release changes.
Feel free to try out the SDK by installing it with
composer require open-feature/sdk
And any one of the providers
composer require open-feature/flagd-provider
composer require open-feature/split-provider
composer require open-feature/cloudbees-provider
0.1.1
0.1.0
v0.0.8
0.0.8 (2022-11-03)
Features
- provide a base AbstractProvider for provider implementations to use (6ffffe9)
- support for ErrorCode enum, Reason strings with pre-existing consts, v0.5 spec (37f13e1)
- support ResolutionError, init test-harness (784d706)
Bug Fixes
- exclude v in tag (#8) (1ecabdb)
- excludes v from tag version (#6) (82f587d)
- extend Exception for ResolutionError and provide non-overlapping methods (ee75354)
Miscellaneous Chores
- add CODEOWNERS file for review flow (48b8e57)
- main: release 0.0.2 (#3) (01b6a23)
- main: release 0.0.3 (#7) (6fb4118)
- main: release 0.0.4 (#9) (65c92d9)
- main: release 0.0.5 (#11) (2344c4a)
- main: release 0.0.6 (#13) (5afadc7)
- main: release 0.0.7 (#14) (6ecd918)
- remove redundant exclusion (#10) (ba4b5f1)
- rename package under
open-feature
umbrella (df431c2)