Skip to content

Release v0.9.8-oss to PuPr

Compare
Choose a tag to compare
@samikshya-db samikshya-db released this 16 Dec 06:47
· 9 commits to main since this release
22808ed

[v0.9.8-oss] - 2024-12-16

Added

  • Run queries in async mode in the thrift client.
  • Added GET and DELETE operations for the DBFS client, enabling full UC Volume operations (PUT, GET, DELETE) without spinning up DB compute.

Updated

  • Do not send repeated DBSQL version queries.
  • Skip SEA compatibility check if null or empty DBSQL version is returned by the workspace.
  • Skips SEA check when DBSQL version string is blank space.
  • Updated SDK version to resolve CVEs.

Fixed

  • Eliminated the statement execution thread pool.
  • Fixed UC volume GET operation.
  • Fixed async execution in SEA mode.
  • Fixed and updated the SDK version to resolve CVEs.