Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gshively11 committed Nov 9, 2017
1 parent 03381f9 commit 84dcd85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 84dcd85

Please sign in to comment.