Skip to content

Releases: piccolo-orm/piccolo_api

1.5.2

09 Sep 11:57
Compare
Choose a tag to compare

Fix an import from pynacl - it's an optional dependency.

1.5.1

09 Sep 11:42
Compare
Choose a tag to compare

Fixed optional requirements for MFA - thanks to @sinisaos for reporting this issue.

1.5.0

09 Sep 07:28
Compare
Choose a tag to compare

Added support for Multi Factor Authentication, using an authenticator app.

This will soon be implemented in Piccolo Admin.

Huge thanks to @Skelmis and @sinisaos for their help with this.

mfa_register_endpoint

1.4.1

15 Jul 20:11
Compare
Choose a tag to compare

Fix for a breaking change in Pydantic 2.8.0.

Upgraded setuptools.

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.