1
0
Fork 0
forked from mirror/grapevine

add changelog entry for global offline server backoff

This commit is contained in:
Benjamin Lee 2024-08-11 15:49:52 -07:00
parent 0e6cf1a90a
commit a53a3baaa9
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

@ -168,6 +168,11 @@ This will be the first release of Grapevine since it was forked from Conduit
([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78)) ([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78))
15. Fix bug where expired keys may not be re-fetched in some scenarios. 15. Fix bug where expired keys may not be re-fetched in some scenarios.
([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78)) ([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78))
16. Remove buggy backoff implementation for remote device key queries that
failed to reset the backoff delay after a successful request. This caused
an increasing rate of key query failures (and therefore UTD messages) over
time until a restart.
([!70](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/70))
### Added ### Added
@ -217,3 +222,6 @@ This will be the first release of Grapevine since it was forked from Conduit
[!84](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/84)) [!84](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/84))
15. Added support for Authenticated Media ([MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916)). 15. Added support for Authenticated Media ([MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916)).
([!58](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/58)) ([!58](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/58))
16. Attempt to detect offline remote servers and back off all federation
requests to them.
([!70](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/70))