Skip to content

Releases: edefimov/async-sockets

v0.3.0

10 Apr 11:28
Compare
Choose a tag to compare

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

12 Mar 19:51
Compare
Choose a tag to compare

Changes:

  • bug #1: fixes bug leading to CPU overloading
  • fix: properly work on php versions when socket extension is not available

v0.2.1

07 Mar 20:07
Compare
Choose a tag to compare

This release fixes incorrect select operation processing on server sockets

v0.2.0 release

25 Jul 20:16
Compare
Choose a tag to compare

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

25 May 18:06
Compare
Choose a tag to compare

Initial release

19 May 20:50
Compare
Choose a tag to compare

First library release