aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-18 16:58:01 +0100
committerGravatar GitHub <[email protected]>2022-04-18 16:58:01 +0100
commit4b93fbb03d22134cab1f9d9f1f07e5f81012dea5 (patch)
tree4470bc87711d79de0be2680b52a618005c86f1c4 /CHANGELOG.md
parentMerge pull request #56 from python-discord/minor-fixes-to-BotBase (diff)
parentReconnect to redis session on setup if it is closed (diff)
Merge pull request #61 from python-discord/redis-reconnect-on-setupv5.0.3
Reconnect to redis session on setup if it is closed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3779ad32..f78ef928 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 5.0.3 18th April 2022
+- Fix: Reconnect to redis session on setup if it is closed.
+
## 5.0.2 5th April 2022
- Fix: Create a dummy `AsyncstatsdClient` before connecting to real url, in case a connection cannot be made on init.
- Fix: Move the creation of the `asyncio.Event`, `BotBase._guild_available` to within the setup hook, to avoid a deprecation notice.