Releases: falcony-io/sqlalchemy-searchable
Releases · falcony-io/sqlalchemy-searchable
2.1.0
What's Changed
- docs: update repo urls by @jpvanhal in #140
- build(deps): bump urllib3 from 2.0.4 to 2.0.6 in /docs by @dependabot in #141
- build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /docs by @dependabot in #142
- build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /docs by @dependabot in #143
- build(deps-dev): bump ruff from 0.0.282 to 0.2.2 by @jpvanhal in #144
- feat: add support for python 3.12 by @jpvanhal in #145
- test: fix incorrect test name by @jpvanhal
- feat: add support for postgresql 16 by @jpvanhal in #146
- build: use ruff to format python code by @jpvanhal in #147
- feat: allow specifying schema in drop/sync trigger by @acarapetis in #95
- feat: add update_rows parameter to sync_trigger() by @scribu in #76
- docs: add docs for sync_trigger/drop_trigger schema param by @jpvanhal
New Contributors
- @dependabot made their first contribution in #141
- @acarapetis made their first contribution in #95
- @scribu made their first contribution in #76
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- ci: migrate from travis ci to github workflows by @jpvanhal in #112
- feat!: drop python 3.6 and 3.7 support by @jpvanhal in #113
- feat!: drop sqlalchemy 1.3 support by @jpvanhal in #114
- build: remove validators dependency by @jpvanhal in #115
- feat: add support for python 3.10 and 3.11 by @jpvanhal in #116
- Fix doc by @arcodergh in #90
- Add required Base.metadata to make_searchable by @jweatherby in #98
- Add make_searchable metadata argument to installation docs by @jweatherby in #99
- build: update to isort 5 by @jpvanhal in #117
- build: use pyproject.toml and Hatch by @jpvanhal in #118
- build: use ruff for linting by @jpvanhal in #119
- build: upgrade python syntax with pyupgrade by @jpvanhal in #120
- build: use black to format python code by @jpvanhal in #121
- test: turn on sqlalchemy 2 deprecation warnings by @jpvanhal in #122
- Resolve all sqlalchemy.exc.RemovedIn20Warnings by @jpvanhal in #123
- test: use the future flag on Engine and session by @jpvanhal in #124
- feat: add support for sqlalchemy 2.0 by @jpvanhal in #125
- build: pin ruff version by @jpvanhal in #127
- build: bump sqlalchemy-utils to >=0.40.0 by @jpvanhal in #126
- fix: remove deprecation warning for sqlalchemy.orm.mapper() by @jpvanhal in #128
- build: migrate to .readthedocs.yaml configuration file by @jpvanhal in #129
- docs: update search query parser docs by @jpvanhal in #130
- docs: rewrite quick start section by @jpvanhal in #131
- test: rewrite test suite to use pytest fixtures by @jpvanhal in #132
- test: fix 'parse_websearch' tests on PostgreSQL 14 and later by @jpvanhal in #133
- docs: improve vectorizer documentation by @jpvanhal in #134
- docs: improve Alembic migration documentation by @jpvanhal in #135
- docs: improve Flask-SQLAlchemy integration documentation by @jpvanhal in #136
- docs: improve configuration documentation by @jpvanhal in #137
- docs: update the changelog by @jpvanhal in #138
- refactor: migrate from legacy query API to select() by @jpvanhal in #139
New Contributors
- @arcodergh made their first contribution in #90
- @jweatherby made their first contribution in #98
Full Changelog: 1.4.1...2.0.0