Skip to content

Commit 2a64354

Browse files
committed
Merge branch 'master' into 4.0
# Conflicts: # src/LaunchDarkly/Impl/Integrations/PHPRedisFeatureRequester.php
2 parents 785890a + 4e9330a commit 2a64354

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.9.1] - 2021-08-02
6+
### Fixed:
7+
- The `phpredis` integration was ignoring the `phpredis_client` option for passing in a preconfigured Redis client. (Thanks, [CameronHall](https://github.com/launchdarkly/php-server-sdk/pull/151)!)
8+
59
## [3.9.0] - 2021-06-21
610
### Added:
711
- The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class LDClient
2525
* The current SDK version.
2626
* @var string
2727
*/
28-
const VERSION = '3.9.0';
28+
const VERSION = '3.9.1';
2929

3030
/** @var string */
3131
protected $_sdkKey;

0 commit comments

Comments
 (0)