Skip to content

Commit

Permalink
Prepare 0.21.13 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Dec 11, 2020
1 parent 3394a02 commit ce3b9fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,16 +1,23 @@
# Master (Unreleased)

# 0.21.13 - 12 December, 2020

### New features:

- SQLite: Add support for `dropForeign` #4092
- Add support for WHERE clauses to "upsert" queries #4148

### Bug fixes:

- MSSQL: Avoid connection getting stuck on socket hangup #4157
- Oracle: Support specifying non-default DB port #4147
- Oracle: Support inserts with only default values (empty body) #4092
- CLI: fix irregular seed file execution order #4156
- Fix performance of asyncStackTraces with enable-source-maps node flag #4154

### Typings:

- PostgreSQL: Add support for application_name #4153
- Fix types for insert to allow array #4105
- Add types for userParams and withUserParams #4119
- Added type for withKeyName #4139
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.12",
"version": "0.21.13",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -79,7 +79,7 @@
]
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/node": "^14.14.12",
"JSONStream": "^1.3.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand All @@ -100,12 +100,12 @@
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nyc": "^15.1.0",
"oracledb": "^5.0.0",
"oracledb": "^5.1.0",
"pg": "^8.5.1",
"pg-query-stream": "^3.4.2",
"prettier": "2.2.1",
"rimraf": "^3.0.2",
"sinon": "^9.2.1",
"sinon": "^9.2.2",
"sinon-chai": "^3.5.0",
"source-map-support": "^0.5.19",
"sqlite3": "^5.0.0",
Expand All @@ -114,7 +114,7 @@
"toxiproxy-node-client": "^2.0.6",
"ts-node": "^9.1.1",
"tsd": "^0.14.0",
"typescript": "4.1.2",
"typescript": "4.1.3",
"webpack-cli": "^3.3.12"
},
"buildDependencies": [
Expand Down

0 comments on commit ce3b9fe

Please sign in to comment.