ChangeLog 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. 0.24
  2. 0.23 Wed Jun 29 13:26:26 PDT 2011
  3. * Defined workers can now return GEARMAN_SHUTDOWN.
  4. * Benchmark worker can now be told to shutdown.
  5. * Allocator code has been cleaned up (gearman_allocator_t).
  6. * Added "workers" option to gearadmin
  7. * Workers will now default to -1 as timeout (lowers CPU on gearmand server for non-active workers).
  8. * SO_KEEPALIVE is now enabled on client/worker connections.
  9. * By default, workers now grab the unique value of the job.
  10. 0.22 Sun Jun 19 20:32:18 PDT 2011
  11. * Added gearman_work_map() for gearman_work_t describer.
  12. * gearman_execute_by_partition() added.
  13. * gearamn_task_attr_t added.
  14. * Additional documentation update.
  15. * Issue with PHP client using automated task free (Thanks Taneli Leppä!!)
  16. * Fixed issue where PHP client's custom allocator was free'ing memory that did not belong to it.
  17. 0.21 Wed Jun 15 21:01:04 PDT 2011
  18. * Support for "drop function" in admin client
  19. * Fixed issue where server would not report on a bad unique value due to size
  20. * Forces do operations to complete no matter how the worker is designed.
  21. * Tasks inherit actions from client, and use them throughout execution.
  22. * Support for namespaces.
  23. * gearman_worker_define_function() has been added. It allows jobs to map out work to other workers and then aggregate the results.
  24. * gearman_client_run_tasks() will now reset the IO state for all connections on exit if all hosts have been marked down. The next call will check all hosts.
  25. * Lots of bug fixes.
  26. 0.20 Fri Apr 8 09:25:15 PDT 2011
  27. * gearman_client_execute() interface added
  28. * New types of gearman_unique_t, gearman_function_st, gearman_workload_t
  29. * Better error reporting from clients.
  30. * Server no longer hangs because of bad job list.
  31. * First bit of work on supporting epoch portion of protocol. John Ewart, john@johnewart.net
  32. * Improved error message handling in client.
  33. * Updates for manpages.
  34. 0.19 Fri Apr 1 09:50:22 PDT 2011
  35. * Fix bug where gearman util would create duplicate output.
  36. * Update sqlite queue so that it uses a prepared statement.
  37. * Fixes a number cases where server was not initializing default values internally correctly.
  38. * gearman_client_compare() API added. Returns true if the client connections are connects are equivalent.
  39. 0.18 Tue Mar 15 13:32:33 PDT 2011
  40. * Bug fix for compile when no plugins are requested.
  41. * Bug fix where during startup using Drizzle or MySQL the server could crash.
  42. * Bug fix to make sure test programs will run if NULL sized objects are sent.
  43. 0.17 Tue Mar 8 08:27:04 PST 2011
  44. * gearadmin added, easy access to shutdown, version, and verbose commands on the server.
  45. * Bug fixes related to CLI.
  46. * Bug fixes related to Memcached support.
  47. * Bug fixes related to Drizzle support.
  48. * Dependency on boost now required for build.
  49. * Drizzle queue module expects that a schema named "gearmand" exists.
  50. * Fix copyright headers were needed.
  51. 0.16 Tue Feb 22 10:55:33 PST 2011
  52. * Fixed cases where silent failure of server for queues would not cause tests to fail.
  53. * Fix for failure when setsockopt() failed on new connection.
  54. * Fixed silen exit in client library based on signals.
  55. * Error log now reports failure location in compiled code for ERROR conditions.
  56. * Fix for failover.
  57. * Fixed issue in client where it would silently die based on signal issues.
  58. * "verbose" has been added to the string protocol. It allows you to see what the verbose setting is.
  59. 0.15 Mon Feb 14 18:44:32 PST 2011
  60. * Numerous issues around overflow on buffers are now fixed.
  61. * Updates on gearmand daemon to share a bit more code.
  62. * Numerious fixes for gearman command line client.
  63. * IPV6 fix for server.
  64. 0.14 Wed Jun 30 13:04:39 PDT 2010
  65. * Leak in SQLite resolved.
  66. * updated build configs
  67. * Increased testting.
  68. 0.13 Sun Apr 4 14:45:08 PDT 2010
  69. * Fix for bug #518512.
  70. * Use OR REPLACE syntax for inserting items into the sqlite.
  71. * Changed default bitfield optimize setting to only be off for Solaris.
  72. * Refactoring on server.
  73. * Various bug fixes as reported on mailing list, such as a bad return code and treating EHOSTDOWN as lost connection for FreeBSD.
  74. * Fixed bug #543402 so jobs taking more than max job retries will be removed from persistentn queue as well.
  75. * Check to make sure worker job results match assigned worker.
  76. 0.12 Thu Feb 18 11:28:49 PST 2010
  77. * Fixed bug where memory loss occured if data was too large.
  78. * Added gearman_strerror().
  79. * Fixed bug where setting an option off in mass would not trip any triggers on the option (for both worker and client).
  80. * Options that are internal can no longer be set by external callers.
  81. * Deprecated gearman_client_set_event_watch_fn() and gearman_worker_set_event_watch_fn.
  82. * gearman_job_handle() and gearman_job_function_name() now return const char* pointers
  83. * gearman_worker_unregister now returns GEARMAN_NO_REGISTERED_FUNCTION if the function does not exist (or is being removed)
  84. * Added gearman_worker_function_exist()
  85. * Trying to send too large of a piece of data will result in GEARMAN_ARGUMENT_TOO_LARGE.
  86. * Added support for gearmand command client to daemonize and create a pid file.
  87. * Fixed job handle comparison bug with WORK_FAIL responses.
  88. * Fixed disable assert configure option.
  89. * Build system updates.
  90. 0.11 - 2009-11-30
  91. * Added max wakeup-worker option to gearmand. Default is still to wakeup all.
  92. * API and documentation cleanup.
  93. * Fixed bug where task context free function was getting called for do() functions. This was PECL/Gearman bug #16899 as well.
  94. * Fixed bug #458912, not flushing with multiple gearmands in client.
  95. * Fixed PECL/Gearman bug #16847, was actually in C library and not in PHP.
  96. * Fixed C++ build/test/ issue, updated pandora build system.
  97. * Removed packet varargs function.
  98. 0.10 - 2009-09-28
  99. * Added timeout option.
  100. * Separated libgearman client/worker library from the server/gearmand code.
  101. * Added server option for max job retry.
  102. * Changed queue_libdrizzle to overwrite the password string to hide in ps.
  103. * Worker unregister bug fixed. Bug #372074
  104. * Added memory ownership functions so applications can pass control with tasks, jobs, and packets.
  105. * Changed gearmand to remap stdio to /dev/null for detaching. Bug #407242
  106. * Fixed bug that now allows workers to run concurrent jobs.
  107. * Changed behavior of sending NOOPs to one per PRESLEEP, rather than only having one in the outgoing queue at any time.
  108. * API cleanup to make the code more consistent and object-oriented.
  109. * Added more documentation for base classes, client, and worker.
  110. * Build system updates.
  111. 0.9 - 2009-07-20
  112. * Added libsqlite3 persistent queue support (Cory Bennett).
  113. * Added libpq (PostgreSQL) persistent queue support.
  114. * Updated autoconf build system.
  115. * Doxygen documentation cleanup.
  116. * Bug fix in HTTP protocol module.
  117. 0.8 - 2009-06-30
  118. * Added pluggable protocol support.
  119. * Added basic HTTP protocol support.
  120. * Updated autoconf build system.
  121. * Renamed modconf to gearman_conf.
  122. * Improved logging messages for gearmand.
  123. * Removed all struct memsets and packed structs for better memory usage.
  124. * Fixed client connect bug with multiple job servers.
  125. * Fixed server spinning bug with long running jobs and large workloads.
  126. 0.7 - 2009-05-31
  127. * Added libmodconf for config option processing. Eventually this will be split into a separate library. Updated gearmand and tests to use libmodconf.
  128. * Fixed persistent queue bug where jobs were not removed after replay.
  129. * Fix for bug #379198.
  130. * Changed done() function for queue, function_name is now passed to it as well as unique.
  131. * Fixed text protocol command response to be dynamic length.
  132. * Fixed libevent usage to support libevent 1.1 (still used in CentOS and Suse).
  133. * Added gearman_*_add_servers to client/worker interfaces for taking server lists.
  134. 0.6 - 2009-05-19
  135. * Changed behavior so forground jobs are not run when their connected clients disconnect. This is how the Perl server behaves.
  136. * Changed to named logging macros, making it easier for module writers to use.
  137. * Added persistent queue support with a libdrizzle module. This allows queue storage for both Drizzle and MySQL.
  138. * Added Solaris service scripts (Trond Norbye).
  139. * Fixed rpm building (make rpm).
  140. * Removed AI_V4MAPPED for client/worker connect lookup, not fully supported in all operating systems (like FreeBSD, bug #373060).
  141. * Support for gearmand to bind to multiple addresses.
  142. * Protocol document updates and fixes (Eric Day, Eric Herman).
  143. * Bind to specific hostname in gearmand (Brian Moon).
  144. * Minor cleanup and fixes.
  145. 0.5 - 2009-04-22
  146. * Threaded Gearman job server (gearmand).
  147. * More options to gearmand.
  148. * OSX bug fixes related to poll().
  149. * Fix for bug #357881.
  150. * Man page rework.
  151. 0.4 - 2009-03-30
  152. * New protocol additions such as UNIQ grab and assign for workers.
  153. * Support for high priority background jobs (Brian Moon).
  154. * Support for low priority jobs.
  155. * New priority queue in server to support new protocol options.
  156. * Reworked the unique ID checking in server.
  157. * Added hooks to aid in client memory cleanup.
  158. * Added gearman command line utility to allow you to use clients and workers from the shell.
  159. * Build fixes (Monty Taylor).
  160. * Basic init script added.
  161. * Fixed getopt bugs with variable type and EOF.
  162. 0.3 - 2009-02-05
  163. * Fixed I/O wait bug in packet parse.
  164. * Switched to different autoconf library detection method.
  165. * Added detach option to gearmand, can now run in background.
  166. * Reworked much of the client code for better concurrency and efficiency.
  167. * Added benchmark utilities.
  168. * Added man pages.
  169. * Changed port to new IANA assigned port, 4730.
  170. 0.2 - 2009-01-16
  171. * Improved gearmand efficiency by tracking events and reducing syscalls.
  172. * Reworked most of the worker code, it now reconnects to the job server.
  173. * Added version/bugreport options to gearmand (Brian Moon).
  174. * Fixed bug #315652, libevent usage.
  175. 0.1 - 2009-01-08
  176. * First release.