We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcb168 commit 2150a22Copy full SHA for 2150a22
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.5.2 (September 10th, 2021)
8
+
9
+### Fixed
10
11
+* Reset counter for failed connections (#385)
12
+* Avoid dangling task-local connections after Database.disconnect() (#211)
13
14
## 0.5.1 (September 2nd, 2021)
15
16
### Added
databases/__init__.py
@@ -1,4 +1,4 @@
1
from databases.core import Database, DatabaseURL
2
3
-__version__ = "0.5.1"
+__version__ = "0.5.2"
__all__ = ["Database", "DatabaseURL"]
0 commit comments