Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add v6.1.5 release notes #13130

Merged
merged 11 commits into from
Feb 28, 2023
55 changes: 55 additions & 0 deletions releases/release-6.1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: TiDB 6.1.4 Release Notes
summary: 了解 TiDB 6.1.4 版本的新功能、兼容性变更、改进提升,以及错误修复。
qiancai marked this conversation as resolved.
Show resolved Hide resolved
---

# TiDB 6.1.5 Release Notes

发版日期:2023 年 2 月 28 日

TiDB 版本:6.1.5

试用链接:[快速体验](https://docs.pingcap.com/zh/tidb/v6.1/quick-start-with-tidb) | [生产部署](https://docs.pingcap.com/zh/tidb/v6.1/production-deployment-using-tiup) | [下载离线包](https://cn.pingcap.com/product-community/?version=v6.1.5#version-list)

## 兼容性变更

- 自 2023 年 2 月 20 日起,新发布的 TiDB 和 TiDB Dashboard 版本(包含 6.1.5),默认关闭[遥测功能](/telemetry.md),即默认不再收集使用情况信息分享给 PingCAP。如果升级至这些版本前使用默认的遥测配置,则升级后遥测功能处于关闭状态。具体的版本可参考 [TiDB 版本发布时间线](/releases/release-timeline.md)。

- 系统变量[`tidb_enable_telemetry`](/system-variables.md#tidb_enable_telemetry-从-v402-版本开始引入) 默认值由 `ON` 修改为 `OFF`。
qiancai marked this conversation as resolved.
Show resolved Hide resolved
- TiDB 配置项 [`enable-telemetry`](/tidb-configuration-file.md#enable-telemetry-从-v402-版本开始引入) 默认值由 `true` 改为 `false`
qiancai marked this conversation as resolved.
Show resolved Hide resolved
- PD 配置项 [`enable-telemetry`](/pd-configuration-file.md#enable-telemetry) 默认值由 `true` 改为 `false`。

- 从 v1.11.3 起,新部署的 TiUP 默认关闭遥测功能,即默认不再收集使用情况信息。如果从 v1.11.3 之前的 TiUP 版本升级至 v1.11.3 或更高 TiUP 版本,遥测保持升级前的开启或关闭状态。

## 提升改进

- TiDB

- dup 允许 `AUTO_RANDOM` 列作为聚簇复合索引中的第一列 [#38572](https://github.com/pingcap/tidb/issues/38572) @[tangenta](https://github.com/tangenta)

## Bug 修复

+ TiDB

- Issue 描述 [#issue](issue-url) @[author](author-github-url)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 修复一个因为 data race 可能导致 TiDB 重启的问题 #39426 @XuHuaiyu

- Issue 描述 [#issue](issue-url) @[author](author-github-url)

qiancai marked this conversation as resolved.
Show resolved Hide resolved
- PD

- dup 修复 PD 可能会非预期地向 Region 添加多个 Learner 的问题 [#5786](https://github.com/tikv/pd/issues/5786) @[HunDunDM](https://github.com/HunDunDM)
- dup 修复调用 `ReportMinResolvedTS` 过于频繁导致 PD OOM 的问题 [#5965](https://github.com/tikv/pd/issues/5965) @[HundunDM](https://github.com/HunDunDM)
- Issue 描述 [#issue](issue-url) @[author](author-github-url)

+ Tools

+ TiCDC

qiancai marked this conversation as resolved.
Show resolved Hide resolved
- Issue 描述 [#issue](issue-url) @[author](author-github-url)
- Issue 描述 [#issue](issue-url) @[author](author-github-url)
- Issue 描述 [#issue](issue-url) @[author](author-github-url)
- Issue 描述 [#issue](issue-url) @[author](author-github-url)

+ TiDB Data Migration (DM)

- dup 修复 `binlog-schema delete` 命令执行失败的问题 [#7373](https://github.com/pingcap/tiflow/issues/7373) @[liumengya94](https://github.com/liumengya94)
- dup 修复当最后一个 binlog 是被 skip 的 DDL 时,checkpoint 不推进的问题 [#8175](https://github.com/pingcap/tiflow/issues/8175) @[D3Hunter](https://github.com/D3Hunter)