Skip to content

v7.0.0-alpha.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@sequelize-bot sequelize-bot released this 27 Jan 07:32
· 229 commits to main since this release

7.0.0-alpha.44 (2025-01-27)

Bug Fixes

  • core: adjust Model.sum|min|max return type to include null (#17527) (5135e83)
  • core: Improve type declaration for model validation functions (#17586) (78fd0ea)
  • remove deprecated tasksRunnerOptions (#17652) (b0c7778)
  • snowflake: automatically fetch last inserted row ID when using AUTOINCREMENT pk (#17626) (d2e3b6e)
  • update broken link to lock docs (#17563) (3754bda)

Features