Skip to content

Tags: xobotyi/beansclient

Tags

v3.0.0-alpha.1

Toggle v3.0.0-alpha.1's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: implementation is completed

v2.0.0-alpha.13

Toggle v2.0.0-alpha.13's commit message
fix: remove rudimentary method.

v2.0.0-alpha.12

Toggle v2.0.0-alpha.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.11

Toggle v2.0.0-alpha.11's commit message

Unverified

This user has not yet uploaded their public signing key.
Replace `fgets` with `stream_get_line`. fgets return false-positive e…

…rrors.

v2.0.0-alpha.10

Toggle v2.0.0-alpha.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.0-alpha.10 (#17)

* Added read timeout for command that has it, possible fix of #14

* Added read timeout leeway.

v2.0.0-alpha.9

Toggle v2.0.0-alpha.9's commit message
Replaced doublequotes everywhere it was unnecessary;

Changed the `put` command now it returns null if job wasn't created
(`id` wast received);

v2.0.0-alpha.8

Toggle v2.0.0-alpha.8's commit message
Fixed Job's `delete` method;

v2.0.0-alpha.7

Toggle v2.0.0-alpha.7's commit message
Now 0 is passed as a `reserve-with-timeout` parameter, `null` now means

regular `reserve` command and set by default;

v2.0.0-alpha.6

Toggle v2.0.0-alpha.6's commit message
Put command fix;

Job states updated;

v2.0.0-alpha.5

Toggle v2.0.0-alpha.5's commit message
Serializer provision fix;