|
| 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 | + |
1 | 34 | ## v0.24.2 (2025-07-16) |
2 | 35 |
|
3 | 36 | * *(bridgev2)* Added support for return values from portal event handlers. Note |
|
0 commit comments