Skip to content

Version 0.22.0

Compare
Choose a tag to compare
@herom herom released this 02 Oct 20:31
· 255 commits to master since this release
  • [ENHANCEMENT] Added forever option to ClientSSLSecurity in order to allow keep-alive connections. (#974)
  • [ENHANCEMENT] Added preserveWhitespace option to prevent the client from trimming resolved String values. (#972)
  • [MAINTENANCE] Removed compres dependency in favor of zlib. (#971)
  • [MAINTENANCE] (Security) Updated debug dependency to avoid possible vulnerability. (#973)
  • [FIX] Updated .travis.yml to test against latest node.js 4.8.x release to avoid Travis CI error.
  • [FIX] Fix performance bug at POJO to XML conversion. (#968)
  • [ENHANCEMENT] Added possibility to override the bluebird.js suffix (default: "async"). (#961)
  • [DOC] Updated the Security section by listing all available optional methods. (#966)