Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master->Develop after release #2665

Merged
merged 2 commits into from
Sep 1, 2022
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
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,95 @@
# [2022-09-01] (Chart Release 4.23.0)

## Release notes


* The internal endpoint `GET i/mls/clients` has been changed, and it now returns a list of `ClientInfo` instead of a list of `ClientId`. (#2631)


## API changes


* Fix key package error description (#2651)

* Expose MLS public keys in a new endpoint `GET /mls/public-keys`. (#2602)


## Features


* The coturn chart now supports exposing the control port over TLS. (#2620)

* Forward all MLS default proposal types (#2628)

* New endpoints `HEAD` and `GET /nonce/clients` to request new nonces for client certificate requests (coming up soon). (#2641, #2655)

## Bug fixes and other updates


* Fix cql-io bug where restarting whole cassandra cluster could cause downtime. Upstream changes in https://gitlab.com/twittner/cql-io/-/merge_requests/20 (#2640)

* Improve client check when adding clients to MLS conversations (#2631)


## Documentation


* Move developer docs onto docs.wire.com (instead of exposing them on github only) (#2622, #2649)

* Add build instructions for developers (#2621)

* Make target audience explicit on docs.wire.com (#2662)


## Internal changes


* Support for external Add proposals (#2567)

* Add additional checks on incoming MLS messages:
* if the sender matches the authenticated user
* if the sender of message to a remote conversation is a member
* if the group ID of a remote conversation matches the local mapping (#2618)

* Apply changes introduced by cabal-fmt. (#2624)

* Remove some redudant constraints in brig (#2638)

* Brig Polysemy: Port UserPendingActivationStore to polysemy (#2636)


* Add make target `delete-cache-on-linker-errors` to delete all Haskell compilation related caches. This is useful in cases where the development environment gets into an inconsistent state. (#2623)


* Move Paging effect from galley into polysemy-wire-zoo (#2648)

* Fix broken hls-hlint-plugin in nix env (#2629)

* Adjust developer PR template and document config and API procedures in-tree. (#2617)

* Add mls-test-cli to builder image (#2626)

* Add mls-test-cli to deps image (#2630)

* mls-test-cli: Use Cargo.lock file when building (#2634)

* Move common Arbitrary instances to types-common package for compilation speed (#2658)

* `LoginId` migrated to schema-profunctor (#2633, #2645)

* Improve cleaning rules in Makefile. (#2639)

* Fix typos, dangling reference in source code haddocs, etc. (#2586)

* Update the Elastic Search version used for running integration tests to the one that is delivered by wire-server-deploy. (#2656)


## Federation changes


* Add mlsPrivateKeyPaths setting to galley (#2602)


# [2022-08-16] (Chart Release 4.22.0)

## API changes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/0-release-notes/get-mls-clients

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/fix-mls-error-desc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1-api-changes/mls-private-keys

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/mls-fwd-all-default-proposals

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/cql-io-control

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/improve-client-check

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4-docs/publish-developer-docs

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4-docs/tweak-docs-2

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/5-internal/FS-797

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/apply-cabal-fmt

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/brig-redundant-constraints

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/brig-upa-store-effect

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cleanup-caches-make-target

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/fix-nonce-table

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/hls-hlint-plugin-workaround

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/internal-PR-template-processes

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/ml-test-cli-builder-image

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/mls-test-cli-deps-image

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/mls-test-cli-lock-file

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/move-common-arbitrary-instances

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6-federation/mls-private-keys

This file was deleted.