Skip to content

Commit

Permalink
Merge pull request #2263 from wireapp/master
Browse files Browse the repository at this point in the history
Master back to develop
  • Loading branch information
battermann authored Apr 4, 2022
2 parents b0f0845 + ea76333 commit 225f317
Show file tree
Hide file tree
Showing 30 changed files with 89 additions and 42 deletions.
92 changes: 89 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,91 @@
# [2022-04-04] (Chart Release 4.9.0)

## Release notes


* Note for wire.com operators: deploy nginz (#2175)

* Deploy galley before brig (#2248)

* Wire cloud operators: [Update brig's ES index mapping before deploying. After deploying run a reindex](https://github.com/wireapp/wire-server/blob/master/docs/reference/elastic-search.md). (#2241)

* Upgrade webapp version to 2022-03-30-production.0-v0.29.2-0-d144552 (#2246)


## API changes


* New endpoint to get the status of the guest links feature for a conversation that potentially has been created by someone from another team. (#2231)


## Features


* Cross-team user search (#2208)

* restund chart: add dtls support (#2227)

* MLS implementation progress:

- welcome messages are now being propagated (#2175)

* The bot API will be blocked if the 2nd factor authentication team feature is enabled. Please refer to [/docs/reference/config-options.md#2nd-factor-password-challenge](https://github.com/wireapp/wire-server/blob/develop/docs/reference/config-options.md#2nd-factor-password-challenge). (#2207)

* Translations for 2nd factor authentication email templates (#2235)

* Script for creating a team with owner via the public API (#2218)


## Bug fixes and other updates


* Conversation rename endpoints now return 204 instead of 404 when the conversation name is unchanged (#2239)

* Revert temporary sftd bump (#2230)


## Internal changes


* Remove the MonadMask instance for AppT in Brig (#2259)

* Remove the MonadUnliftIO instance for the app monad in Brig (#2233)

* Bump hsaml2 version (#2221)

* Fix: cabal-install-artefacts.sh fails if not run from root of wire-server (#2236)

* Fix: pushing to cachix not working (#2257)

* Cannon has been fully migrated to Servant (#2243)

* Refactor conversation record and conversation creation functions. This removes a lot of duplication and makes the types of protocol-specific data in a conversation tighter. (#2234)

- Move conversation name size check to `NewConv`
- Make the `NewConversation` record (used as input to the data
function creating a conversation) contain a `ConversationMetadata`.
- Implement all "special" conversation creation in terms of a general `createConversation`
- Move protocol field from metadata to Conversation
- Restructure MLS fields in Conversation record
- Factor out metadata fields from Data.Conversation

* Fix Docs: real-world domain used in examples (#2238)

* The `CanThrow` combinator can now be used to set the corresponding error effects in polysemy handlers. (#2239)

* Most error effects in Galley are now defined at the granularity of single error values. For example, a handler throwing `ConvNotFound` will now directly declare `ConvNotFound` (as a promoted constructor) among its error effects, instead of the generic `ConversationError` that was used before. Correspondingly, all such fine-grained Galley errors have been moved to wire-api as constructors of a single enumerated type `GalleyError`, and similarly for Brig, Cannon and Cargohold. (#2239)

* Add a column for MLS clients to the Galley member table (#2245)

* Pin direnv version in nix-hls.sh script (#2232)

* nginx-ingress-services chart: allow for custom challenge solvers (#2222, #2229)

* Remove unused debian Makefile targets (#2237)

* Use local serial consistency for Cassandra lightweight transactions (#2251)


# [2022-03-30] (Chart Release 4.8.0)

## Release notes
Expand Down Expand Up @@ -28,9 +116,7 @@

* Introduce an endpoint for creating an MLS conversation (#2150)

* The `/billing` and `/teams/.*/billing` endpoints are now available on a versioned path (e.g. `/v1/billing`)

(#2167)
* The `/billing` and `/teams/.*/billing` endpoints are now available on a versioned path (e.g. `/v1/billing`) (#2167)


## Features
Expand Down
1 change: 0 additions & 1 deletion changelog.d/0-release-notes/mls-welcome

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/pr-2207

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/pr-2231

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/search-visibility-inbound

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/0-release-notes/webapp-upgrade

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/FS-491-cross-team-search

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/FS-513-restund-dtls

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/FS-513-restund-dtls-revert-sft-bump

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2-features/mls

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2-features/team-create-shell-script

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3-bug-fixes/polysemy-errors-4

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/brig-no-monadmask

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/brig-no-unliftio

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cabal-install-artefacts

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/cannon-remove-wai

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/5-internal/conversation-creation-refactoring

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/improved-can-throw

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/nix-hls-pin-direnv

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/polysemy-error-handling

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/remove-deb-targets

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5-internal/use-local-consistency

This file was deleted.

0 comments on commit 225f317

Please sign in to comment.