Skip to content

YepCode Executors chart

  • Added rawBody on request context in webhook executions (headers, rawBody, query and method).
  • Updated pnpm to v10.
  • Updated node to v22.19
  • Updated python to v3.13.7
  • Execution timeout check was started before execution was actually started.
  • pypi repository stats validation timeout improved.
  • Added local disk quota limits [firecracker version]
  • Security improvements [firecracker version]
  • Improved main function detection.
  • Add support for YepCode Storage.
  • Fixed return size validation in Python processes.
  • General fixes and improvements.
  • Fixed yepcode library import.
  • Added extraImagePullSecrets configuration.
  • Update python to v3.13.
  • Support git repositories in python dependencies.
  • New prometheus metrics.
  • Support callback url on executions.
  • Add keys(pattern) function to datastore.
  • Updated node v20 to v22.
  • Retry executions that fails with unexpected errors.
  • Allow to use process.env and os.environ with all yepcode.env variables.
  • Keep execution logs sorted.
  • Allow exporting a non async main in node.
  • Exception returning not serializable objects in python.
  • module.exports not detected as expected in node processes.
  • Python logger only prints the first line with correct level.
  • Console logs of more than 1Mb cause socket disconnect.
  • Datastore fails when called 15 seconds after execution start
  • Allow importing yepcode library
  • Automatically call main() function if exported in the script
  • Return value now accepts falsy values (0, "", False)
  • Do not count datastore entries if limit is disabled.
  • Fixed DATASTORE_TIMEOUT_SECONDS env variable.
  • Added timeout to datastore operations.
  • Fixed datastore password encryption.
  • Fixed error when loading a module multiple times.
  • Fixed error message when trying to import a library not available in python.
  • Add /tmp mount point to dependencies-manager, not working in some environments.
  • Added executor_dependencies_manager.forceDependenciesPermissionsDeep and executor_dependencies_manager.forceDependenciesPermissions configurations.