Release of Sequelize v7.0.0-alpha.12
Published on April 29, 2022 by Sascha Depold
7.0.0-alpha.12 (2022-04-29)
Bug Fixes
- dont treat
?&
or ?|
as replacements (#14404) (2af2f90)
- fix
$bind
and :repl
being replaced in user input (v7) (#14447) (19ca248)
- types: make
getConnection
options optional (#14454) (a54a026)
Features
BREAKING CHANGES
- There is no need to escape $bind parameters in strings anymore, bind parameters & replacements are only treated as such where an SQL value can be used.
?&
or ?|
as replacements (#14404) (2af2f90)$bind
and :repl
being replaced in user input (v7) (#14447) (19ca248)getConnection
options optional (#14454) (a54a026)