Notable changes
Added
- Add
--logtostdout
flag to redirect log output to console. - Add build rule to create Docker release images.
Changed
- Update Zap logging library to latest stable version.
- The
--verbose
flag no longer alters the logging output to print to both terminal and file. - The log output is now in JSON format.
- Update the healthcheck endpoint to be "/" (root path) of the main server port.
Fixed
- Fix a race when the heartbeat ticker might not be stopped after a connection is closed.
NOTE: This release is compatible with cockroachdb beta-20170330 but not newer versions yet. This is due to an issue in cockroachdb with schema migrations.