Skip to content

Releases: statusengine/worker

worker-3.7.6

19 Jan 16:24
Compare
Choose a tag to compare

worker-3.7.5

25 May 13:13
0173e0e
Compare
Choose a tag to compare

worker-3.7.4

02 Dec 07:24
Compare
Choose a tag to compare
  • Bugfix: Close TCP connections to Graphite to avoid connections in TIME_WAIT state. This resolve any Graphite error: Could not connect: [99] Cannot assign requested address issues. d6be6fc

worker-3.7.3

08 Jul 14:00
Compare
Choose a tag to compare
  • Bugfix: Disable MySQL Query Parameters on error by default. (Got implemented with statusengine/interface#47) 186f009 (ITC-2552)
  • Bugfix: Increase column length of statusengine_logentries.logentry_data from 255 to 2048 cc248e6 (ITC-2551)
  • Bugfix: Set length of long_output and perfdata to 8192 characters across all tables - MySQL only - CrateDB has 32766 bytes f5e6cb6 (ITC-2472, ITC-2553)

worker-3.7.2

17 May 13:51
ac3efcb
Compare
Choose a tag to compare
  • Bugfix: Value of number_servicecheck_worker gets ignored (ITC-2533)

worker-3.7.1

24 Mar 19:40
Compare
Choose a tag to compare
  • Print SQL query to stdout on error: statusengine/interface#47
  • Bugfix: Dispatch on bulk records from queue to bring back true number_of_bulk_records limit

worker-3.7.0

28 Feb 19:40
0cad50d
Compare
Choose a tag to compare
  • Add update statements for MySQL #24 #28 - thanks to @ibering
  • Implement passing of external commands through Statusengine C++ Broker
  • Added support for Elasticsearch 7.x
  • Add option to set mysql encoding - thanks to @ibering
  • Fix for composer 2.0

Please see https://statusengine.org/roadmap/#worker-3.7.0 for changes.

worker-3.6.0

30 May 14:58
02267d4
Compare
Choose a tag to compare

Please see https://statusengine.org/roadmap/#worker-3.6.0 for changes.

worker-3.5.0

07 Oct 17:02
f59e178
Compare
Choose a tag to compare
  • [CrateDB] Replace ON DUPLICATE KEY UPDATE with ON CONFLICT DO. Many thanks to vanyasem
  • Add support for bulk and non-bulk messages from queueing engine

Please see https://statusengine.org/roadmap/#worker-3.5.0 for changes.

worker-3.4.0

06 Sep 19:07
fe0e8de
Compare
Choose a tag to compare
  • Restart dead child processes in case of an unexpected error

Please see https://statusengine.org/roadmap/#worker-3.4.0 for changes.