You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+119Lines changed: 119 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,122 @@
1
+
# [2023-03-06] (Chart Release 4.34.0)
2
+
3
+
## Release notes
4
+
5
+
6
+
* In (the unlikely) case your server config file contains `setWhitelist:`, you need to change this before the upgrade! It used to refer to a whitelisting service, which is now replaced with a local list of allowed domains and phone numbers. See [docs](https://docs.wire.com/developer/reference/user/activation.html?highlight=whitelist#phone-email-whitelist) for details. Migration path: add new config fields; upgrade, remove old config fields. (#3043)
7
+
8
+
* The coturn Helm chart has been promoted to *beta* level stability. (#3078)
9
+
10
+
11
+
## API changes
12
+
13
+
14
+
* API v3 is now supported. The new MLS endpoints introduced in API v3 have been removed, and are now only available under v4. (#3122)
15
+
16
+
17
+
## Features
18
+
19
+
20
+
* Add internal endpoints of `cargohold`, `galley`, `legalhold` and `spar` to the Swagger docs for internal endpoints. (#3007)
21
+
22
+
* The coturn container image included in the coturn Helm chart was updated to
23
+
version `4.6.0-wireapp.4`.
24
+
25
+
With this version of coturn, the Prometheus metrics endpoint has been
26
+
updated, and the `turn_active_allocations` metric label has been *renamed* to
27
+
`turn_total_allocations`. (#3078)
28
+
29
+
* Better error message for invalid ID in a credential when uploading MLS key packages (#3102)
30
+
31
+
* Add Swagger documentation for internal endpoints. It's reachable at the path `/v<n>/api-internal/swagger{-ui,.json}`. (#3003)
32
+
33
+
* Render one Swagger page per internal endpoint. This superseeds the previous Swagger docs page for all internal endpoints. (#3094)
34
+
35
+
* Feature flag for Outlook calendar integration (#3025)
36
+
37
+
* Team feature setting for MLS end-to-end identity was added and server setting `setEnableMls` is exposed via new authorized endpoint `GET /system/settings` (#3082)
38
+
39
+
40
+
## Bug fixes and other updates
41
+
42
+
43
+
* The container image used for handling online TLS certificate updates in the
44
+
coturn Helm chart was updated to a version with metadata compatible with
45
+
containerd. (#3078)
46
+
47
+
* Fix a bug in the helm chart's nginx-ingress-services / federator Ingress resource introduced in the last release. (#3034)
48
+
49
+
* Remove overly restricte api check (#3131)
50
+
51
+
* Typing indicators not working accross federated backends (#3118)
52
+
53
+
54
+
## Documentation
55
+
56
+
57
+
* Extend the docs on the federation error type (#3045)
58
+
59
+
* Update SAML/SCIM docs (#3038)
60
+
61
+
62
+
## Internal changes
63
+
64
+
65
+
*- use exponential backoff for retrying requests to Amazon
66
+
- also retry in case of server-side rate limiting by Amazon (#3121)
67
+
68
+
* Also run the 'backoffice' pod in CI (to test it can successfully start) (#3130)
69
+
70
+
* Make brig-schema a little faster by merging the first 34 schema migrations on fresh installations. (#3099)
71
+
72
+
* Deflake integration test: metrics (#3053)
73
+
74
+
* Document in code a function that sends remote Proteus messages (#PR_NOT_FOUND)
75
+
76
+
* Lower the log level of federator inotify (#3056)
77
+
78
+
* use Wai's settings for graceful shutdown (#3069)
79
+
80
+
* CI integration setup time should be reduced: tweak the way cassandra-ephemeral is started (#3052)
81
+
82
+
* charts: Mark all service/secret/configmap test resources to be re-created by defining them as helm hooks (#3037, #3049)
83
+
84
+
* New integration test script with support for running end2end tests locally (#3062)
85
+
86
+
* Bump nixpkgs to latest commit on nixpkgs-unstable branch (#3084)
87
+
88
+
* Add config to allow to run helm tests for different services in parallel; improve integration test output logs (#3040)
89
+
90
+
* Run brig and galley integration tests concurrently (#2825)
91
+
92
+
* Add wrapper for bitnami/postgresql chart. (#3012)
93
+
94
+
* Branch on performAction tags for finer-grained CallsFed constraints (#3030)
0 commit comments