Skip to content

Release v2.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:21
c446346

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/1 for forcing a fresh channel when a caller has independent evidence the current one is unusable

🤖 Generated with Claude Code