Skip to content

Releases: piccolo-orm/piccolo_api

1.4.0

10 Apr 20:29
Compare
Choose a tag to compare

Added excluded_paths argument to SessionsAuthBackend.

1.3.1

30 Mar 12:03
Compare
Choose a tag to compare

Fixed typo in CSPMiddleware (thanks to @Skelmis for fixing this).

1.3.0

29 Mar 21:38
Compare
Choose a tag to compare

default-src can now be set in CSPMiddleware.

1.2.0

27 Mar 00:01
Compare
Choose a tag to compare

Fixed bugs with filtering Email and multi-dimensional Array columns.

Fixed bugs with bulk updating the BaseUser table.

Thanks to @jrycw and @sinisaos for their help with this.

Full changelog

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

17 Nov 18:52
Compare
Choose a tag to compare

Added Python 3.12 support.

Added ne (not equals) operator to PiccoloCRUD.

1.0.0

20 Oct 03:06
Compare
Choose a tag to compare

Works with Piccolo v1, Piccolo Admin v1, and Pydantic v2.

1.0a3

19 Oct 16:59
Compare
Choose a tag to compare
1.0a3 Pre-release
Pre-release

Using the new json_schema_extra argument for create_pydantic_model.

1.0a2

06 Sep 17:24
Compare
Choose a tag to compare
1.0a2 Pre-release
Pre-release

Fixed a bug with extracting the type from an optional type. Thanks to @sinisaos for discovering this issue.

1.0a1

04 Sep 13:10
Compare
Choose a tag to compare
1.0a1 Pre-release
Pre-release

Pydantic v2 support - many thanks to @sinisaos for this.

0.58.0

02 Aug 20:33
Compare
Choose a tag to compare

Upgraded the version of Swagger UI used in the swagger_ui endpoint (see piccolo_api.openapi.endpoints.swagger_ui). Thanks to @sinisaos for this.