Skip to content

Release v0.9.9

Choose a tag to compare

@github-actions github-actions released this 25 Aug 22:15
· 672 commits to main since this release
2ac7e11

Bug Fixes

  • [client-v2] ServerException with code 159 Execution Timeout is retried unconditionally. After the fix this
    error treated as non-retriable. (part of #2637)
  • [jdbc-v2] Fixes Statement#setQueryTimeout. By default, client executes query in calling thread and future timeout
    has no effect. Fix makes setQueryTimeout to set max_execution_time server setting in this case to overcome limitation.
    (#2637)