mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
1.153.0rc2
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# Synapse 1.153.0rc2 (2026-05-13)
|
||||
|
||||
## Bugfixes
|
||||
|
||||
- Correctly handle arbitrary precision integers in `unsigned` field of events. The bug was introduced in 1.153.0rc1. ([\#19769](https://github.com/element-hq/synapse/issues/19769))
|
||||
|
||||
|
||||
# Synapse 1.153.0rc1 (2026-05-08)
|
||||
|
||||
## Features
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Correctly handle arbitrary precision integers in `unsigned` field of events.
|
||||
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
matrix-synapse-py3 (1.153.0~rc2) stable; urgency=medium
|
||||
|
||||
* New Synapse release 1.153.0rc2.
|
||||
|
||||
-- Synapse Packaging team <packages@matrix.org> Wed, 13 May 2026 12:00:39 +0100
|
||||
|
||||
matrix-synapse-py3 (1.153.0~rc1) stable; urgency=medium
|
||||
|
||||
* New Synapse release 1.153.0rc1.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "matrix-synapse"
|
||||
version = "1.153.0rc1"
|
||||
version = "1.153.0rc2"
|
||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||
readme = "README.rst"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user