File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2022-xx-xx
4
+
5
+
6
+ ## 2.2.0 - 2022-12-21
4
7
- Minimum supported Rust version (MSRV) is now 1.59.
5
- - Update tokio-uring to 0.4
8
+ - Update ` tokio-uring ` dependency to ` 0.4 ` . [ # 473 ]
6
9
7
10
[ #473 ] : https://github.com/actix/actix-net/pull/473
8
11
12
15
13
16
14
17
## 2.1.0 - 2022-03-08
15
- - Update ` tokio-uring ` dependency to ` 0.3.0 ` . [ #448 ]
18
+ - Update ` tokio-uring ` dependency to ` 0.3 ` . [ #448 ]
16
19
- Logs emitted now use the ` tracing ` crate with ` log ` compatibility. [ #448 ]
17
20
- Wait for accept thread to stop before sending completion signal. [ #443 ]
18
21
25
28
26
29
27
30
## 2.0.0-rc.4 - 2022-01-12
28
- - Update ` tokio-uring ` dependency to ` 0.2.0 ` . [ #436 ]
31
+ - Update ` tokio-uring ` dependency to ` 0.2 ` . [ #436 ]
29
32
30
33
[ #436 ] : https://github.com/actix/actix-net/pull/436
31
34
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-server"
3
- version = " 2.1.1 "
3
+ version = " 2.2.0 "
4
4
authors = [
5
5
" Nikolay Kim <[email protected] >" ,
6
6
Original file line number Diff line number Diff line change 3
3
> General purpose TCP server built for the Actix ecosystem.
4
4
5
5
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-server?label=latest )] ( https://crates.io/crates/actix-server )
6
- [ ![ Documentation] ( https://docs.rs/actix-server/badge.svg?version=2.1.1 )] ( https://docs.rs/actix-server/2.1.1 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-server/badge.svg?version=2.2.0 )] ( https://docs.rs/actix-server/2.2.0 )
7
7
[ ![ Version] ( https://img.shields.io/badge/rustc-1.52+-ab6000.svg )] ( https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html )
8
8
![ License] ( https://img.shields.io/crates/l/actix-server.svg )
9
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-server/2.1.1 /status.svg )] ( https://deps.rs/crate/actix-server/2.1.1 )
9
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-server/2.2.0 /status.svg )] ( https://deps.rs/crate/actix-server/2.2.0 )
10
10
![ Download] ( https://img.shields.io/crates/d/actix-server.svg )
11
11
[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
12
12
You can’t perform that action at this time.
0 commit comments