Skip to content

Releases: launchdarkly/php-server-sdk-redis-predis

v2.0.0

17 Jan 20:27
127fe20
Compare
Choose a tag to compare

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

25 Oct 17:36
Compare
Choose a tag to compare

[1.3.0] - 2023-10-25

Changed:

  • Expanded SDK version support to v6

1.2.1

25 Jan 20:39
Compare
Choose a tag to compare

[1.2.1] - 2023-01-25

Fixed:

  • Fixed compatibility error with PHP SDK 5.x branch.

1.2.0

23 Dec 19:47
Compare
Choose a tag to compare

[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

07 Oct 20:37
Compare
Choose a tag to compare

[1.1.0] - 2021-10-07

Added:

  • New option predis_options allows setting of any options supported by Predis. Previously, the only way to use extended capabilities of Predis was to create your own Predis client instance and pass it in predis_client. (#7)

1.0.0

07 Aug 00:40
Compare
Choose a tag to compare

[1.0.0] - 2021-08-06

Initial release, for use with version 4.x of the LaunchDarkly PHP SDK.