Skip to content

Releases: dspeterson/dory

version 2.0.2

12 Mar 08:48
Compare
Choose a tag to compare
  • Use Xerces XML processing library instead of pugixml library for config file processing. This provides better error messages with line and column numbers. Clean up XML processing code for better maintainability.

  • Dory now depends on Xerces XML processing library.
    For RHEL / CentOS users:

    yum install xerces-c-devel
    

    For Ubuntu / Debian users:

    apt-get update
    apt-get install libxerces-c-dev
    

version 2.0.1

21 Jan 04:06
Compare
Choose a tag to compare
  • Fix simple error handling bug in file descriptor wrapper class.
  • Fix build errors on Ubuntu 17 prerelease daily build.

version 2.0.0

16 Jan 20:20
Compare
Choose a tag to compare
  • Replace --protocol_version command line option with --metadata_api_version and --produce_api_version command line options. Refactor internal wire protocol implementation so it is split into separate metadata and produce parts that are versioned independently. Perform general cleanup of wire protocol code.
  • Minor legacy code cleanup

version 1.1.7

02 Dec 06:12
Compare
Choose a tag to compare
  • Bug Fix from Michael McVady: Fix invalid JSON resp in metadata_fetch_time
  • Minor build script cleanup

version 1.1.6

14 Nov 07:10
Compare
Choose a tag to compare
  • Don't treat it as an error condition if the broker cluster has no topics, since this is the initial state of a newly provisioned cluster. Treating this condition as an error was preventing the router thread from responding to requests to automatically create a topic.
  • Do some minor cleanup and fixing of the metadata handling code.

version 1.1.5

13 Sep 03:14
Compare
Choose a tag to compare
  • Fix from Si Westcott: Remove broken/unused deps from Dockerfile

version 1.1.4

30 Aug 03:16
Compare
Choose a tag to compare
  • Fix SCons build error that occurred when upgrading SCons from version 2.4.1 to 2.5.0.
  • Minor assertion-related code cleanup.

version 1.1.3

13 Jul 09:47
Compare
Choose a tag to compare
  • Fix CentOS 6 setup instructions

version 1.1.2

09 Jul 20:27
Compare
Choose a tag to compare
  • Improvements to CentOS 6 setup and documentation from Pete Wright
  • Remove support for legacy input/output formats

version 1.1.1

17 Jun 03:47
Compare
Choose a tag to compare
  • Fix CentOS 6 build issue