@@ -12,6 +12,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212and this project adheres to
1313[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1414
15+ ## [ v2.6.0] - 2025-08-12
16+
17+ ### Advice on the hydra disclosure
18+
19+ do not upgrade rooms until the following conditions have been met:
20+
21+ 1 . You are using Draupnir v2.5.1 or above (you should really wait until the next
22+ release though).
23+ 2 . You have considered that not every user in your room will be able to follow
24+ the tombstone, because their own server has not upgraded yet. This could lead
25+ to them NEVER following the tombstone when the room becomes dead/lost to
26+ history
27+ 3 . You are confident that you know what you are doing. The upgrade UX on Matrix
28+ is poor and you are likely to dos your own community in a worse way than an
29+ exploiter of any supposed vulnerability.
30+
31+ See https://matrix.org/docs/communities/administration/#room-upgrades for
32+ current advice on upgrading rooms. We are adding features to Draupnir to make
33+ room upgrades easier for users. See
34+ https://github.com/the-draupnir-project/planning/issues/44 .
35+
36+ ### Added
37+
38+ - Replacement rooms will automatically be protected when protected rooms are
39+ upgraded.
40+
41+ ### Fixed
42+
43+ - V12 room identifiers can now be used in commands. Thanks to @cremesk for
44+ reporting.
45+
46+ ### Changed
47+
48+ - Room discovery has been made a synchronous part of the takedown command. This
49+ would happen in background before which could cause confusion if it failed.
50+
1551## [ v2.5.1] - 2025-08-06
1652
1753This is a small release that makes Draupnir compatible with V12 rooms. Please
0 commit comments