Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion changelog.d/0-release-notes/webapp-upgrade

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/1-api-changes/api-version-endpoint

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/mls-key-packages

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/bump-aeson-amazonka

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/queued-notification-schemas

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/ubuntu20-add-cabal

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/6-federation/restrict-user-search

This file was deleted.