File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Dendrite 0.14.1 (2025-01-16)
4
+
5
+ ### ⚠ Important
6
+
7
+ This is a security release, [ gomatrixserverlib] ( https://github.com/matrix-org/gomatrixserverlib ) was vulnerable to
8
+ server-side request forgery, serving content from a private network it can access, under certain conditions.
9
+
10
+ Upgrading to this version is ** highly** recommended.
11
+
12
+ ### Security
13
+
14
+ - Support for blocking access to certain networks, fixing [ CVE-2024 -52594] ( https://www.cve.org/CVERecord?id=CVE-2024-52594 ) and
15
+ [ GHSA-4ff6 -858j-r822] ( https://github.com/matrix-org/gomatrixserverlib/security/advisories/GHSA-4ff6-858j-r822 )
16
+
17
+ ### Fixes
18
+
19
+ - Speed-up loading server ACLs on startup, this is mostly noticeable on larger instances with many rooms.
20
+
3
21
## Dendrite 0.14.0 (2024-12-18)
4
22
5
23
This is the first release after forking matrix-org/dendrite, this repository is now licensed under AGPLv3.0.
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : dendrite
3
- version : " 0.15.0 "
4
- appVersion : " 0.14.0 "
3
+ version : " 0.15.1 "
4
+ appVersion : " 0.14.1 "
5
5
description : Dendrite Matrix Homeserver
6
6
type : application
7
7
icon : https://avatars.githubusercontent.com/u/8418310?s=48&v=4
Original file line number Diff line number Diff line change 1
1
2
2
# dendrite
3
3
4
- ![ Version: 0.15.0 ] ( https://img.shields.io/badge/Version-0.15.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.14.0 ] ( https://img.shields.io/badge/AppVersion-0.14.0 -informational?style=flat-square )
4
+ ![ Version: 0.15.1 ] ( https://img.shields.io/badge/Version-0.15.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.14.1 ] ( https://img.shields.io/badge/AppVersion-0.14.1 -informational?style=flat-square )
5
5
Dendrite Matrix Homeserver
6
6
7
7
Status: ** NOT PRODUCTION READY**
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var build string
18
18
const (
19
19
VersionMajor = 0
20
20
VersionMinor = 14
21
- VersionPatch = 0
21
+ VersionPatch = 1
22
22
VersionTag = "" // example: "rc1"
23
23
24
24
gitRevLen = 7 // 7 matches the displayed characters on github.com
You can’t perform that action at this time.
0 commit comments