mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Version 0.3.2
This commit is contained in:
parent
b5aa7ca3ab
commit
1f3a498601
12
CHANGES.md
12
CHANGES.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Dendrite 0.3.2 (2020-12-02)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Federation can now be disabled with the `global.disable_federation` configuration option
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* The `"since"` parameter is now checked more thoroughly in the sync API, which led to a bug that could cause forgotten rooms to reappear (contributed by [kaniini](https://github.com/kaniini))
|
||||||
|
* The polylith now proxies signing key requests through the federation sender correctly
|
||||||
|
* The code for checking if remote servers are allowed to see events now no longer wastes CPU time retrieving irrelevant state events
|
||||||
|
|
||||||
## Dendrite 0.3.1 (2020-11-20)
|
## Dendrite 0.3.1 (2020-11-20)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -17,7 +17,7 @@ var build string
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 3
|
VersionMinor = 3
|
||||||
VersionPatch = 1
|
VersionPatch = 2
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user