Skip to content

Commit

Permalink
Merge pull request #4394 from wireapp/master
Browse files Browse the repository at this point in the history
Master->Develop after release
  • Loading branch information
fisx authored Dec 30, 2024
2 parents eabc5d2 + 6da6945 commit ed23e18
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 50 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
# [2024-12-30] (Chart Release 5.9.0)

## Release notes


* POST /scim/auth-token request body allows you to choose an IdP UUID to associate with. If none is given, do not associate.

**WARNING:** the new behavior differs from the old one when first creating a unique SAML IdP and then the SCIM token: before this release, this request would associate the two, now it doesn't. (#4349)

* We changed the default MLS cipher suite from

- MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519

to

- MLS_128_DHKEMP256_AES128GCM_SHA256_P256

and the allowed MLS cipher suites from only

- MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519

to _only_

- MLS_128_DHKEMP256_AES128GCM_SHA256_P256.

ATTENTION: This breaks your MLS clients if they used the previous defaults before. This is even true if you allow several cipher suites, since current MLS clients only support _one_ cipher suite at a time.

[Adjust the defaults in the server configuration](https://github.com/wireapp/wire-server/blob/develop/docs/src/developer/reference/config-options.md#mls) to switch the values of `defaultCipherSuite` and `allowedCipherSuites` back to the previous defaults, `1` and `[1]`, respectively. Once MLS clients support several cipher suites, you could even use `[1,2]` or a list of other cipher suites in `allowedCipherSuites`. Make sure that this list contains the currently used cipher suite! (#4373)

* This release contains a new Git submodule: `wire-server-enterprise`. This module represents a service which contains all non-open-source features. Wire can still be deployed and run without this service. Building it without `wire-server-enterprise` is currently not documented, but Wire will keep providing the artefacts.

The service can be deployed with a dedicated Helm chart (`charts/wire-server-enterprise`.) The required service image is not freely available (the registry is password protected.) (#4357)


## API changes


* The `client_id` query parameter of the `GET /events` endpoint is now optional. When not provided, events are returned from a temporary queue that's not bound to any specific client. The queue is deleted when the websocket disconnects. (#4360)


## Features


* You can now create both multiple SCIM peers and multiple SAML IdPs, and freely associate them with each other (team management app implementation pending). (#4349)

* Internal API and backoffice support for managing email domains for enterprise login (#4364)


## Bug fixes and other updates


* Fix `gzip filter failed to use preallocated memory` alerts in nginz by upgrading (#4365)

* Send team active event in personal user to team flow (#4380)

* Add profile name to new team owner welcome mail (#4378)


## Internal changes


* Delete federation V0 and V1 queues after integration tests (#4374)

* Stabilize `index migration` tests by fixing a race on index names. (#4382)

* Adjust the existing Ormolu script to format the wire-server-enterprise submodule
as well. (#4377)

* Revive and translate old integration test (#4387, #4386)

* Translate integration test to new suite. (#4384)


# [2024-12-11] (Chart Release 5.8.0)

## Release notes
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/0-release-notes/4349

This file was deleted.

27 changes: 0 additions & 27 deletions changelog.d/0-release-notes/WPB-15004

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/0-release-notes/enterprise

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/rabbitmq-temp

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/4349

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/WPB-14306

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/WPB-14537

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/WPB-15072

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/WPB-15085

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/WPB-11810

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/stabilize-es-migration-test

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/5-internal/submodule-formatting

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/wpb-15151-translate-flake

This file was deleted.

0 comments on commit ed23e18

Please sign in to comment.