Skip to content

v3.10.0

Compare
Choose a tag to compare
@mickhansen mickhansen released this 30 Sep 07:10
· 4533 commits to main since this release
  • [ADDED] support search_path for postgres with lots of schemas #4534
  • [ADDED] Expose Association constructor as Sequelize.Association
  • [ADDED] beforeSync/afterSync/beforeBulkSync/afterBulksync hooks #4479
  • [FIXED] Calling set with dot.separated key on a JSON/JSONB attribute will not flag the entire object as changed #4379
  • [FIXED] instances returned from bulkCreate now has isNewRecord: false and should be updateable if using returning: true with dialects that support it.
  • [FIXED] Find with Include with a where clause generates wrong SQL #3940
  • [FIXED] ON DELETE constraint should default to CASCADE if foreignKey has allowNull: false] #2831