Skip to content

Releases: kysely-org/kysely

0.28.13

18 Mar 22:12
Immutable release. Only release title and notes can be modified.
v0.28.13
b15c041

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • fix: missing sideEffects: false in root package.json resulting in bigger bundles in various bundlers. by @igalklebanov in #1746
  • fix: Insertable allows non-objects when a table has no required columns. by @igalklebanov in #1747

PostgreSQL 🐘

  • fix: ON COMMIT clause not being output when using .as(query) in CREATE TABLE queries. by @igalklebanov in #1748

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.12...v0.28.13

0.28.12

14 Mar 09:13
Immutable release. Only release title and notes can be modified.
v0.28.12
afc81a1

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

MySQL 🐬

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.11...v0.28.12

0.28.11

31 Jan 18:58
Immutable release. Only release title and notes can be modified.
v0.28.11
102d477

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • Prevent re-use of finished trx outside callback by @jacobpgn in #1694

SQLite πŸ“˜

  • returning needs to come before order by in sqlite for an update..where query. by @hwisu in #1691

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.10...v0.28.11

0.28.10

18 Jan 07:13
Immutable release. Only release title and notes can be modified.
v0.28.10
09275f3

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • Add ExtractColumnType and DrainOuterGeneric type exports by @mifi in #1679
  • fix: $narrowType compilation errors when composite: true. by @igalklebanov in #1681
  • fix: executeTakeFirst compilation error when composite. by @igalklebanov in #1683
  • fix: with/withRecursive compilation errors when composite. by @igalklebanov in #1684

PostgreSQL 🐘 / MSSQL πŸ₯…

  • fix: Migrator attempts to create custom migration schema even if it exists and fails on dialects that don't support if not exists. by @austin-hall-skylight in #1608

PostgreSQL 🐘 / SQLite πŸ“˜

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.9...v0.28.10

0.28.9

13 Dec 17:48
Immutable release. Only release title and notes can be modified.
v0.28.9
44e578d

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

PostgreSQL 🐘

  • fix: withSchema not applying for delete query using clause. by @igalklebanov in #1648
  • fix: withSchema adds schema to for update|share|key share|no key share of tables causing database errors. by @igalklebanov in #1659

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.8...v0.28.9

0.28.8

09 Oct 21:47
v0.28.8
4daed49

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

PostgreSQL 🐘

  • fix: filter schemas the current user does not have access to in postres introspector by @chanon in #1550
  • fix: insert/update not being wrapped in parens when in CTE of a merge query. by @igalklebanov & @msifd in #1611

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.7...v0.28.8

0.28.7

14 Sep 15:37

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • fix: unexported dynamic builders resulting in ts(2742) when composite: true. by @igalklebanov in #1578
  • fix(ExpressionBuilder): improper custom operator support in eb(). by @igalklebanov in #1579
  • fix(TransactionBuilder): auto rollback only if transaction begun. by @igalklebanov in #1580

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.6...v0.28.7

0.28.6

13 Sep 10:59

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

Docs site has been optimized and all we got was this animation:

image

πŸš€ Features

🐞 Bugfixes

PostgreSQL 🐘 / MSSQL πŸ₯…

MySQL 🐬

  • fix(dialect/mysql): compatibility with mysql2@3.14.5 by @jeengbe in #1574.

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.5...v0.28.6

0.28.5

10 Aug 18:22

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • fix: Buffer breaking ShallowDehydrateValue in non-Node.js TypeScript environments. by @igalklebanov in #1542.

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.4...v0.28.5

0.28.4

02 Aug 01:21

Choose a tag to compare

Hey πŸ‘‹

A small batch of bug fixes. Please report any issues. 🀞😰🀞

πŸš€ Features

🐞 Bugfixes

  • fix: ShallowDehydrateValue mishandles null & undefined, and bigint / numeric strings. by @igalklebanov in #1529
PostgreSQL 🐘
  • Fix fn.any to support ColumnType references by @Ruthenz in #1521

πŸ“– Documentation

πŸ“¦ CICD & Tooling

⚠️ Breaking Changes

🐀 New Contributors

Full Changelog: v0.28.3...v0.28.4