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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
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.3.0] - 2017-10-06
6
+
### Added
7
+
- 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!
8
+
9
+
### Fixed
10
+
- Documentation comment references the correct namespace for `CacheStorageInterface`. Thanks @pmeth!
11
+
12
+
## [2.2.0] - 2017-06-06
13
+
### Added
14
+
- Support for [publishing events via ld-relay](README.md#using-ld-relay)
15
+
- Allow `EventPublisher` to be injected into the client.
16
+
-`GuzzleEventPublisher` as a synchronous, in-process alternative to publishing events via background processes.
17
+
- Allow the `curl` path used by `CurlEventPublisher` to be customized via the `curl` option to `LDClient`. Thanks @abacaphiliac!
18
+
5
19
## [2.1.2] - 2017-04-27
6
20
### Changed
7
21
- Relaxed the requirement on `kevinrob/guzzle-cache-middleware` for the default `GuzzleFeatureRequester`.
0 commit comments