forked from mirror/grapevine
add changelog entry for global offline server backoff
This commit is contained in:
parent
0e6cf1a90a
commit
a53a3baaa9
1 changed files with 8 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue