Skip to content

Releases: launchdarkly/php-server-sdk

2.0.2

04 Jan 19:50
Compare
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
Compare
Choose a tag to compare

Support multivariate feature flags, and more!

10 Aug 22:55
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.6.3

Bump versions for consistency with tags

Relax version dependency requirements for Guzzle

28 Oct 02:33
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #19 from hipchat/master

Don't err on missing feature

Support new configuration options

30 Sep 07:38
Compare
Choose a tag to compare

New configuration options; addresses #16 and #17