v2.20.0
Changelog
Added
- Added batch number to status command by @eaguad1337 in #859
- Add optional config path to ConnectionResolver and ConnectionFactory by @matt2930 in #864
- Bumped setup-python github action versions by @stoutput in #862
- Added migrate:fresh by @eaguad1337 in #861
- Added find_or by @JarriqTheTechie in #837
- Added more methods to schema builder by @josephmancuso in #771
Fixed
- Fixed UUID PK Mixin not creating primary key on bulk create by @circulon in #845
- Adds function value and sole_value to QueryBuilder & Model. by @JarriqTheTechie in #838
- Use dynamic model variables for timestamp column names by @stoutput in #839
- Fixed MySQL Close cursor and connection on commit by @felipehertzer in #857
- Fixed TypeError: 'NoneType' object is not iterable by @cgslivre in #858
- fixed class model has no attribute id when using update_or_create by @sfinktah in #855
New Contributors
- @cgslivre made their first contribution in #858
- @eaguad1337 made their first contribution in #859
- @matt2930 made their first contribution in #864
- @sfinktah made their first contribution in #855
Full Changelog: v2.19.2...v2.20.0