Article Published Date: 6/24/2026
ZEDEDA Cloud versions
- ZEDEDA UI: 19.2.9
- ZEDEDA API: 19.2.28
Resolved Issues and Fixes
- Volume instance device ID assignment for Edge Node Cluster volumes. A prior change inadvertently removed device ID assignment for volume instances explicitly bound to an Edge Node Cluster (ENC). Edge Infrastructure Services now restores the correct assignment.
- Volume instance network ID assignment timing for Edge Node Cluster volumes. Edge Infrastructure Services now defers network ID assignment for ENC-bound volume instances until app assignment, preventing mismatches when a volume is placed on a specific cluster node.
- Incorrect passthrough adapter configuration sent to edge nodes. Edge Infrastructure Services was incorrectly including network interfaces in the passthrough adapter configuration sent to EVE-OS (Edge Virtualization Engine). This could cause unexpected behavior on edge nodes; network interfaces are now correctly excluded.
- Redundant processing during network instance configuration merges. Edge Infrastructure Services was parsing node configuration data once per network instance during merges, causing unnecessary overhead on nodes with many network instances. Each node's configuration is now parsed once and reused.
- GPS data handling in device location queries. GPS data structures were not being copied before use in multi-node location queries, which could cause data loss when the underlying database records were released. Edge Infrastructure Services now copies GPS data correctly.