mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
prepare actix-redis release 0.10.0-beta.4
This commit is contained in:
parent
863d0b114b
commit
360fd890dc
@ -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]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-redis"
|
||||
version = "0.10.0-beta.3"
|
||||
version = "0.10.0-beta.4"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Redis integration for Actix and session store for Actix Web"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user