Releases: colibris-framework/colibris
Releases · colibris-framework/colibris
0.10.0b1
What's new:
- Authentication: Fixed jwt backend
identity_fieldusage. - Authentication: Fixed jwt accepted algorithms.
- Persistence:
peewee-movesis now used for managing schema migrations. - Fixed various tests.
- CI: Switched from Circle CI to GitHub Actions.
0.9.2
version-0.9.1
What's new:
- Improved skeleton.
version-0.9.0
What's new:
- Added filtering support.
version-0.8.0
What's new:
- Added generic view classes for working with models.
- Added pagination support.
- Function-based views are now discouraged; class-based views are recommended.
- Routes no longer specify the HTTP method; instead it should be treated at view level.
- Routes no longer specify permissions; each view should no specify its required permissions using
permissionsattribute. - Authentication requirement is now controlled at view level using
authentication_requiredattribute. - Documentation now lives on readthedocs.io.
- Swagger UI is now part of Colibris;
aiohttp-swaggeris no longer a dependency. - Added various tests
version-0.8.0rc5
Bump version to 0.8.0rc5
version-0.8.0rc4
Bump version to 0.8.0rc4
version-0.8.0rc2
Bump version to version-0.8.0rc2
version-0.7.1
What's new:
- The
colibris-start-projectcommand can now use a local folder as template pytestis no longer required for Colibris projects- Various dependencies have now some version restrictions in
setup.py