Releases: uralbash/sqlalchemy_mptt
Releases · uralbash/sqlalchemy_mptt
Support new versions of SQLAlchemy and Python
What's Changed
- Update sqlalchemy requirement from <2.0,>=1.0.0 to >=1.0.0,<3.0 by @dependabot[bot] in #109
- Remove documentation for defunct feature by @fayazkhan in #111
- Python 3.12 & 3.13 by @fayazkhan in #112
- Add support for Python 3.14 by @fayazkhan in #113
New Contributors
- @dependabot[bot] made their first contribution in #109
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Dynamic build matrix by @fayazkhan in #99
- Address pytest warnings by @fayazkhan in #101
- Optimize stateful test healthcheck by @fayazkhan in #102
- Add pre-commit hooks by @fayazkhan in #103
- Fix tests for SQLAlchemy 1.4 by @fayazkhan in #104
- Address deprecation warnings from SQLAlchemy v1.4 by @fayazkhan in #107
- Enable doctests for documentation snippets by @fayazkhan in #110
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Support Python 3.10 & 3.11 and drop Python 3.7 by @fayazkhan in #97
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Support for joined-table inheritance (Fixes #62) by @mush42 in #63
- docs: Fix simple typo, rebuid -> rebuild by @timgates42 in #70
- docs: Fix a few typos by @timgates42 in #75
- Add Github actions by @fayazkhan in #87
- Support newer Python versions / Unsupport older Python versions by @fayazkhan in #89
- Address PyPy test errors by @fayazkhan in #90
- Update documentation by @fayazkhan in #91
- Documentation improvements by @fayazkhan in #92
- Continuous deployment on release by @fayazkhan in #88
New Contributors
- @mush42 made their first contribution in #63
- @timgates42 made their first contribution in #70
Full Changelog: 0.2.5...0.3.0