Releases: DevCycleHQ/php-server-sdk
Releases · DevCycleHQ/php-server-sdk
v2.2.1
v2.2.0
v2.1.1
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
- fix: Create CODEOWNERS by @JamieSinn in #132
Other Changes
- chore: Update automation user by @JamieSinn in #111
Uncategorized
v2.1.0
Bug Fixes
- fix: update release action to use DevCycle Release v2.3.0 by @kaushalkapasi in #96
- fix: Nullable PHP 8.4 fixes by @JamieSinn in #129
Other Changes
- chore: Delete .github/dependabot.yml by @JamieSinn in #108
- chore: Update depends and use test token by @JamieSinn in #128
Uncategorized
- Change dependabot to weekly by @JamieSinn in #94
- Bump symfony/process from 7.0.3 to 7.1.8 by @dependabot[bot] in #112
v2.0.2
Features
- feat: add two example apps that use nginx php8.2 and the sdk proxy by @dakotawashok in #62
Uncategorized
- Allow overriding guzzle http options by @JamieSinn in #80
v2.0.1
- no changes
v2.0.0
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
- ci: updated secret name by @chris-hoefgen in #35
Uncategorized
- chore: Dependabot v1 config by @JamieSinn in #38
v1.3.1
Uncategorized
- chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #36
v1.3.0
Bug Fixes
- fix: revised github automated release by @chris-hoefgen in #32
- fix: corrected version file process on commit action by @chris-hoefgen in #34
Build System / CI
- ci: adding automated release action by @chris-hoefgen in #31
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.
- External interfaces changed to use DevCycle over DVC. For example: