Skip to content

Releases: xobotyi/beansclient

v3.0.0-alpha.1

09 Aug 08:06
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

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;

implements: #20
implements: #21
implements: #24

v2.0.0-alpha.13

03 Feb 15:10
Compare
Choose a tag to compare
v2.0.0-alpha.13 Pre-release
Pre-release
fix: remove rudimentary method.

v2.0.0-alpha.12

03 Feb 13:19
18a4d8f
Compare
Choose a tag to compare
v2.0.0-alpha.12 Pre-release
Pre-release
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)

30 Jan 14:28
1e8a471
Compare
Choose a tag to compare
v2.0.0-alpha.10 (#17) Pre-release
Pre-release
  • Added read timeout for command that has it, possible fix of #14
  • Added read timeout leeway.

v1.0.1

04 Jun 09:12
Compare
Choose a tag to compare

New socket connection implementation (now it uses stream_socket_client), possibly fixes #2;

V1.0.0

20 Apr 13:15
Compare
Choose a tag to compare
v1.0.0

description

v1.0.0-RC1

09 Apr 14:34
Compare
Choose a tag to compare
README

v0.9.2

16 Mar 21:54
Compare
Choose a tag to compare
PHPDoc updates;

peek* commands implementation;

v0.9.0

15 Mar 19:49
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
Small changes in composer.json