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
32 changes: 32 additions & 0 deletions mintlify/changelog/bytebase-3-12-1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Bytebase 3.12.1 - Nov 20, 2025
author: Adela
updated_at: 2025/11/20 18:00:00
description: 'Audit log export to stdout'
---

import InstallUpgrade from '/snippets/install/install-upgrade.mdx';

## 🚀 Features

- Add [stdout audit logger](https://docs.bytebase.com/security/audit-log/#emit-audit-logs-to-stdout) for integration with log aggregation systems.
- Add folder-based organization to Worksheets, including:
- Nested folders with drag-and-drop reordering
- Inline actions (rename, star/unstar, sharing)
- Filters for worksheet types
- Add project-level data query policies (previously workspace-only).
- Support [cross-account AWS IAM Authentication](https://docs.bytebase.com/get-started/connect/aws#cross-account-iam-authentication).
- **PostgreSQL** - Add [AI-driven custom SDL review](https://docs.bytebase.com/gitops/state-based-workflow/sql-review-ci#ai-powered-validation-with-your-standards).

## 🔔 Notable changes

- Add TLS configuration support for Vault connections.

## 🎄 Enhancements

- Revamp issue search UI.
- Add **GitOps Service Agent** role for automated CI/CD workflows.
- **PostgreSQL** - Support SDL for materialized views, enum types, and extensions.
- **BigQuery** - Add dry-run support in SQL Editor to validate queries before execution.

<InstallUpgrade />
1 change: 1 addition & 0 deletions mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
{
"tab": "Changelog",
"pages": [
"changelog/bytebase-3-12-1",
"changelog/bytebase-3-12-0",
"changelog/bytebase-3-11-1",
"changelog/bytebase-3-11-0",
Expand Down