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 1127878 commit 0d14cfbCopy full SHA for 0d14cfb
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.27.0
5
+------
6
+Added uvloop as an optional dependency, installed via `pip install piccolo[uvloop]`
7
+(courtesy @aminalaee). uvloop is a faster implementation of the asyncio event
8
+loop found in Python's standard library. When uvloop is installed, Piccolo will
9
+use it to increase the performance of the Piccolo CLI, and web servers such as
10
+Uvicorn will use it to increase the performance of your ASGI app.
11
+
12
0.26.0
13
------
14
Added ``eq`` and ``ne`` methods to the ``Boolean`` column, which can be used
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.26.0"
+__VERSION__ = "0.27.0"
0 commit comments