Releases: dspeterson/dory
Releases · dspeterson/dory
version 2.0.2
-
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
- Fix simple error handling bug in file descriptor wrapper class.
- Fix build errors on Ubuntu 17 prerelease daily build.
version 2.0.0
- 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
- Bug Fix from Michael McVady: Fix invalid JSON resp in metadata_fetch_time
- Minor build script cleanup
version 1.1.6
- 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
- Fix from Si Westcott: Remove broken/unused deps from Dockerfile
version 1.1.4
- 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
- Fix CentOS 6 setup instructions
version 1.1.2
- Improvements to CentOS 6 setup and documentation from Pete Wright
- Remove support for legacy input/output formats
version 1.1.1
- Fix CentOS 6 build issue