Skip to content

Releases: launchdarkly/php-server-sdk

2.3.0

06 Oct 23:15
Compare
Choose a tag to compare

[2.3.0] - 2017-10-06

Added

  • New flush method forces events to be published to the LaunchDarkly service. This can be useful if LDClient is not automatically destroyed at the end of a request. Thanks @foxted!

Fixed

  • Documentation comment references the correct namespace for CacheStorageInterface. Thanks @pmeth!

2.2.0

06 Jun 17:37
Compare
Choose a tag to compare

[2.2.0] - 2017-06-06

Added

  • Support for publishing events via ld-relay
  • Allow EventPublisher to be injected into the client.
  • GuzzleEventPublisher as a synchronous, in-process alternative to publishing events via background processes.
  • Allow the curl path used by CurlEventPublisher to be customized via the curl option to LDClient. Thanks @abacaphiliac!

2.1.2

27 Apr 18:46
Compare
Choose a tag to compare

[2.1.2] - 2017-04-27

Changed

  • Relaxed the requirement on kevinrob/guzzle-cache-middleware for the default GuzzleFeatureRequester.
  • Added package suggestions in composer.json.

Fixed

  • Better handling of possibly null variations. Thanks @idirouhab!

2.1.1

11 Apr 20:32
Compare
Choose a tag to compare

[2.1.1] - 2017-04-11

Changed

  • Better handling of possibly null targets. Thanks @idirouhab!
  • Better handling of possibly null rules.

2.1.0

23 Mar 17:44
Compare
Choose a tag to compare

[2.1.0] - 2017-03-23

Changed

  • Allow FeatureRequester to be injected into the client. Thanks @abacaphiliac!
  • Allow Predis\Client to be overriden in LDDFeatureRequester. Thanks @abacaphiliac!
  • Use logger interface method instead of Monolog method. Thanks @abacaphiliac!
  • Improve type hinting for default. Thanks @jdrieghe!

2.0.7

03 Mar 21:07
Compare
Choose a tag to compare

[2.0.7] - 2017-03-03

Changed

  • Removed warning when calling allFlags via LDDFeatureRequester
  • Removed warning when a feature flag's prerequisites happen to be null

2.0.6

07 Feb 19:35
Compare
Choose a tag to compare

[2.0.6] - 2017-02-07

Changed

  • Use minimum versions in composer.json

2.0.5

03 Feb 23:01
Compare
Choose a tag to compare

[2.0.5] - 2017-02-03

Changed

  • Made Monolog dependency version less strict

2.0.4

27 Jan 00:45
Compare
Choose a tag to compare

[2.0.4] - 2017-01-26

Changed

  • Made Composer requirements less strict

2.0.3

05 Jan 18:43
Compare
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.