From 360fd890dcf1cb5d04c93afc9ef6c4b2ee94a8f9 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 12 Dec 2021 19:12:46 +0000 Subject: [PATCH] prepare actix-redis release 0.10.0-beta.4 --- actix-redis/CHANGES.md | 3 +++ actix-redis/Cargo.toml | 2 +- actix-redis/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index de416f0b1..4129a03e3 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.10.0-beta.4 - 2021-12-12 * A session will be created in Redis if and only if there is some data inside the session state. This reduces the performance impact of `RedisSession` on routes that do not leverage sessions. [#207] * Update `actix-web` dependency to `4.0.0.beta-14`. [#209] diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index c1c3f6171..1668e4c65 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.10.0-beta.3" +version = "0.10.0-beta.4" authors = ["Nikolay Kim "] description = "Redis integration for Actix and session store for Actix Web" license = "MIT OR Apache-2.0" diff --git a/actix-redis/README.md b/actix-redis/README.md index 9e1425653..73d6d6c96 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.3)](https://docs.rs/actix-redis/0.10.0-beta.3) +[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.10.0-beta.4)](https://docs.rs/actix-redis/0.10.0-beta.4) ![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.3/status.svg)](https://deps.rs/crate/actix-redis/0.10.0-beta.3) +[![Dependency Status](https://deps.rs/crate/actix-redis/0.10.0-beta.4/status.svg)](https://deps.rs/crate/actix-redis/0.10.0-beta.4) ## Documentation & Resources