Skip to content

Commit 278a8e1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.1.0
1 parent 3895935 commit 278a8e1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.0] - 2022-02-16
6+
### Added:
7+
- The curl command used for publishing events will now honor the connect_timeout parameter.
8+
- Publishing events on Windows will now use PowerShell and Invoke-WebRequest instead of curl.
9+
10+
### Fixed:
11+
- Numeric strings are no longer treated like numbers in equality checks.
12+
- User attributes with values of 0 or false will no longer be filtered out of event payloads.
13+
- When using allFlagsState to produce bootstrap data for the JavaScript SDK, the PHP SDK was not returning the correct metadata for evaluations that involved an experiment. As a result, the analytics events produced by the JavaScript SDK did not correctly reflect experimentation results.
14+
515
## [4.0.0] - 2021-08-06
616
This major version release is for updating PHP compatibility, simplifying the SDK's dependencies, and removing deprecated names.
717

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

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

0 commit comments

Comments
 (0)