Releases: launchdarkly/php-server-sdk-redis-predis
Releases · launchdarkly/php-server-sdk-redis-predis
v2.0.0
2.0.0 (2025-01-17)
Features
- Add Big Segment store support (21c61b8)
- Bump LaunchDarkly to 6.4.0+ (c5c523c)
- Bump PHP to 8.1+ (c5c523c)
- Bump predis to 2.3.0+ (c5c523c)
- FeatureRequester requires configured ClientInterface (ffd1c39)
Bug Fixes
- Move DEFAULT_PREFIX const to LaunchDarkly\Integrations (63c3815)
Miscellaneous Chores
- Add missing documentation on big segment store method (295ac15)
- Add psalm and cs-checker (1794878)
- Bump PHP versions in GitHub Actions (3eedaa5)
- Cleanup and strict types (4155441)
- Inline shared test package (40e93c6)
- Pluralize big segments (fdeae98)
- Run
composer cs-fix
to improve style (bc91e22) - Update type hints to quiet psalm (839833f)
1.3.0
[1.3.0] - 2023-10-25
Changed:
- Expanded SDK version support to v6
1.2.1
[1.2.1] - 2023-01-25
Fixed:
- Fixed compatibility error with PHP SDK 5.x branch.
1.2.0
[1.2.0] - 2022-12-23
Changed:
- The package now allows using Predis 2.x. There are no differences in the parameters unless you are using the
predis_options
parameter to pass custom options directly to Predis, in which case you should use whichever options are valid for the Predis version you are using. (#12) - Also changed the SDK compatibility constraint to support the upcoming 5.0.0 SDK release.
1.1.0
1.0.0
[1.0.0] - 2021-08-06
Initial release, for use with version 4.x of the LaunchDarkly PHP SDK.