Skip to content

Releases: amphp/beanstalk

0.3.2

18 Nov 18:43
v0.3.2
3840213
Compare
Choose a tag to compare
  • Added support for Symfony YAML library v4 and v5. (#34)

0.2.6

24 Jun 18:49
v0.2.6
b2b8334
Compare
Choose a tag to compare
  • Fixed failing outstanding operations if socket closes (#30)

0.3.1

23 Jun 04:09
v0.3.1
575dbd9
Compare
Choose a tag to compare
  • Fixed failing outstanding operations if socket closes (#30)

0.3.0

18 May 10:32
f1fd873
Compare
Choose a tag to compare
  • 🚨 [BC BREAK] Updated minimum PHP version to 7.1
  • 🚨 [BC BREAK] Updated amphp/socket to version ^1.0

0.2.5

06 Apr 10:09
Compare
Choose a tag to compare
  • Fixed a bug that caused RESERVED and FOUND responses to not be parsed correctly

0.2.4

12 Aug 09:50
Compare
Choose a tag to compare
  • Added BeanstalkClient::kick().
  • Added BeanstalkClient::kickJob().
  • Added BeanstalkClient::peek().
  • Added BeanstalkClient::peekReady().
  • Added BeanstalkClient::peekDelayed().
  • Added BeanstalkClient::peekBuried().

0.2.3

02 Dec 11:25
v0.2.3
Compare
Choose a tag to compare
  • Expose current-jobs-ready in tube stats (#15).

0.2.2

30 Nov 08:13
v0.2.2
Compare
Choose a tag to compare
  • Fixed BeanstalkClient::bury().

0.2.1

29 Nov 18:06
v0.2.1
Compare
Choose a tag to compare
  • Added BeanstalkClient::pause().
  • Added BeanstalkClient::quit().
  • Added BeanstalkClient::getJobStats().
  • Added BeanstalkClient::getTubeStats().
  • Added BeanstalkClient::getSystemStats().
  • Added BeanstalkClient::listTubes().
  • Added BeanstalkClient::listWatchedTubes().
  • Added BeanstalkClient::getUsedTube().
  • Changed BeanstalkClient::ignore() to throw a NotIgnoredException instead of a generic BeanstalkException if the response is NOT_IGNORED.
  • Fixed BeanstalkClient::release() return type, so it doesn't error.

0.2.0

24 Jun 11:00
v0.2.0
Compare
Choose a tag to compare

Initial release based on Amp v2.