Skip to content

Commit 8c8a079

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.2.0
1 parent 61eba47 commit 8c8a079

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.0] - 2022-04-13
6+
### Added:
7+
- Add support for psr/log v2 and v3.
8+
- The LaunchDarkly\Integrations\TestData is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike LaunchDarkly\Integrations\Files, this mechanism does not use any external resources, only the data that your test code has provided.
9+
510
## [4.1.0] - 2022-02-16
611
### Added:
712
- The curl command used for publishing events will now honor the connect_timeout parameter.

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.1.0';
29+
const VERSION = '4.2.0';
3030

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

0 commit comments

Comments
 (0)