Changed delete keyshare API endpoints for HMAC-SHA256 and HMAC-SHA512 to use query parameters with /delete-key-share instead of path parameters (previously /delete-key-share/:key_id); the old path-based endpoints are deprecated, providing more flexible key management.
Added UserIdent support to allow identification by both user_name and user_id, improving API flexibility.
Improved
Improved handling of incoming connection bursts.
Enable the Vertex to handle more concurrent connections.