Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit f41931b

Browse files
Version 0.8.7 (#2509)
1 parent 02e5c74 commit f41931b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Dendrite 0.8.7 (2022-06-01)
4+
5+
### Features
6+
7+
* Support added for room version 10
8+
9+
### Fixes
10+
11+
* A number of state handling bugs have been fixed, which previously resulted in missing state events, unexpected state deletions, reverted memberships and unexpectedly rejected/soft-failed events in some specific cases
12+
* Fixed destination queue performance issues as a result of missing indexes, which speeds up outbound federation considerably
13+
* A bug which could cause the `/register` endpoint to return HTTP 500 has been fixed
14+
315
## Dendrite 0.8.6 (2022-05-26)
416

517
### Features

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var build string
1717
const (
1818
VersionMajor = 0
1919
VersionMinor = 8
20-
VersionPatch = 6
20+
VersionPatch = 7
2121
VersionTag = "" // example: "rc1"
2222
)
2323

0 commit comments

Comments
 (0)