Releases: amphp/beanstalk
Releases · amphp/beanstalk
0.3.2
18 Nov 18:43
Compare
Sorry, something went wrong.
No results found
Added support for Symfony YAML library v4 and v5. (#34 )
0.2.6
24 Jun 18:49
Compare
Sorry, something went wrong.
No results found
Fixed failing outstanding operations if socket closes (#30 )
0.3.1
23 Jun 04:09
Compare
Sorry, something went wrong.
No results found
Fixed failing outstanding operations if socket closes (#30 )
0.3.0
18 May 10:32
Compare
Sorry, something went wrong.
No results found
🚨 [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
Sorry, something went wrong.
No results found
Fixed a bug that caused RESERVED and FOUND responses to not be parsed correctly
0.2.4
12 Aug 09:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Expose current-jobs-ready in tube stats (#15 ).
0.2.2
30 Nov 08:13
Compare
Sorry, something went wrong.
No results found
Fixed BeanstalkClient::bury().
0.2.1
29 Nov 18:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Initial release based on Amp v2.