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 TiDB 5.2.0 release note #6237

Merged
merged 33 commits into from
Aug 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1bb4973
Create release-5.2.0.md
qiancai Aug 24, 2021
f0ee59a
Update release-5.2.0.md
qiancai Aug 24, 2021
1a1d74b
Update release-5.2.0.md
qiancai Aug 25, 2021
2e7119b
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
e078170
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
cb91e5f
Update releases/release-5.2.0.md
qiancai Aug 25, 2021
cd10318
Apply suggestions from code review
qiancai Aug 25, 2021
b5434e6
Apply suggestions from code review
qiancai Aug 25, 2021
8e984a5
bug fix: pr --> issue
TomShawn Aug 25, 2021
21a6982
Update releases/release-5.2.0.md
TomShawn Aug 25, 2021
f2c1b3d
refine format
TomShawn Aug 25, 2021
4fd986b
Apply suggestions from code review
qiancai Aug 26, 2021
456e8a1
Update releases/release-5.2.0.md
qiancai Aug 26, 2021
d718b2c
Apply suggestions from code review
qiancai Aug 26, 2021
442ddaf
update missed lines
en-jin19 Aug 26, 2021
b20a98c
Update telemetry.md
qiancai Aug 27, 2021
95f5ea0
Apply suggestions from code review
qiancai Aug 27, 2021
4d525e7
Merge remote-tracking branch 'upstream/master' into add_5.2_rc
qiancai Aug 27, 2021
243da00
Merge branch 'add_5.2_rc' of https://github.com/qiancai/docs into add…
qiancai Aug 27, 2021
8406bf8
Update release-5.2.0.md
qiancai Aug 27, 2021
9707848
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
6f3521a
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
1550080
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
cb524c8
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
dda0aef
Merge remote-tracking branch 'upstream/master' into add_5.2_rc
qiancai Aug 27, 2021
690a6e5
Update tidb-configuration-file.md
qiancai Aug 27, 2021
9f115cf
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
dcdad8f
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
0ba1ec8
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
3d156b3
Update releases/release-5.2.0.md
TomShawn Aug 27, 2021
57cb0b2
Update releases/release-5.2.0.md
qiancai Aug 27, 2021
28e034b
update
qiancai Aug 27, 2021
51909ea
Merge branch 'add_5.2_rc' of https://github.com/qiancai/docs into add…
qiancai Aug 27, 2021
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
Prev Previous commit
Next Next commit
refine format
  • Loading branch information
TomShawn committed Aug 25, 2021
commit f2c1b3d49c424a967c9a2ec95e0d3d1e91a29e44
15 changes: 9 additions & 6 deletions releases/release-5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,18 @@ For detailed information of the collected data and how to disable data collectio

+ TiCDC

- Add HTTP API. Support querying and modifying TiCDC clusters. [#2416](https://github.com/pingcap/ticdc/pull/2416)
- Add the binary MQ format designed for TiDB. It is more compact than the open protocols based on JSON [#1621](https://github.com/pingcap/ticdc/pull/1621)
- Remove support for file sorter [#2114](https://github.com/pingcap/ticdc/pull/2114)
- Support log rotation configurations [#2182](https://github.com/pingcap/ticdc/pull/2182)
- Add HTTP API. Support querying and modifying TiCDC clusters. [#2416](https://github.com/pingcap/ticdc/pull/2416)
qiancai marked this conversation as resolved.
Show resolved Hide resolved
- Add the binary MQ format designed for TiDB. It is more compact than the open protocols based on JSON [#1621](https://github.com/pingcap/ticdc/pull/1621)
- Remove support for file sorter [#2114](https://github.com/pingcap/ticdc/pull/2114)
- Support log rotation configurations [#2182](https://github.com/pingcap/ticdc/pull/2182)

+ TiDB Lightning

- Support customized line terminators (except `\r` and `\n`) [#1297](https://github.com/pingcap/br/pull/1297)
- Support expression index and the index that depends on virtual generated columns [#1407](https://github.com/pingcap/br/pull/1407)
- Support customized line terminators (except `\r` and `\n`) [#1297](https://github.com/pingcap/br/pull/1297)
- Support expression index and the index that depends on virtual generated columns [#1407](https://github.com/pingcap/br/pull/1407)

+ Dumpling

- Support backing up MySQL compatible databases but does not support `START TRANSACTION ... WITH CONSISTENT SNAPSHOT` or`SHOW CREATE TABLE` [#311](https://github.com/pingcap/dumpling/pull/311)

## Improvements
Expand Down Expand Up @@ -242,13 +243,15 @@ For detailed information of the collected data and how to disable data collectio
+ Tools

+ TiCDC

- Add the concurrency limit to the incremental scan of kv client [#1899](https://github.com/pingcap/ticdc/pull/1899)
- TiCDC can always pull the old value internally [#2271](https://github.com/pingcap/ticdc/pull/2271)
- TiCDC can fail and exit fast when unrecoverable DML errors occur [#1928](https://github.com/pingcap/ticdc/pull/1928)
- `resolve lock` cannot be run immediately after a Region is initialized [#2235](https://github.com/pingcap/ticdc/pull/2235)
- Optimize workerpool to reduce the number of goroutines under high concurrency [#2201](https://github.com/pingcap/ticdc/pull/2201)

+ Dumpling

- Support always splitting TiDB v3.x tables through `tidb_rowid` to save TiDB memory [#301](https://github.com/pingcap/dumpling/pull/301)
- Reduce access of Dumpling to the `information_schema` to improve stability [#305](https://github.com/pingcap/dumpling/pull/305)

Expand Down