Releases: vpulim/node-soap
Releases · vpulim/node-soap
Version 1.1.12
- [ENHANCEMENT] Add optional
excludeReferencesFromSigning
property to exclude elements (e.g., Body, Timestamp) from SOAP message signing (#1288)
- [MAINTENANCE] Bump deps axios 1.9.0, debug 4.4.1, formidable 3.5.4 and xml-crypto 6.1.2
Version 1.1.11
- [ENHANCEMENT] Allow xml key in first level for rpc (#1219)
- [ENHANCEMENT] Do not set Connection header when forever is not set (#1259)
- [MAINTENANCE] Packages updates, tsconfig changes, fix test path on Windows (#1280)
- [MAINTENANCE] Bump xml-crypto to 6.1.1 (#1283)
Version 1.1.10
- [MAINTENANCE] Update axios to 1.8.3, xml-crypto to 6.0.1 and some other deps to address security issues
Version 1.1.9
- [ENHANCEMENT] Use wsdl xmlns prefix mappings, so several wsdl files can be imported with different namespace prefixes (#1279)
Version 1.1.8
- [ENHANCEMENT] Add option for digest algorithm, default value is sha256, update documentation (#1273)
- [MAINTENANCE] Fix minimal Node.js version in package.json (#1268)
- [MAINTENANCE] Update security.md (#1270)
Version 1.1.7
- [MAINTENANCE] Update dependencies, bump axios to 1.7.9 (#1264)
Version 1.1.6
- [ENHANCEMENT] Add custom cache option (#1261)
- [Fix] Fix usage of ref maxoccurs and minoccurs attributes (#1260)
Version 1.1.5
- [ENHANCEMENT] Add missing KeyInfo tag around SecurityTokenReference (#1255)
- [ENHANCEMENT] Catch errors when overrideImportLocation fails (#1257)
Version 1.1.4
- [ENHANCEMENT] Add feature to set signatureAlgorithm (#1254)
- [MAINTENANCE] Update dependencies, remove unused dependencies (#1256)
Version 1.1.3
- [ENHANCEMENT] Allow ComplexContentElement to have a restriction as a child element and parse attributes for RestrictionElement (#1252)
- [MAINTENANCE] Bump axios to 1.7.7 and debug to 4.3.6 (#1253)