* default auto commit to `False` when there's no request context
3.1.4
This release contains some minor bugfixes:
* Fixes related to unicode PK * Fix for status code not being a string 158 * Fix for unsortable columns throwing an exception (1b8e8cf9177065322bf2fdf768cac31574ed1fea)
3.1.3
* fix `Flask-SQLAlchemy>=3.1.0` model import * fix csv lookup for `id` attributes
3.1
* Pagination for included resources, for ex.: `?include=books_read.author&page[books_read][limit]=2&page[books_read]` * Remove count() Warning
3.1.0
* Update json encoder to be compatible with Flask 2.3