diff --git a/mintlify/changelog/bytebase-3-11-1.mdx b/mintlify/changelog/bytebase-3-11-1.mdx new file mode 100644 index 00000000..63a46854 --- /dev/null +++ b/mintlify/changelog/bytebase-3-11-1.mdx @@ -0,0 +1,33 @@ +--- +title: Bytebase 3.11.1 - Oct 23, 2025 +author: Adela +updated_at: 2025/10/23 18:00:00 +description: 'Apache Doris - Support system views and functions' +--- + +import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; + +## 🚀 Features + +- Apache Doris - Add support for system views and functions in SQL Editor. +- Add support for configuring inactive session timeout. + +## 🔔 Notable Changes + +- Remove Check() RPC and SQL Review functionality in SQL Editor. +- Remove --check-plan option from bytebase-action rollout command. +- Enforce proper create permissions for allow_missing updates. + +## 🎄 Enhancements + +- Support editing migration type in draft plans. +- Support exporting results from multiple queries. +- Add banner notifications for approved issues ready to roll out. +- Show full signatures for functions and procedures instead of just names. +- Add HTTP security headers in all responses. + +## 🐞 Bug Fixes +- Elasticsearch - Fix query parameter encoding in URLs. +- SQL Server - Fix IDENTITY column handling during backup/restore. + + diff --git a/mintlify/docs.json b/mintlify/docs.json index f77f4f4e..e8aef3af 100644 --- a/mintlify/docs.json +++ b/mintlify/docs.json @@ -340,6 +340,7 @@ { "tab": "Changelog", "pages": [ + "changelog/bytebase-3-11-1", "changelog/bytebase-3-11-0", "changelog/bytebase-3-10-1", "changelog/bytebase-3-10-0",