Releases: xobotyi/beansclient
Releases · xobotyi/beansclient
v3.0.0-alpha.1
Whole new implementation, no tests or docs yet.
- Lang level now is PHP 8.0;
- Now client requires
ext-sockets
(it might change in future); Job
helper class is deleted, client now provides API-only functionality to keep things simple;- Overall API changed a bit;
- Support for unix sockets;
v2.0.0-alpha.13
fix: remove rudimentary method.
v2.0.0-alpha.12
2.0.0-alpha.12 (#18) * new Socket implementation via ext-sockets * feat: SocketFactory implementation. It creates the socket instance depending on enabled extensions and available functions, choosing the best implementation. * feat: SocketSocket implementation. Socket implementation based on `sockets` extension. Stream socket temporary deleted, and will be reimplemented. * chore: code cleanup. Will bring the phpcs soon. * feat: Removed read timeouts, it is no more needed; feat: StreamSocket implementation; feat: Added ability to pass own SocketFactory; feat: Improved usage example a bit;
v2.0.0-alpha.10 (#17)
- Added read timeout for command that has it, possible fix of #14
- Added read timeout leeway.
v1.0.1
V1.0.0
v1.0.0-RC1
README