Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herom committed Oct 2, 2017
1 parent 26c3beb commit 9aeceec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.22.0 / 2017-10-02
===================
* [ENHANCEMENT] Added `forever` option to `ClientSSLSecurity` in order to allow `keep-alive` connections. (#974)
* [ENHANCEMENT] Added `preserveWhitespace` option to prevent the client from trimming resolved `String` values. (#972)
* [MAINTENANCE] Removed `compres` dependency in favor of `zlib`. (#971)
* [MAINTENANCE] (Security) Updated `debug` dependency to avoid possible vulnerability. (#973)
* [FIX] Updated `.travis.yml` to test against latest `node.js 4.8.x` release to avoid Travis CI error.
* [FIX] Fix performance bug at POJO to XML conversion. (#968)
* [ENHANCEMENT] Added possibility to override the `bluebird.js` suffix (default: "async"). (#961)
* [DOC] Updated the `Security` section by listing all available optional methods. (#966)

0.21.0 / 2017-08-28
===================
* [DOC] Removed issues from Contributing Readme (#963)
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": "soap",
"version": "0.21.0",
"version": "0.22.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 9aeceec

Please sign in to comment.