Skip to content

Releases: open-feature/php-sdk

v1.1.1

21 Dec 19:46
cfd678e

Choose a tag to compare

1.1.1 (2022-12-21)

Bug Fixes

  • deps: update dependency open-feature/flagd-provider to ^0.1.0 (#35) (928dc5f)

Miscellaneous Chores

  • deps: update amannn/action-semantic-pull-request action to v5 (#37) (6bc2ec8)
  • deps: update dependency psalm/plugin-mockery to ^0.11.0 (#30) (432bfb7)
  • deps: update dependency psalm/plugin-mockery to v1 (#38) (9449851)
  • deps: update dependency psalm/plugin-phpunit to ^0.18.0 (#31) (716930c)
  • deps: update dependency vimeo/psalm to v5 (#39) (4aec058)

v1.1.0

19 Dec 19:46
dc1f406

Choose a tag to compare

1.1.0 (2022-12-19)

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.10

19 Dec 19:42
470aa01

Choose a tag to compare

0.0.10 (2022-12-19)

Miscellaneous Chores

  • Configure Renovate (#12) (e2d2603)
  • deps: update dependency php to v8.2.0 (#24) (b9e0985)
  • deps: update dependency phpstan/phpstan to ~1.9.0 (#25) (2656740)

v0.0.9

19 Dec 19:30
c1b0675

Choose a tag to compare

0.0.9 (2022-12-19)

Miscellaneous Chores

Official SDK release 1.0.0

28 Nov 22:52
60ba176

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

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

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

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

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

Choose a tag to compare

0.0.6 (2022-10-30)

Features

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