Release: 0.20.0

Migrating custom plugins

Overview

The internal storage now takes a namespace parameter on all its methods. This is mandatory to be passed by a plugin but can be safely set as null in tests that directly use the internal storage. Plugins are normally not affected if they use the runContext().storage() method that has been updated to automatically use the execution's namespace.

Was this page helpful?