diff --git a/releases/3.0.14.md b/releases/3.0.14.md index de88b1cfeca88..a773c27fe0c09 100644 --- a/releases/3.0.14.md +++ b/releases/3.0.14.md @@ -52,6 +52,7 @@ TiUP version: 3.0.14 - Prohibit starting TiDB when the `status` port is occupied [#15466](https://github.com/pingcap/tidb/pull/15466) - Change the character set of the `current_role` function from `binary` to `utf8mb4` [#16083](https://github.com/pingcap/tidb/pull/16083) - Improve `max-execution-time` usability by checking the interrupt signal when the data of a new Region is read [#15615](https://github.com/pingcap/tidb/pull/15615) + - Add the `ALTER TABLE ... AUTO_ID_CACHE` syntax for explicitly setting the cache step of `auto_id` [#16287](https://github.com/pingcap/tidb/pull/16287) + TiKV