Skip to content

Commit 7dcd45e

Browse files
committed
changelog: update
1 parent 5d84bdd commit 7dcd45e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## v0.25.0 (unreleased)
2+
3+
* **Breaking change *(appservice,bridgev2,federation)** Replaced gorilla/mux
4+
with standard library ServeMux.
5+
* *(client,bridgev2)* Added support for creator power in room v12.
6+
* *(bridgev2)* Added support for following tombstones.
7+
* *(bridgev2)* Added interface for getting arbitrary state event from Matrix.
8+
* *(bridgev2)* Added batching to disappearing message queue to ensure it doesn't
9+
use too many resources even if there are a large number of messages.
10+
* *(bridgev2/commands)* Added support for canceling QR login with `cancel`
11+
command.
12+
* *(client)* Added option to override HTTP client used for .well-known
13+
resolution.
14+
* *(crypto/backup)* Added method for encrypting key backup session without
15+
private keys.
16+
* *(event->id)* Moved room version type and constants to id package.
17+
* *(bridgev2)* Bots in DM portals will now be added to the functional members
18+
state event to hide them from the room name calculation.
19+
* *(bridgev2)* Changed message delete handling to ignore "delete for me" events
20+
if there are multiple Matrix users in the room.
21+
* *(format/htmlparser)* Changed text processing to collapse multiple spaces into
22+
one when outside `pre`/`code` tags.
23+
* *(format/htmlparser)* Removed link suffix in plaintext output when link text
24+
is only missing protocol part of href.
25+
* e.g. `<a href="https://example.com">example.com</a>` will turn into
26+
`example.com` rather than `example.com (https://example.com)`
27+
* *(appservice)* Switched appservice websockets from gorilla/websocket to
28+
coder/websocket.
29+
* *(bridgev2/matrix)* Fixed encryption key sharing not ignoring ghosts properly.
30+
* *(crypto/attachments)* Fixed hash check when decrypting file streams.
31+
* *(crypto)* Removed unnecessary `AlreadyShared` error in `ShareGroupSession`.
32+
The function will now act as if it was successful instead.
33+
134
## v0.24.2 (2025-07-16)
235

336
* *(bridgev2)* Added support for return values from portal event handlers. Note

0 commit comments

Comments
 (0)