Skip to content

Commit

Permalink
Fix runtime panic that occurs when KeepAlive is called with a Context…
Browse files Browse the repository at this point in the history
… implemented by an uncomparable type etcd-io#18893

Signed-off-by: KT <[email protected]>
  • Loading branch information
ktalg committed Nov 26, 2024
1 parent 2abb334 commit 581bf75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/

## v3.4.36 (TBC)

### Package `clientv3`
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18893)

<hr>

## v3.4.35 (2024-11-12)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
## Dependencies
- Bump [golang-jwt/jwt to 4.5.1 to address GO-2024-3250](https://github.com/etcd-io/etcd/pull/18899).

### Package `clientv3`
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18893)


<hr>

## v3.5.17 (2024-11-12)
Expand Down

0 comments on commit 581bf75

Please sign in to comment.