We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e6a98 commit e555f07Copy full SHA for e555f07
CHANGELOG.md
@@ -1,10 +1,17 @@
1
# Changelog
2
3
-## 7.x
+## 8.0.0
4
+
5
+- fix: correctly default pool configuration options, fixes [#48](https://github.com/sequelize/sequelize-pool/issues/48)
6
7
+## 7.1.0
8
-- breaking: Support only `Node >= 10`
9
- fix: `acquire` not resolving after destroying available resources
10
11
+## 7.0.0
12
13
+- breaking: Support only `Node >= 10`
14
15
## 6.0.0
16
17
- change: `destory` (and `destoryAllNow`) are async now, they wait for `factory.destory`
0 commit comments