Skip to content

Tags: echou/beanstalkd

Tags

v1.4.3

Toggle v1.4.3's commit message
This is a bugfix release.

As always, there will be no incompatible protocol changes until version 2.0. A
client written for version 1.4.3 will work unmodified with any later 1.x
release of beanstalkd.

What's New
----------

 * Omit time-left when it has no meaning. (Keith Rarick)
 * Avoid overflow when calculating delay. (Keith Rarick)
 * Add pause-tube command and associated stats. (Graham Barr)
 * Fix problem with delayed events being delayed forever. (Graham Barr)
 * Avoid EOF warnings when reading binlogs. (Graham Barr)
 * Fix two memory leaks. (Keith Rarick)

Our Urls
--------

Download the 1.4.3 tarball directly:
<http:https://xph.us/dist/beanstalkd/beanstalkd-1.4.3.tar.gz>

Learn all about beanstalk:
<http:https://xph.us/software/beanstalkd/>

Talk about beanstalk development or use at:
<http:https://groups.google.com/group/beanstalk-talk>

Bugs
----

Please report any bugs to:
<http:https://github.com/kr/beanstalkd/issues>

v1.4.2

Toggle v1.4.2's commit message
Here is beanstalkd 1.4.2.

This is an important bugfix release. All users are encouraged to upgrade.

As always, there will be no incompatible protocol changes until version 2.0. A
client written for version 1.4.2 will work unmodified with any later 1.x
release of beanstalkd.

What's New
----------

 * Fix a bug causing a binlog containing delayed jobs to be read incorrectly,
   resulting in a segfault on startup or incorrect data. (Phil Ross, Graham
   Barr)

Our Urls
--------

Download the 1.4.2 tarball directly:
<http:https://xph.us/dist/beanstalkd/beanstalkd-1.4.2.tar.gz>

Learn all about beanstalk:
<http:https://xph.us/software/beanstalkd/>

Talk about beanstalk development or use at:
<http:https://groups.google.com/group/beanstalk-talk>

Bugs
----

Please report any bugs to:
<http:https://github.com/kr/beanstalkd/issues>

v1.4.1

Toggle v1.4.1's commit message
Here is beanstalkd 1.4.1.

This is a (mostly) bugfix release.

As always, there will be no incompatible protocol changes until version 2.0. A
client written for version 1.4.1 will work unmodified with any later 1.x
release of beanstalkd.

What's New
----------

 * Added quit command (Ludvig Ericson)
 * Build fix on amd64 (goosmurf)
 * Build fix on Mac OS X (Jeremy Hinegardner)
 * Packaging fixes for RPM (Jeremy Hinegardner)
 * Build fix on FreeBSD (Peter Kieltyka)
 * Documentation updates (Paul Annesley, Keith Rarick)

Our Urls
--------

Download the 1.4.1 tarball directly:
<http:https://xph.us/dist/beanstalkd/beanstalkd-1.4.1.tar.gz>

Learn all about beanstalk:
<http:https://xph.us/software/beanstalkd/>

Talk about beanstalk development or use at:
<http:https://groups.google.com/group/beanstalk-talk>

Bugs
----

Please report any bugs to:
<http:https://github.com/kr/beanstalkd/issues>

v1.4

Toggle v1.4's commit message
Okay, beanstalkd 1.4 is ready.

To everyone who has contributed to this release and in the past, I can't thank
you enough. This release contains a lot of fixes, a huge new feature, and is
our most portable beanstalkd so far. Thanks for sticking with me!

There will be no incompatible protocol changes until version 2.0. A client
written for version 1.4 will work unmodified with any later 1.x release of
beanstalkd.

What's New
----------

 * Persistence (Graham Barr, Keith Rarick)
 * Properly initialize network address struct (Jeethu Rao)
 * Fix daemonization on BSD systems, including Mac OS X (Alex MacCaw and Yun
   Huang Yong)
 * Now includes RPM spec file and init scripts (Ask Bjørn Hansen)
 * Fixed build and unit tests on Solaris and Mac (Keith Rarick)
 * Added "reserves" counter for each job (goosmurf)
 * Fix a memory leak from the peek and stats commands (goosmurf)
 * Handle SIGTERM just like SIGINT (Florian Noeding)
 * Use high-resolution timers, fixing some timeout-related bugs (Keith Rarick)

Our Urls
--------

Download the 1.4 tarball directly:
<http:https://xph.us/dist/beanstalkd/beanstalkd-1.4.tar.gz>

Learn all about beanstalk:
<http:https://xph.us/software/beanstalkd/>

Talk about beanstalk development or use at:
<http:https://groups.google.com/group/beanstalk-talk>

Bugs
----

Please report any bugs to:
<http:https://github.com/kr/beanstalkd/issues>

v1.3

Toggle v1.3's commit message
Here's beanstalkd 1.3.

This is a bugfix release.

There will be no incompatible protocol changes until version 2.0. A client
written for version 1.3 will work unmodified with any later 1.x release of
beanstalkd.

WHAT'S NEW
----------

 * Fix a crash when processing jobs with a 1-second TTR. (Keith Rarick)
 * Timeout jobs only after TTR expires, not up to one second
   early. (Michael Firsikov)

OUR URLS
--------

Download the 1.3 tarball directly:
http:https://xph.us/dist/beanstalkd/beanstalkd-1.3.tar.gz

Learn all about beanstalk:
http:https://xph.us/software/beanstalkd/

Talk about beanstalk development or use at:
http:https://groups.google.com/group/beanstalk-talk

BUGS
----

Please report any bugs to:
http:https://groups.google.com/group/beanstalk-talk

v1.2

Toggle v1.2's commit message
Here's beanstalkd 1.2.

There will be no incompatible protocol changes until version 2.0. A client
written for version 1.2 will work unmodified with any later 1.x release of
beanstalkd.

WHAT'S NEW
----------

 * Touch command (Dustin Sallings).
 * Build and test system improvements (various).
 * Fix a large memory leak (Graham Barr).
 * Add man page (Jeremy Hinegardner).
 * Fix delay/pri overflow bug (Kristján Pétursson).
 * Fix bug comparing large priorities (Kristján Pétursson).
 * Minor command line improvements (Keith Rarick).
 * Can now delete ready jobs (Keith Rarick).
 * Fix bug returning the wrong job from multiple tubes (Keith Rarick).

OUR URLS
--------

Download the 1.2 tarball directly:
http:https://xph.us/software/beanstalkd/rel/beanstalkd-1.2.tar.gz

Learn all about beanstalk:
http:https://xph.us/software/beanstalkd/

Talk about beanstalk development or use at:
http:https://groups.google.com/group/beanstalk-talk

BUGS
----

Please report any bugs to:
http:https://groups.google.com/group/beanstalk-talk

v1.1

Toggle v1.1's commit message
Version 1.1

r1.0

Toggle r1.0's commit message
Update version for release 1.0.

r0.11

Toggle r0.11's commit message
Update version for release 0.11.

r0.10

Toggle r0.10's commit message
Update version for release 0.10.