Skip to content

Commit c35a830

Browse files
author
LaunchDarklyReleaseBot
committed
merge from public after release
2 parents d9af33f + b98ef21 commit c35a830

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [4.2.4] - 2022-10-07
6+
### Changed:
7+
- CI builds now include a cross-platform test suite implemented in https://github.com/launchdarkly/sdk-test-harness. This is in addition to unit test coverage, and ensures consistent behavior across SDKs.
8+
9+
### Fixed:
10+
- Setting a `base_uri` or `events_uri` with a non-empty path, such as `http://my-reverse-proxy-host/launchdarkly-requests`, did not work.
11+
- The object returned by `allFlagsState()`, when converted to JSON, had an incorrect format in the case where no flags exist.
12+
513
## [4.2.3] - 2022-09-07
614
### Changed:
715
- Expanded upper version restriction on [Monolog](https://github.com/Seldaek/monolog).

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LDClient
2626
* The current SDK version.
2727
* @var string
2828
*/
29-
const VERSION = '4.2.3';
29+
const VERSION = '4.2.4';
3030

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

0 commit comments

Comments
 (0)