diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b779b33fa..36f7bc558 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,14 +8,13 @@ INSERT_PR_TYPE ## PR Checklist -Check your PR fulfills the following: - + - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] A changelog entry has been made for the appropriate packages. -- [ ] Format code with the latest stable rustfmt +- [ ] Format code with the latest stable rustfmt. ## Overview diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 22d91b980..a2f9352a4 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2021-xx-xx +## 0.6.0-beta.2 - 2021-06-27 +* No notable changes. + + ## 0.6.0-beta.1 - 2021-04-02 * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 249de2f69..7de1aeb05 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.6.0-beta.1" +version = "0.6.0-beta.2" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index 9a2549c3d..f4337188f 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,9 +3,9 @@ > Cross-origin resource sharing (CORS) for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors) -[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.1)](https://docs.rs/actix-cors/0.6.0-beta.1) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.2)](https://docs.rs/actix-cors/0.6.0-beta.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.2/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.2) ## Documentation & Resources diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index dbac0f08e..53ae4d4ef 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2020-xx-xx +## 0.4.0-beta.2 - 2020-06-27 +* No notable changes. + + ## 0.4.0-beta.1 - 2020-04-02 * Rename `CookieIdentityPolicy::{max_age => max_age_secs}`. [#168] * Rename `CookieIdentityPolicy::{max_age_time => max_age}`. [#168] diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index b0e50795b..2218eb844 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-identity" -version = "0.4.0-beta.1" +version = "0.4.0-beta.2" authors = ["Nikolay Kim "] description = "Identity service for Actix web" keywords = ["actix", "auth", "identity", "web", "security"] @@ -22,5 +22,5 @@ serde_json = "1.0" time = "0.2.23" [dev-dependencies] -actix-http = "3.0.0-beta.4" +actix-http = "3.0.0-beta.8" actix-rt = "2" diff --git a/actix-identity/README.md b/actix-identity/README.md index 9ed752300..281111b1d 100644 --- a/actix-identity/README.md +++ b/actix-identity/README.md @@ -3,9 +3,9 @@ > Identity service for actix-web framework. [![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity) -[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.1)](https://docs.rs/actix-identity/0.4.0-beta.1) +[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.2)](https://docs.rs/actix-identity/0.4.0-beta.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity) -[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.1/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.2/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.2) ## Documentation & community resources diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index efa176518..d9b5386e6 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx + + +## 0.7.0-beta.1 - 2020-06-27 * Bump `prost` version to 0.7. [#144] * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 163728116..b99f5db16 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.6.0" +version = "0.7.0-beta.1" edition = "2018" authors = [ "kingxsp ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 43f4af7c2..3bba256cd 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -1,14 +1,17 @@ # actix-protobuf -[![crates.io](https://img.shields.io/crates/v/actix-protobuf)](https://crates.io/crates/actix-protobuf) -[![Documentation](https://docs.rs/actix-protobuf/badge.svg)](https://docs.rs/actix-protobuf) -[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.5.1/status.svg)](https://deps.rs/crate/actix-protobuf/0.5.1) +> Protobuf support for Actix Web. + +[![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.1)](https://docs.rs/actix-protobuf/0.7.0-beta.1) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) -[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.1/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.1) -> Protobuf support for actix-web framework. +## Documentation & Resources -- Minimum Supported Rust Version (MSRV): 1.46 +- [API Documentation](https://docs.rs/actix-protobuf) +- [Example Project](https://github.com/actix/examples/tree/master/other/protobuf) +- Minimum Supported Rust Version (MSRV): 1.46.0 ## Example @@ -36,7 +39,7 @@ See [here](https://github.com/actix/actix-extras/tree/master/actix-protobuf/exam This project is licensed under either of -* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)) -* MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)) +- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)) at your option. diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index eb1b842cb..8472aeee6 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2020-xx-xx +## 0.10.0-beta.2 - 2020-06-27 +* No notable changes. + + ## 0.10.0-beta.1 - 2020-04-02 * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index c42d7ed9c..de190d7ed 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.10.0-beta.1" +version = "0.10.0-beta.2" authors = ["Nikolay Kim "] description = "Redis integration for Actix and session store for Actix Web" license = "MIT OR Apache-2.0" @@ -46,14 +46,14 @@ tokio-util = "0.6.1" # actix-session actix-web = { version = "4.0.0-beta.8", default_features = false, optional = true } -actix-session = { version = "0.5.0-beta.1", optional = true } +actix-session = { version = "0.5.0-beta.2", optional = true } rand = { version = "0.8.0", optional = true } serde = { version = "1.0.101", optional = true } serde_json = { version = "1.0.40", optional = true } [dev-dependencies] actix-test = "0.1.0-beta.3" -actix-http = "3.0.0-beta.5" +actix-http = "3.0.0-beta.8" actix-rt = "2.1" env_logger = "0.8" serde = { version = "1.0.101", features = ["derive"] } diff --git a/actix-redis/README.md b/actix-redis/README.md index 7db718de3..f5bc0838e 100644 --- a/actix-redis/README.md +++ b/actix-redis/README.md @@ -3,9 +3,9 @@ > Redis integration for Actix and session store for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-redis?label=latest)](https://crates.io/crates/actix-redis) -[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.10.0-beta.1)](https://docs.rs/actix-redis/0.10.0-beta.1) +[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.10.0-beta.2)](https://docs.rs/actix-redis/0.10.0-beta.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-redis) -[![Dependency Status](https://deps.rs/crate/actix-redis/0.10.0-beta.1/status.svg)](https://deps.rs/crate/actix-redis/0.10.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-redis/0.10.0-beta.2/status.svg)](https://deps.rs/crate/actix-redis/0.10.0-beta.2) ## Documentation & Resources diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index 21c312b91..750c2a720 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2020-xx-xx +## 0.5.0-beta.2 - 2020-06-27 +* No notable changes. + + ## 0.5.0-beta.1 - 2020-04-02 * Add `Session::entries`. [#170] * Rename `Session::{set => insert}` to match standard hash map naming. [#170] diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index c6e76184c..f05828428 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-session" -version = "0.5.0-beta.1" +version = "0.5.0-beta.2" authors = ["Nikolay Kim "] description = "Sessions for Actix web" keywords = ["http", "web", "framework", "async", "session"] diff --git a/actix-session/README.md b/actix-session/README.md index e177bd054..3cb88b703 100644 --- a/actix-session/README.md +++ b/actix-session/README.md @@ -3,9 +3,9 @@ > Sessions for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-session?label=latest)](https://crates.io/crates/actix-session) -[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.1)](https://docs.rs/actix-session/0.5.0-beta.1) +[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.2)](https://docs.rs/actix-session/0.5.0-beta.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-session) -[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.1/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.2/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.2) ## Documentation & Resources diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index 8f335ddbf..486005e44 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2020-xx-xx +## 0.6.0-beta.2 - 2020-06-27 +* No notable changes. + + ## 0.6.0-beta.1 - 2020-04-02 * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 0e3e05344..72d9cb2da 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-httpauth" -version = "0.6.0-beta.1" +version = "0.6.0-beta.2" authors = [ "svartalf ", "Yuki Okushi ", @@ -24,5 +24,5 @@ base64 = "0.13" futures-util = { version = "0.3.7", default-features = false } [dev-dependencies] -actix-cors = "0.6.0-beta.1" +actix-cors = "0.6.0-beta.2" actix-rt = "2" diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 11288e3ba..662600c86 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -3,9 +3,9 @@ > HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web). [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth) -[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.1)](https://docs.rs/actix-web-httpauth/0.6.0-beta.1) +[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.2)](https://docs.rs/actix-web-httpauth/0.6.0-beta.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth) -[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.2) ## Documentation & Resources