Prepare 0.21.13 for release

This commit is contained in:
Igor Savin 2020-12-12 01:26:02 +02:00
parent 3394a02935
commit ce3b9febcd
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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",
@ -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",
@ -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",
@ -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": [