Skip to main content

πŸŽ„ Enhancements

  • Instance TLS β€” Support reading TLS certificates from a configured file path, and redesign TLS configuration with Disabled / TLS / Mutual TLS options.
  • SQL Review β€” Add STATEMENT_DISALLOW_TRUNCATE rule for Oracle, PostgreSQL, MySQL, and MSSQL. Improve STATEMENT_WHERE_DISALLOW_FUNCTIONS_AND_CALCULATIONS to only flag functions and calculations on indexed columns, and extend it to Oracle and PostgreSQL.

🐞 Bug Fixes

  • Fix access/role grant issue approval showing a spurious β€œproject not found” error toast.
  • Fix Test Connection on instance create dropping passwords resolved from AWS Secrets Manager and other external secret backends.
  • Oracle β€” Fix PL/SQL parser to accept expressions (e.g. DATE literals) in CREATE TABLE partition range bounds.
  • MSSQL β€” Fix query span extraction for views whose WHERE clause contains a correlated EXISTS / NOT EXISTS subquery.
  • Cassandra β€” Fix request context propagation in query span extraction.

βš™οΈ Install and Upgrade

Before upgrading: 1) Back up the metadata β€” in-place downgrade is not supported. 2) Do not run multiple containers on the same data directory. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config.