> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytebase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bytebase 1.10.0 - Dec 29, 2022

> - Workspace admin and DBA can now view audit logs. - Support CRUD database role (only for PostgreSQL) via Terraform Provider. - Support viewing and editing primary keys and foreign keys in the Schema editor for MySQL. - Support MySQL/TiDB SSL connection.

## 🚀 New Features

* Workspace admin and DBA can now view audit logs.
* Support CRUD database role (only for PostgreSQL) via Terraform Provider. Read the [docs](https://registry.terraform.io/providers/bytebase/bytebase/latest/docs/resources/database_role).
* Support viewing and editing primary keys and foreign keys in the Schema Editor for MySQL.
* Support MySQL/TiDB SSL connection.
* Support DML with large SQL (up to 100MB).
* Support online migration for UI workflow under tenant mode.

## 🎄 Enhancements

* Display mark-as-done tasks as skipped.
* Removed the database name grouping rule in tenant mode projects.
* Support searching projects, instances, and environments in the database search box.
* UX improvement for database list page.
* Speed up the issue detail page.

## 🐞 Notable bug fixes

* Fixed: querying Snowflake from SQL Editor.

## 🎠 Community

* We have revamped our [GitHub README page](https://github.com/bytebase). Please do check it out!
* Thanks to [@piglig](https://github.com/piglig) for the PRs：
  * refactor: remove unnecessary error checking [#3925](https://github.com/bytebase/bytebase/pull/3925)
  * docs: fix data model picture reference invalid [#3926](https://github.com/bytebase/bytebase/pull/3926)
  * refactor: remove in-effective break [#3943](https://github.com/bytebase/bytebase/pull/3943)

## 📰 Fresh off the press

* Database change has long been the most critical step in a release. If you do it well, you are one step closer to [improving CI/CD efficiency](https://www.bytebase.com/blog/database-cicd-best-practice).

## ⚙️ Install and Upgrade

* [Fresh install](/get-started/self-host/deploy-with-docker)

* [Upgrade](/get-started/self-host/upgrade)

*Before upgrading: 1) Back up the [metadata](https://www.bytebase.com/docs/administration/back-up-restore-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.*
