Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@horkhe horkhe released this 22 Jul 11:44
· 26 commits to master since this release

Implemented:

  • #167 Add support for SSL/TLS connections in both gRPC and HTTP services. Set both a certificate and key file in the configuration to take advantage of this feature. (Requested in #160).
  • Default client ID was changed to kp_<hostname>_<contain-id> if running in a docker container, otherwise kp_<hostname>_<pid>. If hostname cannot be retrieved, then the client ID is kp_<random-token>.

Fixed:

  • #168 Configured addresses for HTTP, gRPC and Unix were not being respected.