Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Dec 9, 2021
1 parent ad54533 commit 10c44e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
Changes
=======

0.30.0
------
We recently added the ``__visible_fields`` GET parameter to ``PiccoloCRUD``,
which allows the user to determine which fields are returned by the API.

However, there was no way of the user knowing which fields were supported. This
is now possible by visiting the ``/schema`` endpoint, which has a
``visible_fields_options`` field which lists the columns available on the table
and related tables (courtesy @sinisaos).

0.29.2
------
Fixed a bug with the OpenAPI docs when using ``Array`` columns. Thanks to @gmos
for reporting this issue, and @sinisaos for fixing it.

0.29.1
------
The ``__visible_fields`` filter on PiccoloCRUD now works on the detail endpoint
(courtesy @sinisaos). For example:
The ``__visible_fields`` filter on ``PiccoloCRUD`` now works on the detail
endpoint (courtesy @sinisaos). For example:

.. code-block:: text

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.29.2"
__VERSION__ = "0.30.0"

0 comments on commit 10c44e3

Please sign in to comment.