File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 name : " Build .deb packages"
5151 runs-on : ubuntu-latest
5252 strategy :
53+ # Prevent all Debian package builds from being cancelled
54+ # when one of them fails. Especially helpful when things are
55+ # flaky during a release.
56+ #
57+ # `fail-fast` defaults to true and applies to the entire test matrix
58+ fail-fast : false
5359 matrix :
5460 distro : ${{ fromJson(needs.get-distros.outputs.distros) }}
5561
Original file line number Diff line number Diff line change 1+ # Synapse 1.155.0 (2026-06-16)
2+
3+ ## End of Life of Debian 12 Bookworm
4+
5+ The next version of Synapse will not include Debian packages for Debian 12 Bookworm
6+ as it reached end of life on the 10th of June 2026.
7+
8+ ## Internal Changes
9+
10+ - When building releases, don't cancel Debian package builds when one of them fails. ([ \# 19842] ( https://github.com/element-hq/synapse/issues/19842 ) )
11+
112# Synapse 1.155.0rc1 (2026-06-09)
213
314## Bugfixes
Original file line number Diff line number Diff line change 1+ matrix-synapse-py3 (1.155.0) stable; urgency=medium
2+
3+ * New Synapse release 1.155.0.
4+
5+ -- Synapse Packaging team <packages@matrix.org> Tue, 16 Jun 2026 14:44:04 +0100
6+
17matrix-synapse-py3 (1.155.0~rc1) stable; urgency=medium
28
39 * New Synapse release 1.155.0rc1.
Original file line number Diff line number Diff line change 11[project ]
22name = " matrix-synapse"
3- version = " 1.155.0rc1 "
3+ version = " 1.155.0 "
44description = " Homeserver for the Matrix decentralised comms protocol"
55readme = " README.rst"
66authors = [
You can’t perform that action at this time.
0 commit comments