Skip to content

Releases: dspeterson/dory

version 3.2.5

31 Oct 16:25
ca57f90
Compare
Choose a tag to compare
  • Merged fix from TidyBear (xiong.qin@zte.com.cn) that allows dory to connect to Kafka brokers using IPv6.

version 3.2.4

27 Mar 18:21
Compare
Choose a tag to compare
  • edit documentation

version 3.2.3

04 Sep 23:15
Compare
Choose a tag to compare
  • Log more informative error messages on failure to initialize UNIX domain stream socket server.
  • Suppress unnecessary stack trace and core file generation on failure to initialize UNIX domain datagram socket server.
  • Improve error handling on failure to open discard logfile: avoid terminating Dory unnecessarily.

version 3.2.2

04 Sep 06:01
Compare
Choose a tag to compare
  • Fix potential deadlock on failure to reopen logfile on SIGUSR1. Bug was introduced in version 3.2.1.

version 3.2.1

04 Sep 04:41
Compare
Choose a tag to compare
  • Display more user-friendly output on failure opening config file or logfile.
  • Avoid fatal error on failure to reopen logfile on receipt of SIGUSR1. Keep running with existing logfile rather than exiting.

version 3.2.0

29 Aug 22:32
Compare
Choose a tag to compare
  • add Golang client

version 3.1.13

22 Aug 01:07
Compare
Choose a tag to compare
  • rename example_clients directory to client

version 3.1.12

15 Aug 00:26
Compare
Choose a tag to compare
  • enable a couple of compiler warnings: -Wnonnull-compare and -Wnoexcept-type

version 3.1.11

08 Aug 21:30
Compare
Choose a tag to compare
  • Fix rare race condition in thread pool implementation. At some point I will probably eliminate the thread pool since it seems like overkill, but at least the implementation is now hopefully correct.
  • Minor code cleanup in thread pool implementation.

version 3.1.10

23 May 03:34
Compare
Choose a tag to compare
  • fix gcc 11 build errors