diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc5938707f..9be2efc0674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# [2022-03-01] + +## Release notes + + +* Upgrade webapp version to 2022-02-22-production.0-v0.29.2-0-abb34f5 (#2148) + + +## API changes + + +* The `api-version` endpoint now returns additional information about the backend: + + - whether federation is supported (field `federation`); + - the federation domain (field `domain`). + + Note that the federation domain is always set, even if federation is disabled. (#2146) + +* Add MLS key package API (#2102) + + +## Internal changes + + +* Bump aeson to v2.0.3.0 and update amazonka fork from upstream repository. (#2153, #2157, #2163) + +* Add schema-profunctor instances for `QueuedNotification` and `QueuedNotificationList` (#2161) + +* Dockerfile.builder: Add cabal update (#2168) + + +## Federation changes + + +* Make restrictions on federated user search configurable by domain: `NoSearch`, `ExactHandleSearch` and `FullSearch`. + Details about the configuration are described in [config-options.md](docs/reference/config-options.md). + There are sane defaults (*deny to find any users as long as there is no other configuration for the domain*), so no measures have to be taken by on-premise customers (unless the default is not the desired behavior). (#2087) + + # [2022-02-21] ## Release notes diff --git a/changelog.d/0-release-notes/webapp-upgrade b/changelog.d/0-release-notes/webapp-upgrade deleted file mode 100644 index 27d5041def3..00000000000 --- a/changelog.d/0-release-notes/webapp-upgrade +++ /dev/null @@ -1 +0,0 @@ -Upgrade webapp version to 2022-02-22-production.0-v0.29.2-0-abb34f5 diff --git a/changelog.d/1-api-changes/api-version-endpoint b/changelog.d/1-api-changes/api-version-endpoint deleted file mode 100644 index 31bfdf45b43..00000000000 --- a/changelog.d/1-api-changes/api-version-endpoint +++ /dev/null @@ -1,6 +0,0 @@ -The `api-version` endpoint now returns additional information about the backend: - - - whether federation is supported (field `federation`); - - the federation domain (field `domain`). - -Note that the federation domain is always set, even if federation is disabled. diff --git a/changelog.d/1-api-changes/mls-key-packages b/changelog.d/1-api-changes/mls-key-packages deleted file mode 100644 index 5f7666b6f2a..00000000000 --- a/changelog.d/1-api-changes/mls-key-packages +++ /dev/null @@ -1 +0,0 @@ -Add MLS key package API diff --git a/changelog.d/5-internal/bump-aeson-amazonka b/changelog.d/5-internal/bump-aeson-amazonka deleted file mode 100644 index b995afa39e9..00000000000 --- a/changelog.d/5-internal/bump-aeson-amazonka +++ /dev/null @@ -1 +0,0 @@ -Bump aeson to v2.0.3.0 and update amazonka fork from upstream repository. (#2153, #2157, #2163) diff --git a/changelog.d/5-internal/queued-notification-schemas b/changelog.d/5-internal/queued-notification-schemas deleted file mode 100644 index ef8227a02c8..00000000000 --- a/changelog.d/5-internal/queued-notification-schemas +++ /dev/null @@ -1 +0,0 @@ -Add schema-profunctor instances for `QueuedNotification` and `QueuedNotificationList` diff --git a/changelog.d/5-internal/ubuntu20-add-cabal b/changelog.d/5-internal/ubuntu20-add-cabal deleted file mode 100644 index 6b658acd342..00000000000 --- a/changelog.d/5-internal/ubuntu20-add-cabal +++ /dev/null @@ -1 +0,0 @@ -Dockerfile.builder: Add cabal update diff --git a/changelog.d/6-federation/restrict-user-search b/changelog.d/6-federation/restrict-user-search deleted file mode 100644 index 6aa362a4a67..00000000000 --- a/changelog.d/6-federation/restrict-user-search +++ /dev/null @@ -1,3 +0,0 @@ -Make restrictions on federated user search configurable by domain: `NoSearch`, `ExactHandleSearch` and `FullSearch`. -Details about the configuration are described in [config-options.md](docs/reference/config-options.md). -There are sane defaults (*deny to find any users as long as there is no other configuration for the domain*), so no measures have to be taken by on-premise customers (unless the default is not the desired behavior).