Skip to content

Commit

Permalink
Merge pull request wireapp#4375 from wireapp/master
Browse files Browse the repository at this point in the history
Master->Develop after release
  • Loading branch information
fisx authored Dec 13, 2024
2 parents 9dbcc71 + 2a8ac99 commit b2315c3
Show file tree
Hide file tree
Showing 27 changed files with 70 additions and 35 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
# [2024-12-11] (Chart Release 5.8.0)

## Release notes


* [RabbitMQ events] Notifications are now also sent via RabbitMQ. Therefore RabbitMQ is now a required dependency for Cannon and Gundeck. Cassandra is now a required dependency for Cannon and Background-Worker. Both of them need access to the Gundeck keyspace. These are breaking changes for Charts. (#4272, #4358, #4340)

* If brig's server values config has the field `emailSMS.team`, the correct value for the personal user to team invitation URL must be set under `emailSMS.team.tExistingUserInvitationUrl`. Otherwise the URL will point to a path under the account pages and therefore a value for `externalUrls.accountPages` is required. (#4341)


## API changes


* The endpoint `POST /teams/:tid/invitations` gained a new optional field `allow_existing`, which controls whether an existing personal user should be invited to the team (#4336)


## Features


* Welcome email for new team owner. (#4333)

* Added inviter's email to `GET /teams/invitation/info` endpoint. (#4332)


## Bug fixes and other updates


* Updated `nginz` config for personal user to team flow (#4334)

* Freeze API version 7, create new dev version 8. Also update checklist. (#4356, #4356)

* Fixed config for personal user to team invitation URL template. (#4341)

* Fixed search index after personal user creates team (#4362)


## Documentation


* Add a few more swagger descriptions and examples. (#4323)


## Internal changes


* `charts/wire-server-enterprise` is a Helm chart to run the `wire-server-enterprise`
service. This service can only be deployed with an image pull secret (the
registry is not open to public.) (#4359)

* [Polysemy] Move email update and remove operations to effects (#4316, #4316)

* Log uncaught IO exceptions in cargohold (#4352)

* Updated email templates to v1.0.124 (#4328)

* charts/galley: Make missing mls keys a templating error. Update MLS docs. (#4369)

* [RabbitMQ events] New endpoint `GET /events` for consuming events is added (in API V8).

- When a client misses notifications because it was offline for too long, it needs to know this information so it can do a full synchronisation. This appears as the first notification in `GET /events` endpoint whenever the system detects this happening. The next acknowledgement of the message makes this notification not appear anymore until the next notification is missed. (#4272)
- New internal endpoint `POST /i/users/:uid/clients/:cid/consumable-notifications` is added (#4272)
- Connection pooling in cannon (#4348)
- Add consumers to the draining step on Cannon, in case of termination. (#4342)
- List queues more efficiently. (#4351)


# [2024-11-04] (Chart Release 5.7.0)

## Bug fixes and other updates
Expand Down
3 changes: 3 additions & 0 deletions changelog.d/0-release-notes/4349
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 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)
5 changes: 0 additions & 5 deletions changelog.d/0-release-notes/WBP-10308

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/WPB-14284

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/1-api-changes/WPB-10308

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/1-api-changes/WPB-689-idps-and-scims

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/2-features/4349
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* 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)
1 change: 0 additions & 1 deletion changelog.d/2-features/WPB-11183

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/WPB-689-idps-and-scims

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2-features/enterprise-helm-chart

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/WBP-10658

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/WPB-11973-bump-api-version

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/brig-rabbitmq

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/rabbitmq-acks

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4-docs/fix-swagger-2024-10-31

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/5-internal/WPB-10308

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cannon-rabbitmq-pool

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cargohold-errors

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/drain-rabbit

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/efficient-queue-listing

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/email-templates-v1.0.124

This file was deleted.

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

This file was deleted.

0 comments on commit b2315c3

Please sign in to comment.