Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Sep 2, 2022
1 parent 4b14eba commit b3ef158
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
Changes
=======

0.47.0
------

``PiccoloCRUD`` now handles database exceptions better. If a query fails due to
a unique constraint, a 422 response code is returned, along with information
about the error.

This means Piccolo Admin will show more useful debugging information when a
query fails.

Thanks to @ethagnawl for reporting this issue, and @sinisaos for help
prototyping a solution.

-------------------------------------------------------------------------------

0.46.0
------

Fixed a bug with `Email` columns and `PiccoloCRUD.get_new`. Thanks to @Tar8117
for reporting this bug.
Fixed a bug with ``Email`` columns and ``PiccoloCRUD.get_new``. Thanks to
@Tar8117 for reporting this bug.

-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.46.0"
__VERSION__ = "0.47.0"

0 comments on commit b3ef158

Please sign in to comment.