Skip to content

Bump soap from 0.43.0 to 0.44.0

scriptuser requested to merge dependabot-npm_and_yarn-soap-0.44.0 into main

Bumps soap from 0.43.0 to 0.44.0.

Release notes

Sourced from soap's releases.

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)
Changelog

Sourced from soap's changelog.

0.44.0 / 2022-06-06

  • [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)
Commits
  • 85e6aba Release v0.44.0
  • e4f7106 Added override constructor to ClientSSLSecurityPFX class (#1184)
  • 56c7942 Removed double await in async and fixed response (#1185)
  • 99832a1 Fix missing parameter in example (#1172)
  • 52a280e Fix of client events behavior (#1181)
  • c54e125 Change axios to be a peer dependency (#1179)
  • 66ba6c6 Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
  • fd3bdb5 add optional targetNamespace to output message name (#1176)
  • 46ff077 package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0"....
  • 72195b9 Readme.md: Rewrite how to get support for conciseness, update mentions of the...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports