github sequelize/sequelize v7.0.0-alpha.14

latest releases: v6.37.3, v7.0.0-alpha.40, v6.37.2...
pre-release23 months ago

7.0.0-alpha.14 (2022-06-15)

Bug Fixes

  • add compatibility with TypeScript's exactOptionalPropertyTypes option (#14577) (00ced18)
  • resolve various db2 issues. See PR for details (#14453) (5055357)

Features

BREAKING CHANGES

  • DB2 will not force all indexes to be unique anymore
  • For transparency, DB2 will not automatically mark columns that are part of an index as not-null anymore. You need to mark them as non-null manually.
  • Bugs in how indexes are named have been fixed, and therefore these index names have changed

Don't miss a new sequelize release

NewReleases is sending notifications on new releases.