Releases: codemation/pydbantic
Releases · codemation/pydbantic
0.0.47
0.0.46
What's Changed
- Implemented delete_filter, allowing conditions / column filters to delete by @codemation in #68
Full Changelog: 0.0.45...0.0.46
0.0.45 - Fix Connection Pools handling across tasks
What's Changed
- Fix database connction pool reference handling by @codemation in #67
Full Changelog: 0.0.43...0.0.45
Pinned Pydantic version & ForeignKey cascade support
Full Changelog: 0.0.41...0.0.43
0.0.42 - Pinned Pydantic version & ForeignKey cascade support
0.0.41
What's Changed
- Improve db setup cache pool and link insertions, logging by @codemation in #57
Full Changelog: 0.0.40...0.0.41
0.0.40
What's Changed
- Operator database connection improvements by @codemation in #53
Full Changelog: 0.0.39...0.0.40
0.0.39
What's Changed
- Update metadata to allow multiple db concurrently in app by @codemation in #52
Full Changelog: 0.0.38...0.0.39
0.0.38 - Contributor Improvements
What's Changed
- Add contribution guidelines by @codemation in #50
- Enabled standardized pre-commit linter & actions step to better support outside contributions
- Improved Testing - Tests can be called individually and in sequence via single make command / vscode debugger.
- Minor Typing usability improvements to
DataBaseModel
method annotations.
Full Changelog: 0.0.37...0.0.38
0.0.37
What's Changed
- Replace aioredis with redis' built-in asyncio support by @Natureshadow in #49
New Contributors
- @Natureshadow made their first contribution in #49 🚀
Full Changelog: 0.0.36...0.0.37