|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.0.0 (2017-09-16) |
| 4 | + |
| 5 | +A major compatibility release to update this component to support all latest |
| 6 | +ReactPHP components! |
| 7 | + |
| 8 | +This update involves a minor BC break due to dropped support for legacy |
| 9 | +versions. We've tried hard to avoid BC breaks where possible and minimize impact |
| 10 | +otherwise. We expect that most consumers of this package will actually not be |
| 11 | +affected by any BC breaks, see below for more details. |
| 12 | + |
| 13 | +* BC break: Remove deprecated API and mark Sender as @internal only, |
| 14 | + remove all references to legacy SocketClient component and |
| 15 | + remove support for Unix domain sockets (UDS) for now |
| 16 | + (#77, #78, #81 and #83 by @clue) |
| 17 | + |
| 18 | + > All of this affects the `Sender` only, which was previously marked as |
| 19 | + "advanced usage" and is now marked `@internal` only. If you've not |
| 20 | + used this class before, then this BC break will not affect you. |
| 21 | + If you've previously used this class, then it's recommended to first |
| 22 | + update to the intermediary v1.4.0 release, which allows you to use a |
| 23 | + standard `ConnectorInterface` instead of the `Sender` and then update |
| 24 | + to this version without causing a BC break. |
| 25 | + If you've previously used Unix domain sockets (UDS), then you're |
| 26 | + recommended to wait for the next version. |
| 27 | + |
| 28 | +* Feature / BC break: Forward compatibility with future Stream v1.0 and strict stream semantics |
| 29 | + (#79 by @clue) |
| 30 | + |
| 31 | + > This component now follows strict stream semantics. This is marked as a |
| 32 | + BC break because this removes undocumented and untested excessive event |
| 33 | + arguments. If you've relied on proper stream semantics as documented |
| 34 | + before, then this BC break will not affect you. |
| 35 | + |
| 36 | +* Feature: Forward compatibility with future Socket and EventLoop components |
| 37 | + (#80 by @clue) |
| 38 | + |
3 | 39 | ## 1.4.0 (2017-09-15) |
4 | 40 |
|
5 | 41 | * Feature: `Browser` accepts `ConnectorInterface` and deprecate legacy `Sender` |
|
0 commit comments