v61.0.0 (2020-06-15)
General
- Remove the node.js integration tests helper and removes node from the circleci environment. (#3187)
- Put
backtrace
behind a cargo feature. (#3213) - Move sqlite dependency down from rc_cryto to nss_sys. (#3198)
- Adds jwe encryption in scoped_keys. (#3195)
- Adds an implementation for pbkdf2. (#3193)
- Fix bug to correctly return the given defaults when the storageArea's
get()
method is used with an empty store (bug 1645598). (#3236) - Fixed a sync bug where the application not providing the "persisted state" would mean the declined list was handled incorrectly (#3205)
Android
- From now on the project uses the Android SDK manager side-by-side NDK. (#3222)
- Download the new NDK by running
./verify-android-environment.sh
in thelibs
directory.- Alternatively, you can download the NDK in Android Studio by going in Tools > SDK Manager > SDK Tools > NDK (check Show Package Details) and check
21.3.6528147
.
- Alternatively, you can download the NDK in Android Studio by going in Tools > SDK Manager > SDK Tools > NDK (check Show Package Details) and check
- The
ANDROID_NDK_ROOT
,ANDROID_NDK_HOME
environment variables (and the directory they point to) can be removed.
- Download the new NDK by running