Skip to content

Releases: vpulim/node-soap

Version 1.1.4

17 Sep 07:12
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add feature to set signatureAlgorithm (#1254)
  • [MAINTENANCE] Update dependencies, remove unused dependencies (#1256)

Version 1.1.3

03 Sep 09:35
Compare
Choose a tag to compare
  • [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

21 Aug 08:07
Compare
Choose a tag to compare
  • [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

04 Aug 07:01
Compare
Choose a tag to compare
  • [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

16 Jul 08:33
Compare
Choose a tag to compare
  • [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

18 Jun 06:08
Compare
Choose a tag to compare
  • [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

14 May 06:47
Compare
Choose a tag to compare
  • [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

29 Apr 08:58
Compare
Choose a tag to compare
  • [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)

Version 1.0.1

18 Apr 06:38
Compare
Choose a tag to compare
  • [FIX] Upgrade axios to 1.6.1 and axios-ntlm to 1.4.2 (#1212)
  • [FIX] Fix build in Node.js 18 by re-encrypting test key (#1206)

Version 1.0.0

09 Dec 18:02
Compare
Choose a tag to compare
  • [ENHANCEMENT] allow soap.createClient to create a new SOAP client from a WSDL string (#1191)
  • [FIX] Bump xml-crypto (#1200)
  • [FIX] Upgrade to Formidable 3, Node 14, and audit fix (#1192)
  • [FIX] Allow WSSecurity and WSSecurityCert to be used together (#1195)