CloudCode v1.4.1

We are excited to announce that version 1.4.1 of CloudCode has been released.

This release includes the following changes:

  • Add support for IdP Process Claims tasks.

  • Upgraded to NodeJS 8.10, with native async-await support (was previously on NodeJS 6.10). This improves stack traces and performance.

  • Increased available task memory to 1GB (was previously 512MB).

  • Task source code is now isolated, with only the source code of each specific task being deployed. Previously the source code of other tasks was also deployed to the environment of every task. Note: If you previously imported code from another task, this will not work anymore. It is recommended to instead use NPM modules to share code.

Changelog

  • added: Support for IdP Process Claims tasks

  • improved: Upgraded to NodeJS 8.10

  • improved: Increased available task memory to 1GB

  • added: Task source code is now isolated

Last updated