Skip to content

Releases: open-feature/php-sdk

v0.0.9

19 Dec 19:30
c1b0675
Compare
Choose a tag to compare

0.0.9 (2022-12-19)

Miscellaneous Chores

Official SDK release 1.0.0

28 Nov 22:52
60ba176
Compare
Choose a tag to compare

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

16 Nov 02:08
6d8b2bb
Compare
Choose a tag to compare

What's Changed

  • ci: integration tests and pr actions by @tcarrio in #17

Full Changelog: 0.1.0...0.1.1

0.1.0

13 Nov 06:27
1d39b1b
Compare
Choose a tag to compare

What's Changed

  • ci: pullrequest action definitions with test-harness support by @tcarrio in #16

New Contributors

Full Changelog: 0.0.8...0.1.0

v0.0.8

10 Nov 05:30
7d7f1d2
Compare
Choose a tag to compare

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

v0.0.7

01 Nov 15:26
ffc41a6
Compare
Choose a tag to compare

0.0.7 (2022-11-01)

Bug Fixes

  • extend Exception for ResolutionError and provide non-overlapping methods (541ebc4)

v0.0.6

30 Oct 06:20
da9ae57
Compare
Choose a tag to compare

0.0.6 (2022-10-30)

Features

  • provide a base AbstractProvider for provider implementations to use (78be67c)

v0.0.5

22 Oct 02:15
2344c4a
Compare
Choose a tag to compare

0.0.5 (2022-10-21)

Miscellaneous Chores

v0.0.4

21 Oct 19:43
65c92d9
Compare
Choose a tag to compare

0.0.4 (2022-10-21)

Bug Fixes

v0.0.3

21 Oct 19:37
6fb4118
Compare
Choose a tag to compare

0.0.3 (2022-10-21)

Bug Fixes