mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
v0.99.0-rc1
This commit is contained in:
parent
2ae1ff7f15
commit
b3dfb02b57
@ -19,6 +19,8 @@ Proxy version to MSC API specification:
|
||||
- Support for `by_notification_level` and `include_old_rooms`.
|
||||
- Support for `$ME` and `$LAZY`.
|
||||
- Support for `errcode` when sessions expire.
|
||||
- Version 0.99.x [2023/01/20](https://github.com/matrix-org/matrix-spec-proposals/blob/b4b4e7ff306920d2c862c6ff4d245110f6fa5bc7/proposals/3575-sync.md)
|
||||
- Preparing for major v1.x release: lists-as-keys support.
|
||||
|
||||
## Usage
|
||||
|
||||
@ -120,4 +122,4 @@ To debug **why the proxy is using 100% CPU**, run:
|
||||
```
|
||||
wget -O 'profile.pprof' 'http://localhost:6060/debug/pprof/profile?seconds=10'
|
||||
```
|
||||
Then send `profile.pprof` to someone who will then run `go tool pprof -http :5656 profile.pprof` and typically view the flame graph: View -> Flame Graph.
|
||||
Then send `profile.pprof` to someone who will then run `go tool pprof -http :5656 profile.pprof` and typically view the flame graph: View -> Flame Graph.
|
||||
|
@ -14,7 +14,7 @@ import (
|
||||
|
||||
var GitCommit string
|
||||
|
||||
const version = "0.98.1"
|
||||
const version = "0.99.0-rc1"
|
||||
|
||||
const (
|
||||
// Possibly required fields depending on the mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user