Skip to content

v7.0.0-alpha.28

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:42
· 1697 commits to main since this release

7.0.0-alpha.28 (2023-09-11)

Bug Fixes

  • allow bind parameters in array literal (#16328) (4d624fd)
  • build on windows machines (#16211) (808adeb)
  • db2: use docker compose & set default schema as username (#16307) (c59011c)
  • mssql: return aggregated error instead of last error (#16188) (dea29f7)
  • outaded link on unsupported engines warning (#16435) (b376ac2)
  • rename clsTransactionNestMode ➡️ defaultTransactionNestMode; ClsTransactionOptions ➡️ ManagedTransactionOptions (#16174) (8637a46)
  • support array of tableHints and allow joins to use tableHints (#16242) (c081850)
  • types: allow Op.contains on a jsonb column (#16167) (70c2bf5)

Features

BREAKING CHANGES

  • Minimum TypeScript version is now 4.9