Skip to content

Commit 6cdd1de

Browse files
committed
Release 0.2.4
1 parent b0c0d8f commit 6cdd1de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.4 (November 13th, 2017)
2+
3+
## Bug Fixes
4+
5+
- Fixed a bug in the default raceWarmup strategy that was incorrectly resolving the warmup if a pool failed to connect properly. This should make initial connections a little more reliable.
6+
17
# 0.2.3 (November 10th, 2017)
28

39
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mssql-pool-party",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Extension of mssql that provides management of multiple connection pools, dsns, retries, and more",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)