Skip to content

Releases: launchdarkly/php-server-sdk

2.0.3

05 Jan 18:43

Choose a tag to compare

[2.0.3] - 2017-01-05

Changed

  • Fixed botched 2.0.2 release: Better handling of null vs false when evaluating.

2.0.2

04 Jan 19:50

Choose a tag to compare

[2.0.2] - 2017-01-04

Changed

  • Better handling of null vs false when evaluating.

2.0.1

09 Nov 18:40

Choose a tag to compare

Support multivariate feature flags, and more!

10 Aug 22:55

Choose a tag to compare

Added

  • Support for multivariate feature flags. New methods boolVariation, jsonVariation and intVariation and doubleVariation for multivariates.
  • Added LDClientInterface, an interface suitable for mocking LDClient.

Changed

  • The Feature data model has been replaced with FeatureFlag. FeatureFlag is not generic.
  • The allFlags method now returns a Map<String, JsonElement> to support multivariate flags.

Deprecated

  • The toggle call has been deprecated in favor of boolVariation.

Removed

  • The getFlag call has been removed.
  • The debugStreaming configuration option has been removed.

Address Httpoxy vulnerability

25 Jul 16:44

Choose a tag to compare

Addresses #30 which includes a breaking API change. The caching interface is now https://github.com/Kevinrob/guzzle-cache-middleware. See http://docs.launchdarkly.com/v1.0/docs/php-sdk-reference for details.

Events URI, report default SDK value

09 Feb 01:29

Choose a tag to compare

This release adds a config option to change the URI that events are sent to (most people should not need to change this), and it also includes the default value that is given to toggle in the feature request event.

Relax version dependency requirements for Guzzle

28 Oct 02:24

Choose a tag to compare

v0.6.3

Bump versions for consistency with tags

Relax version dependency requirements for Guzzle

28 Oct 02:33

Choose a tag to compare

0.6.3

Bump versions for consistency with tags

Ensure that empty custom attributes are not serialized to json

01 Oct 23:45

Choose a tag to compare

Merge pull request #20 from launchdarkly/jko/check-empty

Ensure that empty custom attributes are not serialized to json

Clean up extraneous error logging

01 Oct 23:10

Choose a tag to compare

Merge pull request #19 from hipchat/master

Don't err on missing feature