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

Commit b55a7c2

Browse files
authored
Version 0.10.9 (#2942)
1 parent 0d0280c commit b55a7c2

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGES.md

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

3+
## Dendrite 0.10.9 (2023-01-17)
4+
5+
### Features
6+
7+
* Stale device lists are now cleaned up on startup, removing entries for users the server doesn't share a room with anymore
8+
* Dendrite now has its own Helm chart
9+
* Guest access is now handled correctly (disallow joins, kick guests on revocation of guest access, as well as over federation)
10+
11+
### Fixes
12+
13+
* Push rules have seen several tweaks and fixes, which should, for example, fix notifications for `m.read_receipts`
14+
* Outgoing presence will now correctly be sent to newly joined hosts
15+
* Fixes the `/_dendrite/admin/resetPassword/{userID}` admin endpoint to use the correct variable
16+
* Federated backfilling for medium/large rooms has been fixed
17+
* `/login` causing wrong device list updates has been resolved
18+
* `/sync` should now return the correct room summary heroes
19+
* The default config options for `recaptcha_sitekey_class` and `recaptcha_form_field` are now set correctly
20+
* `/messages` now omits empty `state` to be more spec compliant (contributed by [handlerug](https://github.com/handlerug))
21+
* `/sync` has been optimised to only query state events for history visibility if they are really needed
22+
323
## Dendrite 0.10.8 (2022-11-29)
424

525
### 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 = 10
20-
VersionPatch = 8
20+
VersionPatch = 9
2121
VersionTag = "" // example: "rc1"
2222
)
2323

0 commit comments

Comments
 (0)