Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
Release list
v3.0.0.post1 — final release: Masonite ORM continues at masonitedev
⚠️ This is the final release of the masonite-orm package
Masonite ORM development continues at masonitedev/orm. It is published on PyPI as masonite-framework-orm — imports are unchanged.
This post release only adds a deprecation notice: importing masoniteorm now emits a FutureWarning pointing to the new package. No functional changes.
- 📖 Documentation: https://docs.masonite.dev/orm/introduction/
❤️ In memory of Joseph "Joe" Mancuso, creator of Masonite.
v3.0.0
What's Changed
- made cast method default to true by @josephmancuso in #734
- Feature/684 - Changed using raw expressions to use the ? placeholder rather than a '?' placeholder by @josephmancuso in #735
- Changed update and delete methods to return the affected rows instead of the model by @josephmancuso in #743
- Added new methods to builder (#748) by @maicol07 in #752
- fixed query builder not taking into account model dates by @josephmancuso in #768
- Feature/759 by @josephmancuso in #769
- fixed pendulum upgrade by @josephmancuso in #934
Full Changelog: v2.18.1...v3.0.0
2.24.0
v2.23.2
Changelog
Fixed
- Fixed .on_null and .on_not_null had to be last criteria by @circulon in #901
- Fixed find cannot use scopes by @circulon in #893
- Fix has one through relationship not working by @circulon in #895
- Tests query=True should return query builder by @circulon in #892
- Fixed has many through relationship not working by @circulon in #903
- Fixed nested relation by @pbellerive in #907
Added
- Added ability so specify default select criteria for Models by @circulon in #904
- Add connection pooling to MySQL and Postgres by @josephmancuso in #900
- Add PostgresConnection to support SSL and tls options by @josephmancuso in #905
New Contributors
- @pbellerive made their first contribution in #907
Full Changelog: v2.23.1...v2.23.2
v2.23.1
v2.23.0
v2.22.3
What's Changed
- fixed missing where on has many through relationship by @josephmancuso in #891
Full Changelog: v2.22.2...v2.22.3
v2.22.2
What's Changed
Fixed
- fixed has many though relationship by @josephmancuso in #889
Full Changelog: v2.22.1...v2.22.2
v2.22.1
What's Changed
Added
- Add configuration option to enable or disable foreign keys check for all 4 types of database connections by @martinszemitis in #883
Fixed
- fix: values in compile_alter_sql by @Kyrela in #885
- fixed has many by @josephmancuso in #890
Changed
New Contributors
- @pmn4 made their first contribution in #869
- @martinszemitis made their first contribution in #883
- @Kyrela made their first contribution in #885
Full Changelog: v2.22.0...v2.22.1
v2.22.0
Changelog
Changed
Improved relationship performace by 2000x
- Fix/relationship performance joe attempt by @josephmancuso in #880
- wip: hasmany performance fix by @josephmancuso in #879
Full Changelog: v2.21.0...v2.22.0