Skip to content

Commit c49031f

Browse files
committed
Merge tag '0.6.15'
Hollo 0.6.15
2 parents c0becde + 5502b31 commit c49031f

6 files changed

Lines changed: 3059 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ To be released.
3232
[#179]: https://github.com/fedify-dev/hollo/pull/179
3333

3434

35+
Version 0.6.15
36+
--------------
37+
38+
Released on November 7, 2025.
39+
40+
- Significantly improved `/nodeinfo/2.1` endpoint performance by optimizing
41+
database queries and adding appropriate indexes. The endpoint now responds
42+
in under 1 second even with millions of federated posts, down from 5–15
43+
seconds previously. This prevents load balancer health check failures and
44+
external service timeouts. [[#282]]
45+
46+
[#282]: https://github.com/fedify-dev/hollo/issues/282
47+
48+
3549
Version 0.6.14
3650
--------------
3751

drizzle/0070_tiresome_whiplash.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX "posts_actor_id_reply_target_id_index" ON "posts" USING btree ("actor_id","reply_target_id");

0 commit comments

Comments
 (0)