v0.2.0rc3

This commit is contained in:
Kegan Dougal 2022-07-14 15:48:30 +01:00
parent 2246cb5436
commit eb6c84b9ba
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Proxy version to MSC API specification:
- Version 0.1.x: [2022/04/01](https://github.com/matrix-org/matrix-spec-proposals/blob/615e8f5a7bfe4da813bc2db661ed0bd00bccac20/proposals/3575-sync.md)
- First release
- Version 0.2.x: [2022/06/09](https://github.com/matrix-org/matrix-spec-proposals/blob/3b2b3d547b41e4aeebbde2ad6e89606dd684a86c/proposals/3575-sync.md)
- Reworked where lists and ops are situated in the response JSON. Added new filters like `room_name_like`. Added `slow_get_all_rooms`. Standardised on env vars for configuring the proxy. Persist access tokens, encrypted with SYNCV3_SECRET.
- Reworked where lists and ops are situated in the response JSON. Added new filters like `room_name_like`. Added `slow_get_all_rooms`. Standardised on env vars for configuring the proxy. Persist access tokens, encrypted with `SYNCV3_SECRET`.
## Usage

View File

@ -14,7 +14,7 @@ import (
var GitCommit string
const version = "0.2.0rc2"
const version = "0.2.0rc3"
const (
EnvServer = "SYNCV3_SERVER"