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 7c80298 commit 9521687Copy full SHA for 9521687
CHANGES
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
4
+0.30.0
5
+------
6
+The database drivers are now installed separately. For example:
7
+``pip install piccolo[postgres]`` (courtesy @aminalaee).
8
+
9
+For some users this might be a **breaking change** - please make sure that for
10
+existing Piccolo projects, you have either ``asyncpg``, or
11
+``piccolo[postgres]`` in your ``requirements.txt`` file.
12
13
0.29.0
14
------
15
The user can now specify the primary key column (courtesy @aminalaee). For
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.29.0"
+__VERSION__ = "0.30.0"
0 commit comments