Skip to content

Releases: ncbi/gprobe

1.1.0

30 Jan 19:06
b76fc25
Compare
Choose a tag to compare

Added

  • TLS support

    --tls verify server with CA certificates installed on this system
    --tls-insecure do NOT verify server (accept any certificate)
    --tls-cafile value verify server with CA certificate stored in specified file
    --tls-capath value verify server with CA certificates located under specified path

  • Windows build

Changed

  • --timeout option now affects both dialing to server and RPC call (before that dialing had hard-coded 1s timeout)
  • more descriptive messages are printed out in case of failure

1.0.0

13 Dec 21:01
Compare
Choose a tag to compare

Added

  • Probing servers and services via gRPC health-checking protocol
-