1CHANGELOG
2=========
3
40.5.2 (2021-12-31)
5------------------
6* Support constructing a socket server from a unix socket.
7
80.5.1 (2021-12-29)
9------------------
10* Support constructing a socket pool from a unix socket.
11
120.5.0 (2021-12-29)
13------------------
14* Support creating unix based sockets with the client.
15
160.4.1 (2021-12-11)
17------------------
18* Support PHP 8.0 / 8.1.
19
200.4.0 (2019-12-14)
21------------------
22* Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
23
240.3.1 (2019-09-01)
25------------------
26* Fix the isConnected method to determine whether or not the stream is open.
27* More strict tests / checks / handling in different spots.
28* Add PHPStan to CI runs at level 6.
29
300.3.0 (2019-03-03)
31------------------
32* Update the ASN.1 Message Queue to use the last position of the encoder.
33* Change 'trailing data' to 'last position' for the messages.
34
350.2.2 (2019-02-25)
36------------------
37* Fix an incorrect SSL context option name (cafile).
38
390.2.1 (2019-01-21)
40------------------
41* Minor performance adjustments.
42
430.2.0 (2018-07-29)
44------------------
45* Add UDP client / server functionality.
46* Remove the ASN.1 library dependency.
47* Add a buffer size option.
48
490.1.0 (2018-05-06)
50------------------
51* Initial release.
52