Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update soap to the latest version 馃殌 #13

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 19, 2018

Version 0.25.0 of soap was just published.

Dependency soap
Current Version 0.24.0
Type devDependency

The version 0.25.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of soap.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Version 0.25.0
  • [FIX] Improved deserialization on inline simpleType declarations (#1015)
  • [ENHANCEMENT] Added option to allow the user to dis-/enable the timestamp in WSSecurtityCert (defaults to "enabled" to maintain current behaviour) (#1017)
  • [DOC] Updated the "*Async" result description (#1016)
  • [ENHANCEMENT] Added ability to resolve Schema-cross-reference namespaces in client.describe() (#1014)
  • [FIX] Fixed .npmignore patterns in order to publish only the necessary files (#1012)
  • [DOC] Removed formatting in code (#1011)
  • [ENHANCEMENT] Added initial NTLM support (#887)
  • [ENHANCEMENT] Added optional async authentication for the server (#1002)
  • [MAINTENANCE] End of support for node < 6.x in our Travis CI config!
  • [MAINTENANCE] Removed unnecessary selectn dependency (#975)
  • [ENHANCEMNET] Added support for attributes in root elements (#910)
  • [ENHANCEMENT] Added/updated TypeScript definitions (#991)
  • [ENHANCEMENT] Change signature of server.authorizeConnection() to include also the response param. (#1006)
  • [FIX] WSSE Template - fix behaviour for template compilation in __dirname "unsafe" environments (e.g. webpack with target node) (#1008)
Commits

The new version differs by 21 commits.

  • 0efafa2 Release v0.25.0
  • c9026a2 Improve deserialization of inline simpleType declarations (#1015)
  • 0f220a8 WSSecurityCert without Timestamp and only xml-exc-c14n# (#1017)
  • 6e35670 Updating readme with *Async result (#1016)
  • 76996c9 soap client describe() resolves namespace cross references between schema (#1014)
  • 7da88e1 chore(npm): fix .npmignore patterns
  • fa96454 Update Readme.md, remove formatting in code (#1011)
  • a8d7388 Merge pull request #1010 from vpulim/fix-vulnerabilities
  • 0e6ea1b Fix security vulnerabilities (CVE-2018-3728, CVE-2017-16042)
  • 56a96d3 Added bluebird types on devDependencies (#1009)
  • 1c68531 Adding initial NTLM support (from https://github.com/vision10/node-soap) (#887)
  • 9ea32e2 Implemented optional asynchronous authentication
  • c71f44c Removing node 4 support.
  • 12ba988 Remove selectn dependency.
  • 2caa2c6 Add support for attributes in root elements

There are 21 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2019

  • The devDependency soap was updated from 0.24.0 to 0.26.0.

Update to this version instead 馃殌

Commits

The new version differs by 11 commits.

  • 63bd7b7 Release v0.26.0
  • 2f159d0 WSDL: make merging external schema works correctly (#1023)
  • 0e8a3e6 WSDL: pass error from parsing XML as-is, not only its message (#1022)
  • 6bb6936 server: add option enableChunkedEncoding (#1043)
  • 5b45068 fix a problem about Multi-Byte character (#1042)
  • 2bed4c7 fix double transformationentries in WSSecCert
  • 7a215e0 Add bodyParser.json middleware test
  • e13942b processRequestXml only if req.body is not empty object
  • 5c042d9 Fixing v10 ssl tests and removing jshint since it sucks and doesn't support es6. (we need to migrate to eslint).
  • 9541e14 Undo package.json change
  • 78c7d38 Arrays deserve namespace override too

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The devDependency soap was updated from 0.24.0 to 0.27.0.

Update to this version instead 馃殌

Commits

The new version differs by 15 commits.

  • e005dc5 Release v0.27.0
  • 630d80d Fixed some issues with xsd elements (#1057)
  • 33e170e Added callback for soap.listen (#1055)
  • 0144895 Added MTOM support for binary data (#1054)
  • 1f4af8a Handle response with error status code and without response body (#1053)
  • 58c0b8a add rsa-sha256 support for WSSecurityCert (#1052)
  • 25440ee fix(compliance): updated the npm packages
  • 8d5f15a adding promise support for server method handlers.
  • e8306be npmignore cleanup; adding some types to Client (#1049)
  • 9cb3bf0 adding source-map-support for ts mapping in stack trace; enabling tslint rules; added linting to travis; removing unnecessary self variables (#1047)
  • adb0739 fix(wsdl): array namespace override with colon(:) (#1045)
  • 9aed566 npm upgrade; removing ejs and external template files (#1046)
  • 509932a converting the project to TypeScript (#1044)
  • f4fd1e7 Fixed PasswordDigest Generation (#1039)
  • 570f5b3 Stringify wsdl-related error messages to avoid non-descriptive [object Object] output. (#1037)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 20, 2019

  • The devDependency soap was updated from 0.24.0 to 0.27.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jun 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2019

  • The devDependency soap was updated from 0.24.0 to 0.28.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jul 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 26, 2019

  • The devDependency soap was updated from 0.24.0 to 0.29.0.

Update to this version instead 馃殌

@mattjonsson mattjonsson deleted the greenkeeper/soap-0.25.0 branch September 17, 2019 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant