From 4487d09cd39327d414a8cf0fd8efa864d1c2095b Mon Sep 17 00:00:00 2001 From: jsdevel Date: Wed, 18 Oct 2017 09:27:21 -0700 Subject: [PATCH] Release v0.23.0 --- History.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 07c9827f9..81cfd1e18 100644 --- a/History.md +++ b/History.md @@ -1,12 +1,20 @@ +0.23.0 / 2017-10-18 +=================== +* [FIX] Fixing tests broken by #979 +* [FEATURE] replace non identifier chars to underscore (#978) +* [FEATURE] Pool keep alive connections if forever option is used (#979) +* [MAINTENANCE] Use assert.ifError function in tests (#976) +* [FEATURE] Add function support for server addSoapHeader (#977) + 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] 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) +* [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 diff --git a/package.json b/package.json index 79f972c4a..0d26eaf50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.22.0", + "version": "0.23.0", "description": "A minimal node SOAP client", "engines": { "node": ">=4.0.0"