Releases: vpulim/node-soap
Releases · vpulim/node-soap
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)
Version 1.1.2
- [ENHANCEMENT] Update Axios to 1.7.4 (#1248)
- [MAINTENANCE] Remove unused coveralls, replace request with Axios in tests (#1250)
- [MAINTENANCE] Speed up tests execution (#1249)
- [Fix] Add missing attributes (#1251)
Version 1.1.1
- [ENHANCEMENT] ASupport binary data in MTOM (#1245)
- [ENHANCEMENT] Pass the error object to log (#1246)
- [Fix] Fix including xsd from another xsd while using inline xmlns (#1202)
Version 1.1.0
- [ENHANCEMENT] Upgrade dependencies and refactor code to work with the xml-crypto 6.0.0, use built-in randomUUID instead of uuid (#1242)
- [ENHANCEMENT] Add express request object as parameter to the log method. (#1210)
- [ENHANCEMENT] Make error messages useful when using SOAP 1.2 (#1228)
- [ENHANCEMENT] Update Readme.md add example for xml string parameter (#1244)
Version 1.0.4
- [ENHANCEMENT] Speed up WSDL parsing (#1218)
- [ENHANCEMENT] Add envelopeSoapUrl option to change the URL in xmlns:soap attribute (#1239)
- [ENHANCEMENT] Handle missing message definitions when creating SOAP client (#1241)
Version 1.0.3
- [ENHANCEMENT] Add WSSecurity Protocol with user/pass token element (#1187)
- [ENHANCEMENT] Prevent mutating $type in the schema while processing requests (#1238)
- [FIX] Add space after
xmlns:wsu
to prevent xmldom warning (#1215)
- [FIX] Fix invalid multipart/related Content-Type (#1198)
Version 1.0.2
- [ENHANCEMENT] Preserves leading and trailing whitespace when preserveWhitespace option is true (#1211)
- [ENHANCEMENT] Improve trim speed during XML parsing (#1216)
- [FIX] Change axios back as a dependency, bump axios to 1.6.8 (#1237)
- [FIX] Update proxy example in docs (#1220)
- [FIX] Add missing closing bracket in docs example (#1214)