From 3be4afab080ebdf1a8d671d3a070e6b66b4ad989 Mon Sep 17 00:00:00 2001 From: jsdevel Date: Wed, 29 Oct 2014 12:01:12 -0700 Subject: [PATCH] 0.6.0 --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 34a7dc29a..abe5570ca 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +0.6.0 / 2014-10-29 +================= +* Enhancement: Adding bearer security type Exporting security type for usage. +* Enhancement: The qualified elementFormQualified must be respected only when the current element is not a global element. The namespace attribute is only needed if it's not included in the xmlns. +* Fix: Remove automatic port appending to "Host" header. +* Fix: Avoid creating soap:Header container when there are no children. +* Fix: Allowing a 'null' argument for WSDL methods that take no arguments. +* Fix: Wrong initialization of xmlns array when handling rpc stype wsdl. +* Fix: Fault handling. err should be used less frequently now. +* Fix: Added checking if there is input and output for operations under bindings section. +* Fix: XSD conflict with same namespace. + 0.5.1 / 2014-07-11 ================= * Enhancement: Add "defaults" parameter to BasicAuthSecurity's constructor diff --git a/package.json b/package.json index 7fc9b5499..3e0bc04c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.5.1", + "version": "0.6.0", "description": "A minimal node SOAP client", "engines": { "node": ">=0.8.0"