edge-core-js 2.30.2 → 2.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.31.0 (2025-06-05)
6
+
7
+ - added: Support for zero-sync (aka silent-sync) enabled by the change-server protocol.
8
+ - changed: Batch change-server subscriptions for better reliability and efficiency.
9
+ - fixed: Allow pin change while device is in duress mode and user is logged into a non-duress account.
10
+ - fixed: Change conditions for syncNetwork pixies to avoid unnecessary sync and support for zero-sync (aka silent-sync) enabled by the change-server protocol.
11
+
5
12
  ## 2.30.2 (2025-05-30)
6
13
 
7
14
  - fixed: Create a package.json React Native export.