Releases: slymit/sa-filters
Releases · slymit/sa-filters
v2.0.0
- Modify function apply_pagination api
- Rewrite the README using SQLAlchemy 2.0 style, fix typos and links
- Rename the param 'query' to 'stmt' in functions apply_filters, apply_loads and apply_sort
- Rename variables in tests
- Add python 3.12 support
- Add typing and improve docstrings for public functions
- Add tests for python 3.11
- Add containers target to Makefile
- Add 'downloads' badge
- Fix TypeError: 'type' object is not subscriptable if using python versions 3.7 or 3.8
- Fixed coverage for Python 3.11
- Bump postgres and mysql dev containers to the latest version
- Bump psycopg2 to the version 2.9.9
- Bump GitHub Action Setup Python to v5 and Checkout to v4
v1.3.0
v1.2.0
v1.1.0
v1.0.0
- Fork sqlalchemy-filters https://github.com/juliotrigo/sqlalchemy-filters (commit 7222192421c2b235ba1a6cb806ce61fdb165bd79)
- Add some files that git should ignore
- Rename project to sa-filters
- Add support sqlalchemy 1.4 (thanks bodik for his pr to juliotrigo/sqlalchemy-filters), and drop support sqlalchemy versions below 1.4. Also drop support python 2
- Add Github Actions and remove Travis CI
- pytest is now supported Python 3.10
- Add copyright to LICENSE
- Add name and email address of the current maintainer
- Add a Github Actions workflow status badge