Skip to content

Wire-Server 5.26.0 release

The following reference was written based on the following build.json charts.

For additional details, you can also read our release changelog.

Known bugs

Previous release introduced a bug into background-worker default settings for postgresMigration and have now been correctly set to Cassandra. If you are relying on default values from our charts, but have migrated your conversations to PostgreSQL, update your config accordingly to keep using PostgreSQL. Specifically, this value:

1
2
3
4
background-worker:
  config:
    postgresMigration:
      conversation: postgresql | cassandra # default is cassandra, and should be if not migrated to postgresql

Mandatory (breaking) changes

No mandatory changes.

Optional changes

Conversation codes can now be migrated to PostgreSQL. For details, read our changelog.