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 60ac23e commit 2b9031cCopy full SHA for 2b9031c
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+0.8.0 2024-02-25
2
+----------------
3
+
4
+* Make the valid_migration function optional, if not present the
5
+ migration is assumed to be valid.
6
+* Support background migrations. Note the first deployment should be
7
+ monitored as this requires a change to Quart-DB's state table.
8
+* Bugfix ensure None is returned if there is no result for
9
+ ``fetch_val`` and ``fetch_one``.
10
11
0.7.1 2023-10-30
12
----------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-db"
-version = "0.7.1"
+version = "0.8.0"
description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)."
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments