Skip to main content

Update extensions runtime env

Use this guide to manage the runtime environment of scripting extensions.

Check the runtime version

  1. In your workspace, go to Extensions > Scripts.

  2. At the bottom, of the Scripts page, select the Runtime tab.

    howto-update-extension-runtime-change-version.png

    Fix deprecated runtime versions

    If you see a Deprecated runtime warning in the list or in an extension's details, it means we plan to remove that runtime in an upcoming release. Update it right away to avoid disruptions.

    We'll notify you and other affected customers with a deadline for making the change.

    howto-update-extension-runtime-deprecation-info.png

Change the runtime version

  1. In the Extensions page, select RUNTIMES > [version number] to view runtime details.

    howto-update-extension-runtime-list-of-dependencies.png
  2. Review the list of dependencies. If needed, refactor your extension to use the supported libraries.

  3. Scroll to the bottom of the details page and select the RUNTIME tab.

  4. Click the version list and select a new runtime version.

    howto-update-extension-runtime-modify-version.png
  5. Save your changes.

Test before you deploy

To prevent runtime issues, test any updates in a non-production environment.

Each runtime version includes its own set of supported dependencies. Make sure your script works with the new version.