mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Bump to v0.99.12
This commit is contained in:
parent
d04ce7bc51
commit
8e32fff894
@ -8,7 +8,7 @@ This describes which proxy versions implement which version of the API drafted
|
||||
in MSC3575. See https://github.com/matrix-org/sliding-sync/releases for the
|
||||
changes in the proxy itself.
|
||||
|
||||
As of v0.99.7, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/71fb1a2e3780ae07e03850d96ce3bad59305986e/proposals/3575-sync.md) with the following exceptions:
|
||||
As of v0.99.12, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/9450ced7fb9cf5ea9077d029b3adf36aebfa8709/proposals/3575-sync.md) with the following exceptions:
|
||||
- the `limited` flag is not set in responses.
|
||||
- Delta tokens are unsupported.
|
||||
|
||||
|
@ -28,7 +28,7 @@ import (
|
||||
|
||||
var GitCommit string
|
||||
|
||||
const version = "0.99.11"
|
||||
const version = "0.99.12"
|
||||
|
||||
var (
|
||||
flags = flag.NewFlagSet("goose", flag.ExitOnError)
|
||||
|
Loading…
x
Reference in New Issue
Block a user