Skip to content

Commit

Permalink
fixup changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Sep 4, 2024
1 parent 53b447b commit 4b7fd78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## v0.6.4

- Guarantee the internal `SessionActor` is dropped before `ServerExt::on_disconnect` is called.
- Force-close clients if they encounter an IO error, since an IO error might mean the client is hanging (e.g. after an IP address change) and should be reconstructed.
- Return `CloseCode::Abnormal` from keepalive timeouts instead of `CloseCode::Normal`.
- Fix DDOS by honest clients when servers check capacity *after* clients connect.


## v0.6.3

- Allow users to use tokio v2.4.0 in their projects. See [#106](https://github.com/gbaranski/ezsockets/pull/106).
- Force-close clients if they encounter an IO error, since an IO error might mean the client is hanging (e.g. after an IP address change) and should be reconstructed.
- Return `CloseCode::Abnormal` from keepalive timeouts instead of `CloseCode::Normal`.
- Fix DDOS by honest clients when servers check capacity *after* clients connect.


## v0.6.2
Expand Down

0 comments on commit 4b7fd78

Please sign in to comment.