mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
update rust dependencies
Except OTel stuff, as usual. The main point is to bump `ruma-state-res` for a state resolution fix.
This commit is contained in:
parent
7fc8f224eb
commit
af15f0c596
3 changed files with 418 additions and 111 deletions
|
|
@ -115,7 +115,8 @@ This will be the first release of Grapevine since it was forked from Conduit
|
|||
[!56](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/56),
|
||||
[!69](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/69),
|
||||
[!102](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/102),
|
||||
[!127](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/127))
|
||||
[!127](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/127),
|
||||
[!141](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/141))
|
||||
4. Stop returning unnecessary member counts from `/_matrix/client/{r0,v3}/sync`.
|
||||
([!12](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/12))
|
||||
5. **BREAKING:** Allow federation by default.
|
||||
|
|
@ -201,6 +202,9 @@ This will be the first release of Grapevine since it was forked from Conduit
|
|||
20. Fix handling of v11 rooms with `m.room.create` event content that passes
|
||||
the authorization rules but doesn't match other parts of the spec.
|
||||
([!139](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/139))
|
||||
21. Fix tiebreaking comparisons between events during state resolution. This
|
||||
will reduce the rate at which servers disagree about the state of rooms.
|
||||
([!141](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/141))
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue