Skip to content

Commit

Permalink
Release v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Nov 12, 2021
1 parent d284fea commit a69b357
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
@@ -1,3 +1,16 @@
0.43.0 / 2021-11-12
===================
* [DOC] Create SECURITY.md (#1165)
* [ENHANCEMENT] Publicly expose wsdl in Client (#1167)
* [ENHANCEMENT] add native support for long deserialization (#1160)
* [FIX] Fix typo in ISoapFault12 (#1166)
* [FIX] error when soapaction header is not set (#1171)
* [FIX] lastElapsedTime for non streaming requests (#1162)
* [FIX] minor fix for ntlm request (#1163)
* [FIX] undefined targetNamespace (#1161)
* [FIX] xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159)
* [MAINTENANCE] Bump httpntlm, doctoc as well as other dependencies (#1158)

0.42.0 / 2021-08-23
===================
* [FIX] check method style if exists instead of binding style (#1153)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.42.0",
"version": "0.43.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit a69b357

Please sign in to comment.