v0.99.0-rc1

This commit is contained in:
Kegan Dougal 2023-01-20 09:45:35 +00:00
parent 2ae1ff7f15
commit b3dfb02b57
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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