Skip to content

Commit

Permalink
Prepare to release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 6, 2023
1 parent e97f922 commit 3475d81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,23 @@
# Master (Unreleased)

# 2.4.0 - 06 January, 2022

### New features:

- Support partial unique indexes #5316
- Make compiling SQL in error message optional #5282

### Bug fixes
- Add assertion for basic where clause not to be object or array #1227

- Insert array into json column #5321
- Fix unexpected max acquire-timeout #5377
- Fix: orWhereJson #5361
- MySQL: Add assertion for basic where clause not to be object or array #1227
- SQLite: Fix changing the default value of a boolean column in SQLite #5319

### Typings:

- add missing type for 'expirationChecker' on PgConnectionConfig #5334

# 2.3.0 - 31 August, 2022

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "2.3.0",
"version": "2.4.0",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 3475d81

Please sign in to comment.