File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.24.2 (2025-07-16)
2+
3+ * * (bridgev2)* Added support for return values from portal event handlers. Note
4+ that the return value will always be "queued" unless the event buffer is
5+ disabled.
6+ * * (bridgev2)* Added support for [ MSC4144] per-message profile passthrough in
7+ relay mode.
8+ * * (bridgev2)* Added option to auto-reconnect logins after a certain period if
9+ they hit an ` UNKNOWN_ERROR ` state.
10+ * * (bridgev2)* Added analytics for event handler panics.
11+ * * (bridgev2)* Changed new room creation to hardcode room v11 to avoid v12 rooms
12+ being created before proper support for them can be added.
13+ * * (bridgev2)* Changed queuing events to block instead of dropping events if the
14+ buffer is full.
15+ * * (bridgev2)* Fixed assumption that replies to unknown messages are cross-room.
16+ * * (id)* Fixed server name validation not including ports correctly
17+ (thanks to [ @krombel ] in [ #392 ] ).
18+ * * (federation)* Fixed base64 algorithm in signature generation.
19+ * * (event)* Fixed [ MSC4144] fallbacks not being removed from edits.
20+
21+ [ @krombel ] : https://github.com/krombel
22+ [ #392 ] : https://github.com/mautrix/go/pull/392
23+
124## v0.24.1 (2025-06-16)
225
326* * (commands)* Added framework for using reactions as buttons that execute
Original file line number Diff line number Diff line change 77 "strings"
88)
99
10- const Version = "v0.24.1 "
10+ const Version = "v0.24.2 "
1111
1212var GoModVersion = ""
1313var Commit = ""
You can’t perform that action at this time.
0 commit comments