boneskull
released this
14 Apr 17:03
·
318 commits
to main
since this release
0.5.0 (2023-04-14)
⚠ BREAKING CHANGES
- tizen-remote: Uses a new scheme for token storage. Instead of a single JSON file, we use one file per device. This will break existing token stores. Also, the
name
option of theTizenRemote
constructor is no longer recognized.
This replaces the bespoke token cache with the @appium/strongbox
package. As such, it mitigates the need for lockfiles.
Features
- tizen-remote: use per-host token storage (7ea9983)