1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Merge pull request #55 from JohnTitor/new-redis

redis: Bump up to 0.9.0-alpha.2
This commit is contained in:
Yuki Okushi 2020-05-17 20:51:42 +09:00 committed by GitHub
commit f3778c4856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [Unreleased]
## [0.9.0-alpha.2]
* Add `cookie_http_only` functionality to RedisSession builder, setting this
to false allows JavaScript to access cookies. Defaults to true.

View File

@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.9.0-alpha.1"
version = "0.9.0-alpha.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"