options: remove refresh_cooldown, add allow_spdy to proto (#2446)

This commit is contained in:
Caleb Doxsey 2021-08-06 10:06:57 -06:00 committed by GitHub
parent 1931f11649
commit 63ee30d69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 487 additions and 523 deletions

View file

@ -9,9 +9,9 @@ description: >-
## Breaking
### Removed GRPC Server Max Connection Age Options
### Removed options
The unused `grpc_server_max_connection_age` and `grpc_server_max_connection_age_grace` options were removed.
The unused `grpc_server_max_connection_age`, `grpc_server_max_connection_age_grace` and `refresh_cooldown` options were removed.
### Removed support for Ed25519 Signing Keys