Releases
v0.9.6
Changelog
Go Version
Added
Support for Go 1.7
Staticcheck verifications in Travis
Ability to configure ping_interval and ping_max in configuration file (#372 )
Support for integer suffixes, e.g. 1k 8mb, etc.. (#377 )
Support for ‘include’ to configuration files (#378 )
Ability to make server re-open log file using SIGUSR1 - for log rotation (#379 ,#382 )
Support for max_connections
parameter (#387 , #389 )
Updated
Docker build to use go 1.7.4
Generate syslog tag based on executable/link name (#362 )
Fixed
Client certificate was required but not verified even when configuration parameter verify
was set to true (#337 )
Non-ASCII quotes in monitoring’s HTML output (#353 )
It was possible to configure max_connections
in previous releases, but it had no effect (#387 , #389 )
Non flags in command line parameters would cause the server to ignore remaining flags but not report an error (#393 )
Removed
MaxPending
option and max_pending_size
, max_pending
configuration parameters. Those were never used (#383 )
Complete Changes
v0.9.4...v0.9.6
You can’t perform that action at this time.