Skip to content

Commit

Permalink
Merge pull request #18844 from ghouscht/changelog-update-defrag-fixes
Browse files Browse the repository at this point in the history
docs(CHANGELOG): update 3.4/3.5 changelogs with defrag fixes
  • Loading branch information
ahrtr authored Nov 7, 2024
2 parents 95fc61b + 456063c commit 4ad9261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/

### etcd server
- Fix [watchserver related goroutine leakage](https://github.com/etcd-io/etcd/pull/18785)
- Fix [panicking occurred due to improper error handling during defragmentation](https://github.com/etcd-io/etcd/pull/18843)

### Dependencies
- Compile binaries using [go 1.22.8](https://github.com/etcd-io/etcd/pull/18670).
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [watchserver related goroutine leakage](https://github.com/etcd-io/etcd/pull/18784)
- Fix [risk of a partial write txn being applied](https://github.com/etcd-io/etcd/pull/18799)
- Fix [panicking occurred due to improper error handling during defragmentation](https://github.com/etcd-io/etcd/pull/18842)

### Dependencies
- Compile binaries using [go 1.22.8](https://github.com/etcd-io/etcd/pull/18669).
Expand Down

0 comments on commit 4ad9261

Please sign in to comment.