File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.0.0 "
2
+ "." : " 4.0.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
---
2
+ # # 4.0.1 - 2025-05-19
3
+
4
+
5
+ # ## Bug Fixes
6
+
7
+
8
+ - *(gui)* Fixed an issue that would prevent showing unassigned static group devices
9
+ ([ME-519](https://northerntech.atlassian.net/browse/ME-519)) ([b595a57](https://github.com/mendersoftware/mender-server/commit/b595a574d2e3d2d4fb61757198007ff4bc308f56))
10
+
11
+ - Race when provisioning and connecting a device
12
+ ([MEN-8164](https://northerntech.atlassian.net/browse/MEN-8164)) ([5535078](https://github.com/mendersoftware/mender-server/commit/5535078d027b213fb0ee6d37dd4c4934b075e51c))
13
+
14
+
15
+ If a device gets provisioned and submits a connection request while the
16
+ device is getting provisioned, the device might end up in an
17
+ inconsistent state where the connection status gets overwritten to
18
+ " unknown" .
19
+ The issue was discovered in a test where the system was under load
20
+ and the device was running on the same network (artificially low RTT).
21
+ - Ensure email is always encoded in lowercase when stored
22
+ ([MEN-8328](https://northerntech.atlassian.net/browse/MEN-8328)) ([0568d2e](https://github.com/mendersoftware/mender-server/commit/0568d2e09699961cb8aabc0faa16813a4928bc44))
23
+
24
+
25
+ Added a bson codec for model.Email that will ensure that emails are
26
+ always encoded in lowercase in the database to ensure case insensitive
27
+ queries.
28
+
29
+
30
+
31
+
32
+
33
+
2
34
# # 4.0.0 - 2025-02-10
3
35
4
36
You can’t perform that action at this time.
0 commit comments