Releases: circuitsacul/apgorm
Releases · circuitsacul/apgorm
v1.0.0-b.14
What's Changed
- Update mypy requirement from ^0.971 to ^0.991 by @dependabot in #92
- Update pytest-asyncio requirement from ^0.19.0 to ^0.20.2 by @dependabot in #91
- Update asyncpg requirement from >=0.25,<0.27 to >=0.25,<0.28 by @dependabot in #89
- Update pytest-cov requirement from ^3.0.0 to ^4.0.0 by @dependabot in #86
Full Changelog: v1.0.0-b.13...v1.0.0-b.14
v1.0.0-b.13
What's Changed
- fix m2m method return types by @circuitsacul in #75
- update license, remove unnecessary copies by @circuitsacul in #76
- update readme.md links by @circuitsacul in #77
- Make it clear where
VarChar
comes from in README by @Lunarmagpie in #78 - Make Converter an ABC by @Lunarmagpie in #79
New Contributors
- @Lunarmagpie made their first contribution in #78
Full Changelog: v1.0.0-b.12...v1.0.0-b.13
v1.0.0-b.12
What's Changed
- Update mypy requirement from ^0.950 to ^0.961 by @dependabot in #67
- Update flake8 requirement from ^4.0.1 to ^5.0.4 by @dependabot in #74
- Update asyncpg requirement from ^0.25.0 to >=0.25,<0.27 by @dependabot in #69
- Update pytest-asyncio requirement from ^0.18.0 to ^0.19.0 by @dependabot in #70
- Update mypy requirement from ^0.961 to ^0.971 by @dependabot in #71
Full Changelog: v1.0.0-b.11...v1.0.0-b.12
v1.0.0-b.11
What's Changed
- Update mypy requirement from ^0.942 to ^0.950 by @dependabot in #62
- Apply many refactorings by @trag1c in #63
- Add Model.fetchmany by @circuitsacul in #65
New Contributors
Full Changelog: v1.0.0-b.10...v1.0.0-b.11
v1.0.0-b.10
What's Changed
- Improve m2m storage logic by @circuitsacul in #60
- Fix saving of multiple changed models concurrently by @circuitsacul in #61
Full Changelog: v1.0.0-b.9...v1.0.0-b.10
v1.0.0-b.9
What's Changed
- Update mypy requirement from ^0.931 to ^0.940 by @dependabot in #51
- Update mypy requirement from ^0.940 to ^0.941 by @dependabot in #52
- Update mypy requirement from ^0.941 to ^0.942 by @dependabot in #57
- Zero pad migrations by @circuitsacul in #58
- Use
COUNT(*)
instead ofCOUNT(1)
by @circuitsacul in #59
Full Changelog: v1.0.0-b.8...v1.0.0-b.9
v1.0.0-b.8
- Fixed bug where migrations weren't sorted before applying.
Full Changelog: v1.0.0-b.7...v1.0.0-b.8
v1.0.0-b.7
What's Changed
- Use
__slots__
on all classes by @circuitsacul in #50 - Cleanup a couple of methods.
Full Changelog: v1.0.0-b.6...v1.0.0-b.7
v1.0.0-b.6
What's Changed
- Update pytest-asyncio requirement from ^0.17.0 to ^0.18.0 by @dependabot in #47
- Fix cursor method for FetchQueryBuilder by @circuitsacul in #49
- Upate README.md
Full Changelog: v1.0.0-b.5...v1.0.0-b.6
v1.0.0-b.5
What's Changed
- Update black requirement from ^21.9b0 to ^22.1 by @dependabot in #44
- Use --check on isort & black by @circuitsacul in #45
- Update pytest requirement from ^6.2.5 to ^7.0.0 by @dependabot in #46
- Update README.md
Full Changelog: v1.0.0-b.4...v1.0.0-b.5