Notable#
allow_listfield on thetenantto support network restrictions- More docs
client_heartbeat_intervalon thetenantto detect zombie client connections- Bug fixes
- Observability improvements
The client_heartbeat_interval helps us detect client connections from behind a load balancer which are dead but did not close the TCP connection correctly. This interval defaults to one minute but is configurable per tenant.
The allow_list field on the tenant takes a list of CIDR ranges and validates incoming connection addresses against this list. The incoming client address must be in one of these ranges to be accepted.
Also, started a Supavisor FAQ!