Release Notes
- This release fixes a bug with searching. To get this fix, a new elasticsearch index must be used.
The steps for doing this migration can be found in ./docs/reference/elastic-search.md
Alternatively the same index can be recreated instead, this will cause downtime.
The steps for the recreation can be found in ./docs/reference/elastic-search.md
New Features
- Customer Extensions (not documented, disabled by default, use at your own risk, details) (#1108)
- Upgrade emails to the latest version: small change in the footer (#1106)
- Add new "team event queue" and send MemberJoin events on it (#1097, #1115)
- Change maxTeamSize to Word32 to allow for larger teams (#1105)
Bug fixes
- Implement better prefix search for name/handle (#1052, #1124)
- Base64 encode error details in HTML presented by Spar. (#1120)
- Bump schemaVersion for Brig and Galley (#1118)
Internal Changes
- Copy swagger-ui bundle to nginz conf for integration tests (#1121)
- Use wire-api types in public endpoints (galley, brig, gundeck, cargohold) (#1114, #1116, #1117)
- wire-api: extend generic Arbitrary instances with implementation for 'shrink' (#1111)
- api-client: depend on wire-api only (#1110)
- Move and add wire-api JSON roundtrip tests (#1098)
- Spar tests cleanup (#1100)