Skip to content

Commit 4a54671

Browse files
authored
prepare v3 compatible releases (#95)
1 parent bad5f32 commit 4a54671

File tree

12 files changed

+82
-72
lines changed

12 files changed

+82
-72
lines changed

actix-cors/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.3.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
58
* Minimum supported Rust version(MSRV) is now 1.42.0.
69
* Implement the Debug trait on all public types.
710

11+
812
## 0.3.0-alpha.1 - 2020-03-11
913
* Minimize `futures-*` dependencies
1014
* Update `actix-web` dependency to 3.0.0-alpha.1
1115

16+
1217
## 0.2.0 - 2019-12-20
1318
* Release
1419

20+
1521
## 0.2.0-alpha.3 - 2019-12-07
1622
* Migrate to actix-web 2.0.0
1723
* Bump `derive_more` crate version to 0.99.0
1824

25+
1926
## 0.1.0 - 2019-06-15
2027
* Move cors middleware to separate crate

actix-cors/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "actix-cors"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0"
44
authors = ["Nikolay Kim <[email protected]>"]
5-
description = "Cross-origin resource sharing (CORS) for actix-web applications."
5+
description = "Cross-origin resource sharing (CORS) controls for Actix web"
66
readme = "README.md"
7-
keywords = ["cors", "web", "framework"]
7+
keywords = ["actix", "cors", "web", "security", "crossorigin"]
88
homepage = "https://actix.rs"
99
repository = "https://github.com/actix/actix-extras.git"
1010
documentation = "https://docs.rs/actix-cors/"
@@ -17,7 +17,7 @@ path = "src/lib.rs"
1717

1818
[dependencies]
1919
actix-web = { version = "3.0.0", default_features = false }
20-
actix-service = "1.0.1"
20+
actix-service = "1.0.6"
2121
derive_more = "0.99.2"
2222
futures-util = { version = "0.3.4", default-features = false }
2323

actix-identity/CHANGES.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.3.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
5-
* Minimum supported Rust version(MSRV) is now 1.42.0.
8+
* Minimum supported Rust version (MSRV) is now 1.42.0.
69

7-
## [0.3.0-alpha.1] - 2020-03-14
810

11+
## 0.3.0-alpha.1 - 2020-03-14
912
* Update the `time` dependency to 0.2.7
1013
* Update the `actix-web` dependency to 3.0.0-alpha.1
1114
* Minimize `futures` dependency
1215

13-
## [0.2.1] - 2020-01-10
1416

17+
## 0.2.1 - 2020-01-10
1518
* Fix panic with already borrowed: BorrowMutError #1263
1619

17-
## [0.2.0] - 2019-12-20
1820

21+
## 0.2.0 - 2019-12-20
1922
* Use actix-web 2.0
2023

21-
## [0.1.0] - 2019-06-xx
2224

25+
## 0.1.0 - 2019-06-xx
2326
* Move identity middleware to separate crate

actix-identity/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "actix-identity"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0"
44
authors = ["Nikolay Kim <[email protected]>"]
5-
description = "Identity service for actix-web framework."
5+
description = "Identity service for Actix web"
66
readme = "README.md"
7-
keywords = ["http", "web", "framework", "async", "futures"]
7+
keywords = ["actix", "auth", "identity", "web", "security"]
88
homepage = "https://actix.rs"
99
repository = "https://github.com/actix/actix-web.git"
1010
documentation = "https://docs.rs/actix-identity/"

actix-protobuf/CHANGES.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.6.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
58
* Minimum supported Rust version(MSRV) is now 1.42.0 to use `matches!` macro.
69

7-
## 0.6.0-alpha.1 (2020-07-06)
810

11+
## 0.6.0-alpha.1 - 2020-07-06
912
* Update `actix-web` to 3.0.0-alpha.3
10-
1113
* Minimum supported Rust version(MSRV) is now 1.40.0.
12-
1314
* Minimize `futures` dependency
1415

15-
## 0.5.1 (2019-02-17)
1616

17+
## 0.5.1 - 2019-02-17
1718
* Move repository to actix-extras
1819

19-
## 0.5.0 (2019-01-24)
2020

21+
## 0.5.0 - 2019-01-24
2122
* Migrate to actix-web 2.0.0 and std::future
2223
* Update prost to 0.6
2324
* Update bytes to 0.5
2425

25-
## 0.4.1 (2019-10-03)
2626

27+
## 0.4.1 - 2019-10-03
2728
* Upgrade prost and prost-derive to 0.5.0
2829

29-
## 0.4.0 (2019-05-18)
3030

31+
## 0.4.0 - 2019-05-18
3132
* Upgrade to actix-web 1.0.0-rc
3233
* Removed `protobuf` method for `HttpRequest` (use `ProtoBuf` extractor instead)
3334

34-
## 0.3.0 (2019-03-07)
3535

36+
## 0.3.0 - 2019-03-07
3637
* Upgrade to actix-web 0.7.18
3738

38-
## 0.2.0 (2018-04-10)
3939

40+
## 0.2.0 - 2018-04-10
4041
* Provide protobuf extractor
4142

42-
## 0.1.0 (2018-03-21)
4343

44+
## 0.1.0 - 2018-03-21
4445
* First release

actix-protobuf/Cargo.toml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[package]
22
name = "actix-protobuf"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0"
44
edition = "2018"
5-
authors = ["kingxsp <[email protected]>", "Yuki Okushi <[email protected]>"]
6-
description = "Protobuf support for actix-web framework."
5+
authors = [
6+
"kingxsp <[email protected]>",
7+
"Yuki Okushi <[email protected]>"
8+
]
9+
description = "Protobuf support for Actix web"
710
readme = "README.md"
8-
keywords = ["actix"]
11+
keywords = ["actix", "protobuf", "protocol", "rpc"]
912
homepage = "https://github.com/actix/actix-extras"
1013
repository = "https://github.com/actix/actix-extras.git"
1114
license = "MIT OR Apache-2.0"
@@ -18,11 +21,9 @@ path = "src/lib.rs"
1821
[dependencies]
1922
actix-web = { version = "3.0.0", default_features = false }
2023
actix-rt = "1.1.1"
21-
2224
bytes = "0.5"
2325
futures-util = { version = "0.3.5", default-features = false }
2426
derive_more = "0.99"
25-
2627
prost = "0.6.0"
2728

2829
[dev-dependencies]

actix-redis/CHANGES.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.9.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
58
* Minimize `futures` dependency.
69

7-
## [0.9.0-alpha.2]
810

11+
## 0.9.0-alpha.2 - 2020-05-17
912
* Add `cookie_http_only` functionality to RedisSession builder, setting this
1013
to false allows JavaScript to access cookies. Defaults to true.
11-
1214
* Change type of parameter of ttl method to u32.
13-
1415
* Update `actix` to 0.10.0-alpha.3
15-
1616
* Update `tokio-util` to 0.3
17-
1817
* Minimum supported Rust version(MSRV) is now 1.40.0.
1918

20-
## [0.9.0-alpha.1]
2119

20+
## 0.9.0-alpha.1 - 2020-03-28
2221
* Update `actix` to 0.10.0-alpha.2
23-
2422
* Update `actix-session` to 0.4.0-alpha.1
25-
2623
* Update `actix-web` to 3.0.0-alpha.1
27-
2824
* Update `time` to 0.2.9
2925

26+
3027
## [0.8.1] 2020-02-18
3128

3229
* Move `env_logger` dependency to dev-dependencies and update to 0.7

actix-redis/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "actix-redis"
3-
version = "0.9.0-alpha.2"
3+
version = "0.9.0"
44
authors = ["Nikolay Kim <[email protected]>"]
5-
description = "Redis integration for actix framework"
5+
description = "Redis integration for Actix web"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
keywords = ["web", "redis", "async", "actix", "tokio"]
8+
keywords = ["actix", "redis", "async", "session"]
99
homepage = "https://github.com/actix/actix-extras"
1010
repository = "https://github.com/actix/actix-extras.git"
1111
documentation = "https://docs.rs/actix-redis/"
@@ -33,7 +33,7 @@ web = [
3333

3434
[dependencies]
3535
actix = "0.10.0"
36-
actix-utils = "1.0.3"
36+
actix-utils = "2.0.0"
3737

3838
log = "0.4.6"
3939
backoff = "0.2.1"
@@ -49,7 +49,7 @@ tokio-util = "0.3.0"
4949
actix-web = { version = "3.0.0", default_features = false, optional = true }
5050
actix-http = { version = "2.0.0", optional = true }
5151
actix-service = { version = "1.0.6", optional = true }
52-
actix-session = { version = "0.4.0-alpha.1", optional = true }
52+
actix-session = { version = "0.4.0", optional = true }
5353
rand = { version = "0.7.0", optional = true }
5454
serde = { version = "1.0.101", optional = true }
5555
serde_json = { version = "1.0.40", optional = true }

actix-session/CHANGES.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,80 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.4.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
58
* Minimum supported Rust version(MSRV) is now 1.42.0.
69

710

8-
## [0.4.0-alpha.1] - 2020-03-14
11+
## 0.4.0-alpha.1 - 2020-03-14
912
* Update the `time` dependency to 0.2.7
1013
* Update the `actix-web` dependency to 3.0.0-alpha.1
1114
* Long lasting auto-prolonged session [#1292]
1215
* Minimize `futures` dependency
1316

1417
[#1292]: https://github.com/actix/actix-web/pull/1292
1518

16-
## [0.3.0] - 2019-12-20
1719

20+
## 0.3.0 - 2019-12-20
1821
* Release
1922

20-
## [0.3.0-alpha.4] - 2019-12-xx
2123

24+
## 0.3.0-alpha.4 - 2019-12-xx
2225
* Allow access to sessions also from not mutable references to the request
2326

24-
## [0.3.0-alpha.3] - 2019-12-xx
2527

28+
## 0.3.0-alpha.3 - 2019-12-xx
2629
* Add access to the session from RequestHead for use of session from guard methods
27-
2830
* Migrate to `std::future`
29-
3031
* Migrate to `actix-web` 2.0
3132

32-
## [0.2.0] - 2019-07-08
3333

34+
## 0.2.0 - 2019-07-08
3435
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
3536
at successful login to cycle a session (new key/cookie but keeps state).
3637
Use ``Session.purge()`` at logout to invalid a session cookie (and remove
3738
from redis cache, if applicable).
3839

39-
## [0.1.1] - 2019-06-03
4040

41+
## 0.1.1 - 2019-06-03
4142
* Fix optional cookie session support
4243

43-
## [0.1.0] - 2019-05-18
4444

45+
## 0.1.0 - 2019-05-18
4546
* Use actix-web 1.0.0-rc
4647

47-
## [0.1.0-beta.4] - 2019-05-12
4848

49+
## 0.1.0-beta.4 - 2019-05-12
4950
* Use actix-web 1.0.0-beta.4
5051

51-
## [0.1.0-beta.2] - 2019-04-28
5252

53+
## 0.1.0-beta.2 - 2019-04-28
5354
* Add helper trait `UserSession` which allows to get session for ServiceRequest and HttpRequest
5455

55-
## [0.1.0-beta.1] - 2019-04-20
5656

57+
## 0.1.0-beta.1 - 2019-04-20
5758
* Update actix-web to beta.1
58-
5959
* `CookieSession::max_age()` accepts value in seconds
6060

61-
## [0.1.0-alpha.6] - 2019-04-14
6261

62+
## 0.1.0-alpha.6 - 2019-04-14
6363
* Update actix-web alpha.6
6464

65-
## [0.1.0-alpha.4] - 2019-04-08
6665

66+
## 0.1.0-alpha.4 - 2019-04-08
6767
* Update actix-web
6868

69-
## [0.1.0-alpha.3] - 2019-04-02
7069

70+
## 0.1.0-alpha.3 - 2019-04-02
7171
* Update actix-web
7272

73-
## [0.1.0-alpha.2] - 2019-03-29
7473

74+
## 0.1.0-alpha.2 - 2019-03-29
7575
* Update actix-web
76-
7776
* Use new feature name for secure cookies
7877

79-
## [0.1.0-alpha.1] - 2019-03-28
8078

79+
## 0.1.0-alpha.1 - 2019-03-28
8180
* Initial impl

actix-session/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "actix-session"
3-
version = "0.4.0-alpha.1"
3+
version = "0.4.0"
44
authors = ["Nikolay Kim <[email protected]>"]
5-
description = "Session for actix-web framework."
5+
description = "Sessions for Actix web"
66
readme = "README.md"
7-
keywords = ["http", "web", "framework", "async", "futures"]
7+
keywords = ["http", "web", "framework", "async", "session"]
88
homepage = "https://actix.rs"
99
repository = "https://github.com/actix/actix-web.git"
1010
documentation = "https://docs.rs/actix-session/"

actix-web-httpauth/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.5.0 - 2020-09-11
47
* Update `actix-web` dependency to 3.0.0.
58
* Minimum supported Rust version(MSRV) is now 1.42.0.
69

0 commit comments

Comments
 (0)