Skip to content

v1.0.9-oss

Choose a tag to compare

@samikshya-db samikshya-db released this 19 Aug 10:03
· 122 commits to main since this release
ed7483d

Added

  • Added support for providing custom HTTP options: HttpMaxConnectionsPerRoute and HttpConnectionRequestTimeout.
  • Add V2 of chunk download using async http client with corresponding implementations of AbstractRemoteChunkProvider and
    AbstractArrowResultChunk
  • Telemetry is being enabled by default, with a configuration to opt-out.

Updated

Fixed

  • Fixed Statement.getUpdateCount to return -1 for non-DML queries.
  • Fixed Statement.setMaxRows(0) to be interepeted as no limit.
  • Fixed retry behaviour to not throw an exception when there is no retry-after header for 503 and 429 status codes.
  • Fixed encoded UserAgent parsing in BI tools.
  • Fixed setting empty schema as the default schema in the spark session.