Skip to content

Releases: biosustain/potion

v0.11.2

31 Dec 10:13
Compare
Choose a tag to compare

Features

  • Now infers Meta.id_converter from Meta.id_field_class by default

Bugfixes

  • Fixes ContainsFilter

v0.11.1

02 Dec 15:54
Compare
Choose a tag to compare

Features

v0.11.0

01 Dec 15:50
Compare
Choose a tag to compare

Features

  • Rewrote the filters implementation. They are now class-based and can be extended much more easily. A couple of new built-in filters for dates and strings have been added.
  • Routes are now internally referenced by their "rel" instead of their attribute name on the resource
  • Added Meta.exclude_routes option for excluding routes

Bugfixes

  • Fixes an issue with peewee 2.7

Breaking changes

  • Moved all backends from backends.BACKEND_NAME to contrib.BACKEND_NAME
  • fields.sa.InlineModel moved to contrib.alchemy.fields.InlineModel
  • Removed PrincipalsManager and PrincipalsResource. Now need to make own manager using principals(SQLAlchemyManager)

v0.10.0

22 Oct 14:02
Compare
Choose a tag to compare

Added Meta.exclude_routes and Meta.route_decorators.

Breaking internal changes to the Route() class and Resource.routes.

v0.9.0

12 Oct 13:09
Compare
Choose a tag to compare

Adds a MongoEngine backend.

v0.8.1

07 Oct 15:04
Compare
Choose a tag to compare

Adds $istartswith and $iendswith comparators to filters

v0.8.0

24 Sep 17:24
Compare
Choose a tag to compare
Update version to 0.8.0