You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.4.0] - 2018-01-04
6
+
### Added
7
+
- Support for [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes).
8
+
9
+
### Changed
10
+
- Stop retrying HTTP requests if the API key has been invalidated.
11
+
- User bucketing supports integer attributes. Thanks @mlund01!
12
+
- Source code complies with the PSR-2 standard. Thanks @valerianpereira!
13
+
14
+
### Fixed
15
+
- The PSR-4 autoloading specification is now correct. Thanks @jenssegers!
16
+
5
17
## [2.3.0] - 2017-10-06
6
18
### Added
7
19
- New `flush` method forces events to be published to the LaunchDarkly service. This can be useful if `LDClient` is not automatically destroyed at the end of a request. Thanks @foxted!
0 commit comments