Skip to content

v1.6.3

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 16:40
7d56749

Fixed

  • Fixed execute-sql discarding direct and row-stream query errors and returning UNKNOWN_ERROR with details: "<nil>". SQL driver details are now preserved, MySQL/MariaDB errno and SQLSTATE metadata are exposed, and unknown-column errors map to COLUMN_NOT_FOUND.
  • Fixed MySQL/MariaDB missing-table diagnostics for schema-qualified names such as db.table, preserving the full table name in TABLE_NOT_FOUND responses.
  • Fixed MySQL/MariaDB unknown-database diagnostics so DATABASE_NOT_FOUND responses preserve the configured target database name for connection and database-switch failures.

Security

  • Updated the Go toolchain and CI/Docker build images from vulnerable patch releases to Go 1.26.4, resolving reachable standard-library findings reported by govulncheck.
  • Switched CI vulnerability scanning to the official golang/govulncheck-action v1.0.4 pinned by immutable commit SHA.
  • Configured SonarCloud analysis to use pinned Java 21 and skip scanner JRE auto-provisioning, avoiding intermittent HTTP 403 failures from Sonar's JRE endpoint.