Release Notes: gearadmin was added to provide easy access to shutdown, version, and verbose commands on the server. Bugs related to the CLI, to Memcached support, and to Drizzle support were fixed. Boost is now required for building. The Drizzle queue module expects that a schema named "gearmand" exists.


Release Notes: Cleanup of error codes returned by gearmand. gearmand will now set its port from the env variable GEARMAND_PORT. Fixes an issue where the identifier might not be set correctly on reconnect. strlen() of zero on name passed for instance did not result in a connection to localhost (which the PHP driver thought would happen). Fixes a regression in log not updating time on all platforms. Fixes an issue where PECL PHP wasn't passing a null string to get the default host.


Release Notes: Version 1.1.6 made it possible for gearadmin to "cancel" a job, and extended keep-alive support for gearmand with more options to control behavior. Both releases included a fix for log_fn, added a --coredump flag to gearmand, and removed the enum result type enum. Since the structure is never exposed to the user, this was of limited use. Assorted bugs were fixed. A complete set of test cases was added, defining default behavior for illformed data being passed to the API.


Release Notes: 115 is a rollup of bugfixes for 1.0.3. --threads=0 for gearmand will now result in gearmand using all available cores. 1.0.3 allows for a longer set of retries if a port is in use when the server starts up. Checking has been added for Valgrind sgcheck. There are Fedora 18 fixes.


Release Notes: An --exceptions option was to Gearmand to enable exceptions by default. Backtraces are provided for some types of crashes. GEARMAN_CLIENT_GENERATE_UNIQUE was added. If the unique value passed to any client function is "#", then the unique value will be derived by hashing the workload that is being supplied to the function. Status requests were optimized so that they exit as soon as the request is received. An experimental addition was made to the queue service to allow a queue to be stored on shutdown (--libsqlite3-store-on-shutdown).


Release Notes: 1.0.1 is the first stable release.