Releases: vpulim/node-soap
Releases · vpulim/node-soap
Version 1.0.1
Version 1.0.0
Version 0.45.0
Version 0.44.0
- [DOC] Readme.md: Rewrite how to get support for conciseness, update mentions of the old request module to Axios, improve documentation of several functions' arguments. (#1175)
- [ENHANCEMENT] Added override constructor to ClientSSLSecurityPFX class (#1184)
- [ENHANCEMENT] add optional targetNamespace to output message name (#1176)
- [FIX] Change axios to be a peer dependency (#1179)
- [FIX] Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
- [FIX] Fix missing parameter in example (#1172)
- [FIX] Fix of client events behavior (#1181)
- [FIX] correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request (#1173)
- [FIX] double await in async and fixed response (#1185)
- [FIX] package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0". (#1178)
Version 0.43.0
- [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)
Version 0.42.0
- [FIX] check method style if exists instead of binding style (#1153)
- [FIX] update dependency vuln in xmldom via xml-cryoto/xmldom update (#1157)
- [FIX] update 7 vulnerabilities in the dependency chain (#1156)
- [FIX] SOAP faults are no longer being passed back in the error callback/promise rejection (#1155)