Release v2.1.2
Fixed
- Fixed the client permanently losing its Chronicle session after a stale gRPC channel — e.g. an hourly OAuth token expiry or silent TCP death — by rebuilding the channel (re-resolving addresses and re-fetching authentication headers) whenever the session drops or fails to start, instead of retrying forever on the dead channel
Added
- Added
Chronicle.Connections.Connection.reconnect/1for forcing a fresh channel when a caller has independent evidence the current one is unusable
🤖 Generated with Claude Code