Releases: edefimov/async-sockets
Releases · edefimov/async-sockets
v0.3.0
New features:
- persistent socket connection
- multiple persistent connections to the same host:port
- added RequestExecutor engine based on libevent
- processing TLS handshake asynchronous
- added Configuration support
- synchronization support between sockets
Changes:
- any instance of SocketInterface can be casted to string to show debug information
- added a possibility to receive remote ip address during read event
Documentation is now available here: http://async-sockets.readthedocs.io/.
Warning: This release contains BC breaking changes, see upgrade file for details.
v0.2.2
v0.2.1
v0.2.0 release
New features:
- Server socket support
- Support all transports returned by stream_get_transports
- Distinguish frame boundaries
- Determine datagram size for udp sockets
Removed feature:
- Removed support of synchronous I/O
Other changes:
- Improved working with TLS sockets
v0.1.1
Initial release
First library release