Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions mintlify/changelog/bytebase-3-11-1.mdx
Original file line number Diff line number Diff line change
@@ -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.

<InstallUpgrade />
1 change: 1 addition & 0 deletions mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down