Skip to content

Releases: colibris-framework/colibris

0.10.0b1

05 Nov 11:26

Choose a tag to compare

0.10.0b1 Pre-release
Pre-release

What's new:

  • Authentication: Fixed jwt backend identity_field usage.
  • Authentication: Fixed jwt accepted algorithms.
  • Persistence: peewee-moves is now used for managing schema migrations.
  • Fixed various tests.
  • CI: Switched from Circle CI to GitHub Actions.

0.9.2

05 Nov 11:23
74b0af0

Choose a tag to compare

What's new:

  • Bumped versions for some dependencies and underlying tools.

version-0.9.1

05 Nov 22:52

Choose a tag to compare

What's new:

  • Improved skeleton.

version-0.9.0

29 Oct 09:31
bd31497

Choose a tag to compare

What's new:

  • Added filtering support.

version-0.8.0

31 Jul 18:49

Choose a tag to compare

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 permissions attribute.
  • Authentication requirement is now controlled at view level using authentication_required attribute.
  • Documentation now lives on readthedocs.io.
  • Swagger UI is now part of Colibris; aiohttp-swagger is no longer a dependency.
  • Added various tests

version-0.8.0rc5

19 Jul 12:30

Choose a tag to compare

Bump version to 0.8.0rc5

version-0.8.0rc4

19 Jul 08:20

Choose a tag to compare

version-0.8.0rc4 Pre-release
Pre-release
Bump version to 0.8.0rc4

version-0.8.0rc2

17 Jul 21:17

Choose a tag to compare

version-0.8.0rc2 Pre-release
Pre-release
Bump version to version-0.8.0rc2

version-0.7.1

04 Jul 20:36

Choose a tag to compare

What's new:

  • The colibris-start-project command can now use a local folder as template
  • pytest is no longer required for Colibris projects
  • Various dependencies have now some version restrictions in setup.py