Skip to content

Releases: wireapp/wire-server

2018-11-16

20 Nov 11:15
e63a533
Compare
Choose a tag to compare

Bug Fixes

  • Fix: spar session cookie (#512)

  • SSO: fix cookie handling around binding users (#505)

Internal Changes

  • partial implementation of SCIM (without exposure to the spar routing table)

  • Always build benchmarks (#486)

  • Fix: gundeck compilation (#506)

  • Fix: use available env var for docker tag in dev make rule. (#509)

  • Use Imports.hs in Brig, Spar, Galley (#507)

  • update dependencies docs (#514)

2018-10-25

26 Oct 12:52
e7a72a9
Compare
Choose a tag to compare

See #500 for all the details.

New Features

  • SSO: team member deletion, team deletion do not require
    the user to have chosen a password. (Needed for
    SAML-authenticated team co-admins.) #497

  • SSO: sso-initiate-bind end-point for inviting ("binding")
    existing users to SAML auth. #496

  • SSO: shell script for registering IdPs in wire-teams.
    (/deploy/services-demo/register_idp.sh) #489

  • Allow setting a different endpoint for generating download links.
    #480

  • Allow setting specific ports for SMTP and use different image for
    SMTP. #481

  • Route calls/config in the demo to brig. #487

Internal Changes

  • Metrics for spar (service for SSO). #498

  • Upgrade to stackage lts-11. #478

  • Upgrade cql-io library. #495

  • Allow easily running tests against AWS. #482

2018-10-04

05 Oct 11:44
6c9fef2
Compare
Choose a tag to compare

🌟 A new backend release is upon us! The previous one was 29 days ago.

🌃 This release doesn't have many new features; to cover up for that, we introduced a dark theme for the backend, which you're supposed to be excited about. Unfortunately, it is indistinguishable from the light theme for the backend, because the backend is not a GUI app and actually doesn't have any themes. The reason for that is that the backend team is stuck in the 1960s and still hasn't caught up with this newfangled GUI nonsense. Maybe in the next millenium!..

Interesting changes

  • #469 We now store the otr_muted_status field per conversation, suitable for supporting more muting options than just "muted/not muted". The exact meaning of this field is client-dependent, but it's expected that clients will make at least some use of it. Hopefully.

  • #467 Our schema migration tools (which you are also probably using if you're doing self-hosting) are more resilient now. They have longer timeouts and they wait for schema consistency across peers before reporting success.

Changes that only we care about, realistically

  • #474 Building from scratch on macOS is now a tiny bit easier.

  • Various Spar fixes, breaking changes, refactorings, and what-not. Please refer to the commit log, in particular commits c173f42 and 80d06c9.

  • Spar now only accepts a subset of available TLS ciphers. See af8299d.