Bug Fixes
-
(gui) Fixed an issue that would prevent showing unassigned static group devices (ME-519) (b595a57)
-
Race when provisioning and connecting a device (MEN-8164) (5535078)
-
If a device gets provisioned and submits a connection request while the device is getting provisioned, the device might end up in an inconsistent state where the connection status gets overwritten to "unknown". The issue was discovered in a test where the system was under load and the device was running on the same network (artificially low RTT).
-
Ensure email is always encoded in lowercase when stored (MEN-8328) (0568d2e)
-
Added a bson codec for model.Email that will ensure that emails are always encoded in lowercase in the database to ensure case insensitive queries.