Releases: launchdarkly/php-server-sdk
Releases · launchdarkly/php-server-sdk
2.3.0
[2.3.0] - 2017-10-06
Added
- New
flush
method forces events to be published to the LaunchDarkly service. This can be useful ifLDClient
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
[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 byCurlEventPublisher
to be customized via thecurl
option toLDClient
. Thanks @abacaphiliac!
2.1.2
[2.1.2] - 2017-04-27
Changed
- Relaxed the requirement on
kevinrob/guzzle-cache-middleware
for the defaultGuzzleFeatureRequester
. - Added package suggestions in
composer.json
.
Fixed
- Better handling of possibly null variations. Thanks @idirouhab!
2.1.1
[2.1.1] - 2017-04-11
Changed
- Better handling of possibly null targets. Thanks @idirouhab!
- Better handling of possibly null rules.
2.1.0
[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
2.0.6
[2.0.6] - 2017-02-07
Changed
- Use minimum versions in composer.json
2.0.5
[2.0.5] - 2017-02-03
Changed
- Made Monolog dependency version less strict
2.0.4
[2.0.4] - 2017-01-26
Changed
- Made Composer requirements less strict
2.0.3
[2.0.3] - 2017-01-05
Changed
- Fixed botched 2.0.2 release: Better handling of null vs false when evaluating.