File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] , and this project adheres to
6
6
[ Semantic Versioning] .
7
7
8
- # 0.6.1 (16. July 2024)
8
+ # 0.7.0 (16. July 2024)
9
9
10
+ - ** fixed** : Graceful shutdown now stops accepting requests from existing connections.
10
11
- ** changed** : Updated ` rustls ` from ` 0.21 ` to ` 0.23 ` .
11
12
- ** changed** : Updated ` tokio-rustls ` from ` 0.24 ` to ` 0.26 ` .
12
13
- ** changed** : Updated ` hyper ` from ` 1.0.1 ` to ` 1.4 ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
9
9
name = " axum-server"
10
10
readme = " README.md"
11
11
repository = " https://github.com/programatik29/axum-server"
12
- version = " 0.6.1 "
12
+ version = " 0.7.0 "
13
13
14
14
[features ]
15
15
default = []
You can’t perform that action at this time.
0 commit comments