Skip to content

Releases: DevCycleHQ/php-server-sdk

v2.2.1

20 Aug 15:38
Compare
Choose a tag to compare

Bug Fixes

  • fix: add isDefaulted back to variable model by @phaym in #136

Uncategorized

v2.2.0

06 Aug 18:27
Compare
Choose a tag to compare

Features

Uncategorized

v2.1.1

22 Jul 16:48
Compare
Choose a tag to compare

Features

  • feat: Add flag for requests that the SDK is using openfeature by @JamieSinn in #130
  • feat: added evaluation hooks for php by @jsalaber in #131
  • feat: Add userId support to OpenFeature Provider with priority mapping by @jonathannorris in #133

Bug Fixes

Other Changes

Uncategorized

v2.1.0

12 Mar 15:49
Compare
Choose a tag to compare

Bug Fixes

Other Changes

Uncategorized

v2.0.2

14 Mar 18:34
Compare
Choose a tag to compare

Features

  • feat: add two example apps that use nginx php8.2 and the sdk proxy by @dakotawashok in #62

Uncategorized

v2.0.1

07 Feb 16:30
Compare
Choose a tag to compare
  • no changes

v2.0.0

07 Feb 16:24
Compare
Choose a tag to compare

Features

  • feat: FDN-183 FDN-184 FDN-186 Open Feature Provider and Refactor by @JamieSinn in #74
  • feat: Unit testing for user id priority by @JamieSinn in #76

Bug Fixes

  • fix: Bump devcycle/php-server-sdk from 1.0.5 to 1.3.1 in /examples/hello-world by @dependabot[bot] in #39
  • fix: Bump actions/checkout from 3 to 4 by @dependabot[bot] in #40

Build System / CI

Uncategorized

v1.3.1

08 Aug 15:13
Compare
Choose a tag to compare

Uncategorized

  • chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #36

v1.3.0

01 Aug 21:09
Compare
Choose a tag to compare

Bug Fixes

Build System / CI

Uncategorized

  • DVC-7677 Add test harness action runner by @jonathannorris in #30
  • feat!: rename public interfaces from DVC to DevCycle by @jonathannorris in #33
    • External interfaces changed to use DevCycle over DVC. For example: DVCClient -> DevCycleClient, UserData -> DevCycleUser. Old interfaces are marked as deprecated.

v1.2.0

19 May 15:13
8d1283a
Compare
Choose a tag to compare
Fix defaulting logic.