File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ Changelog
44
55.. changelog ::
66 :version: 1.3.1
7- :include_notes_from: unreleased
7+ :released: Wed Feb 7 2024
8+
9+ .. change ::
10+ :tags: usecase, redis
11+
12+ Added new parameter :paramref: `.RedisBackend.username ` to the Redis
13+ backend, and :paramref: `.RedisSentinelBackend.username ` to the Redis
14+ Sentinel backend. These parameters allow for username authentication in
15+ Redis when RBAC is enabled. Pull request courtesy Takashi Kajinami.
816
917.. changelog ::
1018 :version: 1.3.0
Original file line number Diff line number Diff line change 7474# The short X.Y version.
7575version = dogpile .__version__
7676# The full version, including alpha/beta/rc tags.
77- release = "1.3.0 "
77+ release = "1.3.1 "
7878
7979
8080# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments