Skip to content

Commit 7efdd4e

Browse files
authored
Merge pull request #4619 from wireapp/master
Master->Develop after release
2 parents 1dec209 + 732dd4e commit 7efdd4e

File tree

15 files changed

+60
-20
lines changed

15 files changed

+60
-20
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
# [2025-06-16] (Chart Release 5.17.0)
2+
3+
## Release notes
4+
5+
6+
* Behavior of email validation in the context of SCIM user provisioning has changed: if your users receive a validation email on address change, you need to do nothing. If they don't, the behavior changes: before this release, the email address was only used as SCIM external_id, not to send emails to the user, because there was no validation step. With this release, the default behavior is that SCIM has the authority to auto-validate email addresses, and no further user action is needed.
7+
8+
Consider changing the `validateSAMLEmails` feature flag value for some teams, or the default for your instance accordingly.
9+
10+
The old behavior for `validateSAMLEmails == disabled` (no validation email, but also no valid email address) is not supported any more. We suggest you use something as `external_id` that is not an email address if you want that. (#4612)
11+
12+
13+
## API changes
14+
15+
16+
* Add a new endpoint `/mls/reset-conversation` which can be used to restore an MLS group that ended up in an invalid state for any reason. After resetting, the conversation has the same users, but the corresponding MLS group gets a new group ID and resets to epoch 0 with no clients.
17+
18+
Users on backends that don't support reset are kicked out of the conversation upon reset, and no such user can join afterwards.
19+
20+
A new event type `conversation.mls-reset` has been added, and is sent to all members of a conversation when it is reset. (#4558)
21+
22+
23+
## Features
24+
25+
26+
* Auto activate SAML emails if validateSAMLEmails feature is disabled (#4612)
27+
28+
* Add update, delete, add/remove users to UserGroups. (#4600, #4604, #4605)
29+
30+
* Send notifications on user group updates (#4600)
31+
32+
* Team admin can add user to a channel (#4574)
33+
34+
* Allow team admin to change the name of a channel (#4584)
35+
36+
* Endpoint to get the current server time (#4606)
37+
38+
* Add support for AWS Signature V4 authentication header to ZAuth (#4593)
39+
40+
41+
## Bug fixes and other updates
42+
43+
44+
* Do not allow ephemeral users to search for contacts (#4609)
45+
46+
47+
## Internal changes
48+
49+
50+
* Send cells notification when cells feature is updated (#4614)
51+
52+
* Send message count to websocket on connect (#4608)
53+
54+
* Add `proxy_connect_timeout` to nginz's configuration. Otherwise, not answering
55+
services (e.g. due to network issues) can delay requests/response for a very
56+
long time. (#4610)
57+
58+
* nginz: Set `Z-Timestamp` header when proxying requests (#4593, #4611)
59+
60+
161
# [2025-05-30] (Chart Release 5.16.0)
262

363
## Release notes

β€Žchangelog.d/1-api-changes/mls-resetβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Žchangelog.d/2-features/WPB-16870-user-groups-everything-except-searchβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/WPB-16876β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/WPB-16887β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/WPB-16889β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/WPB-17486β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/WPB-17696β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/2-features/aws4-hmac-sha256β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog.d/3-bug-fixes/WPB-17884β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)