We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd85c1 commit f6b28adCopy full SHA for f6b28ad
CHANGELOG.md
@@ -4,6 +4,18 @@ 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.4 (January 14th, 2022)
8
+
9
+### Added
10
11
+* Support for Unix domain in connections (#423)
12
+* Added `asyncmy` MySQL driver (#382)
13
14
+### Fixed
15
16
+* Fix SQLite fetch queries with multiple parameters (#435)
17
+* Changed `Record` type to `Sequence` (#408)
18
19
## 0.5.3 (October 10th, 2021)
20
21
### Added
databases/__init__.py
@@ -1,4 +1,4 @@
1
from databases.core import Database, DatabaseURL
2
3
-__version__ = "0.5.3"
+__version__ = "0.5.4"
__all__ = ["Database", "DatabaseURL"]
0 commit comments