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

Commit 87b1ed1

Browse files
Version 0.8.0 (#2330)
* Version 0.8.0 * Update changelog again
1 parent 2dc3540 commit 87b1ed1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

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

3+
## Dendrite 0.8.0 (2022-04-07)
4+
5+
### Features
6+
7+
* Support for presence has been added
8+
* Presence is not enabled by default
9+
* The `global.presence.enable_inbound` and `global.presence.enable_outbound` configuration options allow configuring inbound and outbound presence separately
10+
* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added (contributed by [DavidSpenler](https://github.com/DavidSpenler), [alexkursell](https://github.com/alexkursell))
11+
* Support for ignoring users has been added
12+
* Joined and invite user counts are now sent in the `/sync` room summaries
13+
* Queued federation and stale device list updates will now be staggered at startup over an up-to 2 minute warm-up period, rather than happening all at once
14+
* Memory pressure created by the sync notifier has been reduced
15+
* The EDU server component has now been removed, with the work being moved to more relevant components
16+
17+
### Fixes
18+
19+
* It is now possible to set the `power_level_content_override` when creating a room to include power levels over 100
20+
* `/send_join` and `/state` responses will now not unmarshal the JSON twice
21+
* The stream event consumer for push notifications will no longer request membership events that are irrelevant
22+
* Appservices will no longer incorrectly receive state events twice
23+
324
## Dendrite 0.7.0 (2022-03-25)
425

526
### Features

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var build string
1616

1717
const (
1818
VersionMajor = 0
19-
VersionMinor = 7
19+
VersionMinor = 8
2020
VersionPatch = 0
2121
VersionTag = "" // example: "rc1"
2222
)

0 commit comments

Comments
 (0)