Changed
- 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
UserIdentsupport to allow identification by bothuser_nameanduser_id, improving API flexibility.
Improved
- Improved handling of incoming connection bursts.
- Enable the Vertex to handle more concurrent connections.