mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Version 0.3.7
This commit is contained in:
parent
9f443317bc
commit
e14e9a1606
14
CHANGES.md
14
CHANGES.md
@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Dendrite 0.3.7 (2021-01-26)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Sync filtering support (for event types, senders and limits)
|
||||||
|
* In-process DNS caching support for deployments where a local DNS caching resolver is not available (disabled by default)
|
||||||
|
* Experimental support for MSC2444 (Peeking over Federation) has been merged
|
||||||
|
* Experimental federation support for MSC2946 (Spaces Summary) has been merged
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Dendrite will no longer load a given event more than once for state resolution, which may help to reduce memory usage and database I/O slightly in some cases
|
||||||
|
* Large well-known responses will no longer use significant amounts of memory
|
||||||
|
|
||||||
## Dendrite 0.3.6 (2021-01-18)
|
## Dendrite 0.3.6 (2021-01-18)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -17,7 +17,7 @@ var build string
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 3
|
VersionMinor = 3
|
||||||
VersionPatch = 6
|
VersionPatch = 7
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user