Pheanstalk Versions Save

PHP client for beanstalkd queue

v5.0.5

3 weeks ago

5.0.5 (2024-03-04)

Bug Fixes

v5.0.4

2 months ago

5.0.4 (2024-01-22)

Bug Fixes

  • Change the response parsing to treat 0 as a number (8fd4034)

v5.0.3

2 months ago

5.0.3 (2024-01-19)

Bug Fixes

  • add readme snippets to checks for static analysis (769967a)
  • ignore some psalm errors in our deserialization code (5691cf2)

v4.0.5

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pheanstalk/pheanstalk/compare/v4.0.4...v4.0.5

v5.0.2

4 months ago

5.0.2 (2023-11-23)

Bug Fixes

  • Uncaught Error: Cannot unset readonly property Pheanstalk\Socket\SocketSocket::$socket in SocketSocket.php on line 138 (#258) (bee66a8)

v5.0.1

6 months ago

5.0.1 (2023-09-11)

Bug Fixes

v5.0.0

6 months ago

v5.0.0-rc.1

7 months ago

5.0.0-rc.1 (2023-08-07)

Bug Fixes

  • CI needs psalm (9c6364e)
  • ci: automated release flow (cb6695b)
  • ci: switch to rc for semantic-release (80fce7e)
  • ci: use variable php version in docker compose (6a0328e)
  • ci: use vendored static analysers (72cc053)
  • set up automated release for v5 (34d8ae2)
  • skip integration test if beanstalk host is not configured (6ebc085)

Features

v5.0.0-beta.1

11 months ago

v5.0.0-alpha2

1 year ago

Second alpha release. Documentation still needs significant work, but this code should be working. Test coverage is very high and we have both unit tests as well as integration tests.

Full Changelog: https://github.com/pheanstalk/pheanstalk/compare/v5.0.0-alpha1...v5.0.0-alpha2