Release v2.1.1
Fixed
- Fixed the client retrying a dead server address forever: the connection now redials on every reconnect attempt — re-resolving DNS/SRV records and re-selecting a host through the load balancer — so a replaced host or a changed record is picked up instead of being retried indefinitely
- Fixed a momentary token-endpoint outage failing calls while the cached OAuth token was still valid: the client now falls back to the cached token until it truly expires and throttles failed fetch attempts, so an auth blip no longer drops the session
🤖 Generated with Claude Code