Releases: piccolo-orm/piccolo_api
Releases · piccolo-orm/piccolo_api
1.8.0
12 Jan 18:09
Compare
Sorry, something went wrong.
No results found
Bump pynacl dependency (used for MFA).
Officially support Python 3.14 (thanks to @sinisaos for this).
1.7.0
29 Jul 08:36
Compare
Sorry, something went wrong.
No results found
Modernised the type hints across the codebase (e.g. replacing typing.List with list). Thanks to @sinisaos for this.
Added a missing import to the jwt code example. Thanks to @andrewshaodev for this.
1.6.0
30 May 17:24
Compare
Sorry, something went wrong.
No results found
Improved HTTP error codes in JWT middleware - thanks to @sinisaos for this.
Added official Python 3.13 support, and dropped Python 3.8 - thanks to @sinisaos for this.
Updated dependencies - thanks to @sinisaos for this.
Fixed type annotations for TokenAuth.
Improved docs for MFA - passing in encryption keys using environment variables.
1.5.2
09 Sep 11:57
Compare
Sorry, something went wrong.
No results found
Fix an import from pynacl - it's an optional dependency.
1.5.1
09 Sep 11:42
Compare
Sorry, something went wrong.
No results found
Fixed optional requirements for MFA - thanks to @sinisaos for reporting this issue.
1.5.0
09 Sep 07:28
Compare
Sorry, something went wrong.
No results found
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.
1.4.1
15 Jul 20:11
Compare
Sorry, something went wrong.
No results found
Fix for a breaking change in Pydantic 2.8.0.
Upgraded setuptools.
1.4.0
10 Apr 20:29
Compare
Sorry, something went wrong.
No results found
Added excluded_paths argument to SessionsAuthBackend.
1.3.1
30 Mar 12:03
Compare
Sorry, something went wrong.
No results found
Fixed typo in CSPMiddleware (thanks to @Skelmis for fixing this).
1.3.0
29 Mar 21:38
Compare
Sorry, something went wrong.
No results found
default-src can now be set in CSPMiddleware.