Skip to content

Commit 52ef503

Browse files
authored
Merge pull request #654 from mendersoftware/release-please--branches--4.0.x
chore(4.0.x): release 4.0.1
2 parents 392f8d9 + e9c764e commit 52ef503

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
---
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+
234
## 4.0.0 - 2025-02-10
335

436

0 commit comments

Comments
 (0)