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 b22a618 commit ef105f7Copy full SHA for ef105f7
CHANGES.rst
@@ -1,6 +1,19 @@
1
Changes
2
=======
3
4
+0.42.0
5
+------
6
+
7
+Added dependency injection to ``PiccoloCrud`` hooks - the Starlette request
8
+object will now be passed in if requested. For example::
9
10
+ def my_hook(row_id, request):
11
+ ...
12
13
+Thanks to @AnthonyArmour and @destos for this.
14
15
+-------------------------------------------------------------------------------
16
17
0.41.0
18
------
19
piccolo_api/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.41.0"
+__VERSION__ = "0.42.0"
0 commit comments