Skip to content

Commit

Permalink
Releasing version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 7, 2022
1 parent e859d4f commit b98ef21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [4.2.4] - 2022-10-07
### Changed:
- 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.

### Fixed:
- Setting a `base_uri` or `events_uri` with a non-empty path, such as `http://my-reverse-proxy-host/launchdarkly-requests`, did not work.
- The object returned by `allFlagsState()`, when converted to JSON, had an incorrect format in the case where no flags exist.

## [4.2.3] - 2022-09-07
### Changed:
- Expanded upper version restriction on [Monolog](https://github.com/Seldaek/monolog).
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '4.2.3';
const VERSION = '4.2.4';

/** @var string */
protected $_sdkKey;
Expand Down

0 comments on commit b98ef21

Please sign in to comment.