File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ # v0.8.3 (2025-05-16)
2
+
3
+ * Updated libsignal to v0.72.1.
4
+ * Added initial support for direct media access.
5
+ * Note that media is only kept on the Signal servers for 45 days, after which
6
+ any direct media links will permanently stop working.
7
+ * Added buffer for decrypted events to prevent losing messages if the bridge is
8
+ stopped in the middle of event handling.
9
+ * Fixed backfilling messages in existing portals after relogining.
10
+
1
11
# v0.8.2 (2025-04-16)
2
12
3
- * Updated libsignal to v0.70.0
13
+ * Updated libsignal to v0.70.0.
4
14
* Fixed panics in some cases when the bridge was under heavy load.
5
15
6
16
# v0.8.1 (2025-03-16)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var m = mxmain.BridgeMain{
38
38
Name : "mautrix-signal" ,
39
39
URL : "https://github.com/mautrix/signal" ,
40
40
Description : "A Matrix-Signal puppeting bridge." ,
41
- Version : "0.8.2 " ,
41
+ Version : "0.8.3 " ,
42
42
43
43
Connector : & connector.SignalConnector {},
44
44
}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ require (
13
13
github.com/rs/zerolog v1.34.0
14
14
github.com/stretchr/testify v1.10.0
15
15
github.com/tidwall/gjson v1.18.0
16
- go.mau.fi/util v0.8.7-0.20250515110144-747f5904911e
16
+ go.mau.fi/util v0.8.7
17
17
golang.org/x/crypto v0.38.0
18
18
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
19
19
golang.org/x/net v0.40.0
20
20
google.golang.org/protobuf v1.36.6
21
- maunium.net/go/mautrix v0.23.4-0.20250515111534-978e0983eadf
21
+ maunium.net/go/mautrix v0.24.0
22
22
)
23
23
24
24
require (
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
69
69
github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
70
70
github.com/yuin/goldmark v1.7.11 h1:ZCxLyDMtz0nT2HFfsYG8WZ47Trip2+JyLysKcMYE5bo =
71
71
github.com/yuin/goldmark v1.7.11 /go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg =
72
- go.mau.fi/util v0.8.7-0.20250515110144-747f5904911e h1:8kfjOQ+L38Zq2HbhMFVhbkTdwiGbAmgTriioRnRB+LQ =
73
- go.mau.fi/util v0.8.7-0.20250515110144-747f5904911e /go.mod h1:j6R3cENakc1f8HpQeFl0N15UiSTcNmIfDBNJUbL71RY =
72
+ go.mau.fi/util v0.8.7 h1:ywKarPxouJQEEijTs4mPlxC7F4AWEKokEpWc+2TYy6c =
73
+ go.mau.fi/util v0.8.7 /go.mod h1:j6R3cENakc1f8HpQeFl0N15UiSTcNmIfDBNJUbL71RY =
74
74
go.mau.fi/zeroconfig v0.1.3 h1:As9wYDKmktjmNZW5i1vn8zvJlmGKHeVxHVIBMXsm4kM =
75
75
go.mau.fi/zeroconfig v0.1.3 /go.mod h1:NcSJkf180JT+1IId76PcMuLTNa1CzsFFZ0nBygIQM70 =
76
76
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8 =
@@ -99,5 +99,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
99
99
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
100
100
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M =
101
101
maunium.net/go/mauflag v1.0.0 /go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA =
102
- maunium.net/go/mautrix v0.23.4-0.20250515111534-978e0983eadf h1:kCBKSVfLrKtaSD4XBp/cj+dkqNWesMdyu5KODrMtVYc =
103
- maunium.net/go/mautrix v0.23.4-0.20250515111534-978e0983eadf /go.mod h1:A9WfZ8F6jxM7F8eKaVZ4TAC7dWoqHBShMA8baCvtpZU =
102
+ maunium.net/go/mautrix v0.24.0 h1:kBeyWhgL1W8/d8BEFlBSlgIpItPgP1l37hzF8cN3R70 =
103
+ maunium.net/go/mautrix v0.24.0 /go.mod h1:HqA1HUutQYJkrYRPkK64itARDz79PCec1oWVEB72HVQ =
You can’t perform that action at this time.
0 commit comments