From 84dcd8543a81f5ea594419f0cf16832e87274e56 Mon Sep 17 00:00:00 2001 From: Grant Shively Date: Thu, 9 Nov 2017 09:17:27 -0700 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab3f08..ccc9939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.2.1 (November 9th, 2017) + +## Features + +- Added optional pool prioritization. This feature is intended to provide a means to failback to a preferred DSN after previously promoting a lower priority DSN. [See here](API.md#new-connectionpoolpartyconfig-cb) for configuration options. + +## Bug Fixes + +- Fixed a bug in the heal process that was preventing heal failures from being detected properly in most cases. This will prevent unnecessary retries against unhealthy pools. + # 0.2.0 (August 14th, 2017) ## Breaking Change diff --git a/package.json b/package.json index 08e3861..50fde65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mssql-pool-party", - "version": "0.2.0", + "version": "0.2.1", "description": "Extension of mssql that provides management of multiple connection pools, dsns, retries, and more", "main": "dist/index.js", "files": [