Skip to content

0.2.1

Choose a tag to compare

@kelunik kelunik released this 29 Nov 18:06
· 43 commits to master since this release
v0.2.1
  • 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.