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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
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
+
## [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
+
5
13
## [4.2.3] - 2022-09-07
6
14
### Changed:
7
15
- Expanded upper version restriction on [Monolog](https://github.com/Seldaek/monolog).
0 commit comments