Skip to content

v7.0.0-alpha.38

Pre-release
Pre-release
Compare
Choose a tag to compare
@sequelize-bot sequelize-bot released this 19 Mar 08:38
· 214 commits to main since this release

7.0.0-alpha.38 (2024-03-19)

Bug Fixes

Features

  • add @sequelize/utils package. This package still needs to be improved but is meant to be a general-purpose utility library, not specific to Sequelize (#17168) (1d96a59)
  • implement Model._UNSTABLE_destroyMany (#17031) (1fead8a)
  • postgres: add MACADDR8 DataType (#17059) (c64b3c2)

Breaking Changes

  • remove TableNameOrModel in favor of TableOrModel (#17080) (dfc90b8)
  • refactor transaction methods (#16903) (ed47bcb)
  • Many internal utilities that were previously exposed have been moved to the @sequelize/utils package as part of their public API.