Skip to content

Releases: launchdarkly/php-server-sdk

v6.3.0

22 Oct 20:02
dd318af
Compare
Choose a tag to compare

6.3.0 (2024-10-22)

Features

  • Add support for client-side prerequisite events (#210) (a940b34)

v6.2.0

11 Jun 15:59
0995278
Compare
Choose a tag to compare

6.2.0 (2024-06-11)

Features

  • Add wrapper_name and wrapper_version configuration options (#207) (9deddf0)

Miscellaneous Chores

v6.1.0

15 Mar 19:25
b129f99
Compare
Choose a tag to compare

6.1.0 (2024-03-15)

Features

  • Redact anonymous attributes within feature events (#193) (cdad89a)
  • Update to event schema v4 (#192) (475727f)

Bug Fixes

v6.0.2

23 Jan 18:04
2a35991
Compare
Choose a tag to compare

6.0.2 (2024-01-23)

Bug Fixes

  • Remove noisy log message about missing guzzle cache middleware (#196) (e850026)

v5.2.1

23 Jan 18:02
7d43ecd
Compare
Choose a tag to compare

5.2.1 (2024-01-23)

Bug Fixes

  • Remove noisy log message about missing guzzle cache middleware (#195) (d1119dd)

v6.0.1

01 Dec 22:47
263d02e
Compare
Choose a tag to compare

6.0.1 (2023-12-01)

Bug Fixes

  • build: Leverage .gitattributes to reduce package size (#186) (b8cb035)

Miscellaneous Chores

  • Fix package version in release please manifest (#190) (cbdb529)

6.0.0

23 Oct 20:04
Compare
Choose a tag to compare

[6.0.0] - 2023-10-23

The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.

For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the migration guide.

Added:

  • A new Migrator type which provides an out-of-the-box configurable migration framework.
  • For more advanced use cases, added new migrationVariation and trackMigrationOperation methods on LDClient.

Removed:

  • PHP 8.0 support was removed.
  • The legacy user format for contexts is no longer supported. To learn more, read the Contexts documentation.
  • Methods which originally took an LDContext or an LDUser now only accept an LDContext.
  • Previously deprecated test data flag builder methods variationForAllUsers, valueForAllUsers, and clearUserTargets have been removed.

5.2.0

23 Oct 16:08
Compare
Choose a tag to compare

[5.2.0] - 2023-10-23

Deprecated:

  • LDUser is now deprecated in favor of LDContext.

5.1.1

12 Jul 21:01
Compare
Choose a tag to compare

[5.1.1] - 2023-07-12

Changed:

  • Invalid context log message now includes the flag key as part of the Psr\Log context. (Thanks, mrtus!)
  • Error logging now includes the exception in the Psr\Log exception context key. (Thanks, mrtus!)

5.1.0

31 Jan 20:01
Compare
Choose a tag to compare

[5.1.0] - 2023-01-31

Added:

  • Introduced support for an application_info config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.