Skip to content

0.52.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 16:23
· 21 commits to main since this release
696eb6a

Release notes

Enhancements

  • Added client-side heartbeat timeout detection: NextRecord throws HeartbeatTimeoutError
    if no data is received for heartbeat_interval + 5 seconds (defaults to 35 seconds)
  • Changed SlowReaderBehavior::Skip to send "skip" instead of "drop" to the gateway

Breaking changes

  • NextRecord now throws LiveApiError instead of DbnResponseError when the gateway
    closes the session. Code catching DbnResponseError for this case should be updated