Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gshively11 committed Aug 14, 2017
1 parent 56caadc commit db6b05a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.0 (August 14th, 2017)

## Breaking Change

- The `pool` property has been removed from the `PoolError` class due to concerns about exposing references to internal connections and DSNs. There is now a `dsn` property which contains information about the DSN owned by the pool involved in the error.

# 0.1.6 (August 3rd, 2017)

## Other
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.1.6",
"version": "0.2.0",
"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 db6b05a

Please sign in to comment.