Skip to content

Commit ad9bf56

Browse files
committed
Update CHANGELOG
1 parent 3aced7b commit ad9bf56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 6.0.1 (2019-08-21)
4+
5+
* Very minor security fix: `schemaName` and `tableName` wasn't escaped. If any of the two contained a string with a double quote in it, then that would enable an SQL injection. This was previously a feature of `tableName`, before the introduction of a separate `schemaName`, as that allowed a schema to be defined as part of `tableName`. Defining schema name through `tableName` is still supported after this fix, but is now *deprecated*.
6+
* Fix: Errors wasn't propagated properly. Fixed in #150. Thanks @bobnil!
7+
38
## 6.0.0 (2019-07-28)
49

510
* Breaking change: Now requires at least Node.js 10.x, this as Node.js 8.x [only have a short time left in its LTS](https://github.com/nodejs/Release)

0 commit comments

Comments
 (0)