-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add TiDB 3.1.2 release notes #3487
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a3b2a96
add TiDB 3.1.2 release notes
TomShawn a600b4d
Update releases/release-3.1.2.md
TomShawn 4bb2167
Update releases/release-3.1.2.md
TomShawn 25393be
correct tiup version
TomShawn 4a5d410
fix a note
TomShawn b0fd6b9
remove tiup version
TomShawn a15062a
Merge branch 'master' into 3.1.2-rn
TomShawn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,8 +10,6 @@ aliases: ['/docs-cn/dev/releases/3.0.13/'] | |
|
|
||
| TiDB 版本:3.0.13 | ||
|
|
||
| TiUP 版本:3.0.13 | ||
|
|
||
| ## Bug 修复 | ||
|
|
||
| + TiDB | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,8 +10,6 @@ aliases: ['/docs-cn/dev/releases/3.0.14/'] | |
|
|
||
| TiDB 版本:3.0.14 | ||
|
|
||
| TiUP 版本:3.0.14 | ||
|
|
||
| ## 兼容性变化 | ||
|
|
||
| + TiDB | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| title: TiDB 3.1.2 Release Notes | ||
| category: Releases | ||
| --- | ||
|
|
||
| # TiDB 3.1.2 Release Notes | ||
|
|
||
| 发版日期:2020 年 6 月 4 日 | ||
|
|
||
| TiDB 版本:3.1.2 | ||
|
|
||
| ## Bug 修复 | ||
|
|
||
| + TiKV | ||
|
|
||
| - 修复 S3 和 GCS 备份恢复时的错误处理问题 [#7965](https://github.com/tikv/tikv/pull/7965) | ||
| - 修复备份过程中的 `DefaultNotFound` 错误 [#7838](https://github.com/tikv/tikv/pull/7938) | ||
|
|
||
| + Tools | ||
|
|
||
| - Backup & Restore (BR) | ||
|
|
||
| - 提升备份恢复到 S3 和 GCS 存储的稳定性,在网络较差时会自动重试 [#314](https://github.com/pingcap/br/pull/314) [#7965](https://github.com/tikv/tikv/pull/7965) | ||
| - 修复恢复数据时因找不到 Region leader 出现的 `NotLeader` 错误,BR 会自动重试 [#303](https://github.com/pingcap/br/pull/303) | ||
| - 修复恢复数据时 `rowID` 大于 `2^(63)` 的数据丢失问题 [#323](https://github.com/pingcap/br/pull/323) | ||
| - 修复恢复数据时无法恢复空库空表的问题 [#318](https://github.com/pingcap/br/pull/318) | ||
| - 增加备份恢复 S3 时的 AWS KMS 服务端加密 (SSE) 支持 [#261](https://github.com/pingcap/br/pull/261) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,8 +9,6 @@ category: Releases | |
|
|
||
| TiDB 版本:4.0.0-rc.2 | ||
|
|
||
| TiUP 版本:4.0.0-rc.2 | ||
|
|
||
| ## 兼容性变化 | ||
|
|
||
| + TiDB | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.