Skip to content

@appium/storage-plugin@2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:49
· 3 commits to master since this release

2.0.0 (2026-08-24)

⚠ BREAKING CHANGES

  • storage-plugin: @appium/storage-plugin is now an ESM-only package. It can no longer be loaded via CommonJS require(); consumers must use import or dynamic import(). Deep imports into the package's internals are no longer possible — only the public entry point is exposed via exports.

Features

Bug Fixes

  • base-driver,storage-plugin: redact sensitive payloads in debug logs (#22549) (281e61c)