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 release notes for v7.5.5 #19299

Merged
merged 30 commits into from
Dec 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ecbebf4
add release notes for v7.5.5
Oreoxmt Dec 13, 2024
5e15307
move tidb_ddl_reorg_max_write_speed to compatibility changes
Oreoxmt Dec 13, 2024
2cd5337
add TiKV
Oreoxmt Dec 16, 2024
677b1d9
add PD
Oreoxmt Dec 16, 2024
a5ca6d9
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
234d4a0
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
ebf73e6
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
1300cc5
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
de15358
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
8c0feb5
Update releases/release-7.5.5.md
D3Hunter Dec 16, 2024
c6be8c0
add TiFlash
Oreoxmt Dec 17, 2024
be22023
Update releases/release-7.5.5.md
JaySon-Huang Dec 17, 2024
f402dec
add TiDB > sql-infra
Oreoxmt Dec 17, 2024
ecdadaa
add TiCDC
Oreoxmt Dec 18, 2024
6157b2b
add dup for v8.1.2
Oreoxmt Dec 18, 2024
8598b10
update assignment
Oreoxmt Dec 18, 2024
b34f40f
Apply suggestions from code review
hfxsd Dec 18, 2024
0011561
Update releases/release-7.5.5.md
hfxsd Dec 18, 2024
8e8ae47
update TiKV and DM bug fixes
qiancai Dec 18, 2024
451832c
Apply suggestions from code review
Oreoxmt Dec 19, 2024
c618d20
Update releases/release-7.5.5.md
D3Hunter Dec 19, 2024
cde6477
Apply suggestions from code review
Oreoxmt Dec 24, 2024
772ae0b
remove empty notes
Oreoxmt Dec 24, 2024
00b6809
update release date
Oreoxmt Dec 24, 2024
271daa1
remove comments
Oreoxmt Dec 24, 2024
d1a27bd
Update wording
lilin90 Dec 24, 2024
c2b8574
Merge branch 'v7.5.5' into update-release-date-v7.5.5
Oreoxmt Dec 25, 2024
d61d890
Merge pull request #7 from Oreoxmt/update-release-date-v7.5.5
Oreoxmt Dec 30, 2024
5cabc1e
Merge branch 'master' into v7.5.5
Oreoxmt Dec 30, 2024
01885f9
Apply suggestions from code review
Oreoxmt Dec 30, 2024
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
Update releases/release-7.5.5.md
  • Loading branch information
D3Hunter authored Dec 16, 2024
commit a5ca6d9484fcb023412bfebe4d478a8c8ed15710
1 change: 1 addition & 0 deletions releases/release-7.5.5.md
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ TiDB 版本:7.5.5
- (dup): release-7.1.3.md > 错误修复> TiKV - 修复 Online Unsafe Recovery 时无法处理 merge abort 的问题 [#15580](https://github.com/tikv/tikv/issues/15580) @[v01dstar](https://github.com/v01dstar)
- (dup): release-8.3.0.md > 错误修复> TiKV - 修复 CPU profiling flag 在出现错误时没有正确重置的问题 [#17234](https://github.com/tikv/tikv/issues/17234) @[Connor1996](https://github.com/Connor1996)
- (dup): release-8.5.0.md > 错误修复> TiKV - 修复 `raft-entry-max-size` 设置过高时,写入 batch 可能过大引起性能抖动的问题 [#17701](https://github.com/tikv/tikv/issues/17701) @[SpadeA-Tang](https://github.com/SpadeA-Tang)
D3Hunter marked this conversation as resolved.
Show resolved Hide resolved
- 修复 import 冲突检测接口可能会导致 panic 的问题 [#17830](https://github.com/tikv/tikv/issues/17830) @[joccau](https://github.com/joccau)
qiancai marked this conversation as resolved.
Show resolved Hide resolved

+ PD

Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading