Releases: launchdarkly/php-server-sdk
Releases · launchdarkly/php-server-sdk
v6.2.0
v6.1.0
v6.0.2
v5.2.1
v6.0.1
6.0.0
[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
Migratortype which provides an out-of-the-box configurable migration framework. - For more advanced use cases, added new
migrationVariationandtrackMigrationOperationmethods onLDClient.
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
LDContextor anLDUsernow only accept anLDContext. - Previously deprecated test data flag builder methods
variationForAllUsers,valueForAllUsers, andclearUserTargetshave been removed.
5.2.0
[5.2.0] - 2023-10-23
Deprecated:
LDUseris now deprecated in favor ofLDContext.
5.1.1
5.1.0
[5.1.0] - 2023-01-31
Added:
- Introduced support for an
application_infoconfig property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
4.3.0
[4.3.0] - 2023-01-31
Added:
- Introduced support for an
application_infoconfig property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.