Releases: cloudflare/gokeyless
Releases · cloudflare/gokeyless
v1.5.0
v1.4.5
v1.4.4
Release note of v1.4.3
fix minor memory issues on large number of hanging client connections, plus other various fixes.
Release notes of v1.4.2
- Minor performance improvements.
Release notes of v1.4.1
- keyserver will recover from panic
- log SKI for each keyless request.
- minor bugfixes and error message edits.
Release notes of v1.4
- Keyless server can handles multiple requests in parallel.
- Keyless protocol enhancement: now support GetCertificate operation.
- Keyless client supports connection pooling, server discovery, and automatic load balancing based on server latencies.
- Keyless server supports TLS 1.3 RSAPSS signature.
- Keyless server now reacts to SIGHUP correctly, reloading keys and server certificate/key.
- Stop using RSA public key digest in keyless protocol to identify keys.
- Various minor bugfixes.