Skip to content

Releases: vpulim/node-soap

Version 1.1.12

01 Jun 10:32
Compare
Choose a tag to compare
  • [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

22 Apr 07:33
Compare
Choose a tag to compare
  • [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

17 Mar 07:18
Compare
Choose a tag to compare
  • [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

04 Mar 08:08
Compare
Choose a tag to compare
  • [ENHANCEMENT] Use wsdl xmlns prefix mappings, so several wsdl files can be imported with different namespace prefixes (#1279)

Version 1.1.8

14 Feb 07:57
Compare
Choose a tag to compare
  • [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

11 Dec 09:17
Compare
Choose a tag to compare
  • [MAINTENANCE] Update dependencies, bump axios to 1.7.9 (#1264)

Version 1.1.6

03 Nov 19:02
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add custom cache option (#1261)
  • [Fix] Fix usage of ref maxoccurs and minoccurs attributes (#1260)

Version 1.1.5

29 Sep 05:59
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add missing KeyInfo tag around SecurityTokenReference (#1255)
  • [ENHANCEMENT] Catch errors when overrideImportLocation fails (#1257)

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)