v.4.0.10¶
Improvements:¶
list_id query parameter was added for create list operation. See spec lists.
A resource “/lists/deletions” was added. This resource is intended for auditing and tracking deleted lists. For more information, see the following resources:
Filters list_id__gte and list_id__lt for resources “/lists” and “/lists/count” using the “GET” method were added. Getting lists by range will be order by list_id.
Bugs fixed:¶
How to update from previous version:¶
To update from previous version, replace all folders with files and update dependencies from requirements.txt.
Migration¶
For migration run the commands:
alembic upgrade head