Skip to content

Releases: fedify-dev/hollo

Hollo 0.6.10

25 Aug 15:24
0.6.10
5b1b343
Compare
Choose a tag to compare

Released on August 26, 2025.

  • Upgraded Fedifyh to 1.5.7 which fixes a bug where HTTP Signature verification failed for requests having created or expires fields in their Signature header, causing 500 Internal Server Error responses in inbox handlers.

Hollo 0.6.9

25 Aug 08:12
0.6.9
6d98103
Compare
Choose a tag to compare

Released on August 25, 2025.

  • Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing <link> tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>), improving compatibility with XHTML documents that follow the self-closing tag format.

  • Upgraded Fedify to 1.5.6.

Hollo 0.6.8

21 Aug 03:00
0.6.8
047f856
Compare
Choose a tag to compare

Released on August 21, 2025.

  • Fixed a critical bug introduced in 0.6.7 where the search query would return too many results, causing out-of-memory errors and query timeouts. The issue was caused by incorrect logical operator precedence when filtering future-dated posts. [#207, #208 by aliceif]

Hollo 0.6.7

19 Aug 07:12
0.6.7
72d3a19
Compare
Choose a tag to compare

Released on August 19, 2025.

  • Fixed timeline pollution caused by future-dated posts from malicious or misconfigured remote instances. Posts with timestamps more than 5 minutes in the future are now filtered from all timeline endpoints while preserving them in the database for future display. [#199, #201 by Hyeonseo Kim]

Hollo 0.6.6

07 Aug 21:42
0.6.6
3beb236
Compare
Choose a tag to compare

Released on August 8, 2025.

  • Upgrade Fedify to 1.5.5, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]

Hollo 0.5.7

07 Aug 21:40
0.5.7
c571803
Compare
Choose a tag to compare

Released on August 8, 2025.

  • Upgrade Fedify to 1.4.13, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]

Hollo 0.4.12

07 Aug 21:37
0.4.12
0128b1b
Compare
Choose a tag to compare

Released on August 8, 2025.

  • Upgrade Fedify to 1.3.20, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]

Hollo 0.6.5

17 Jul 02:17
0.6.5
bf77736
Compare
Choose a tag to compare

Released on Juily 17, 2025.

  • Fixed an HTML injection vulnerability where form elements, scripts, and other potentially dangerous HTML tags in federated posts were not properly sanitized before rendering. This could allow malicious actors to inject forms for phishing, execute JavaScript, or perform CSRF attacks. The fix implements strict HTML sanitization using an allowlist approach to ensure only safe HTML elements and attributes are rendered. [CVE-2025-53941]

Hollo 0.6.4

07 Jul 05:51
0.6.4
855c815
Compare
Choose a tag to compare

Released on July 7, 2025.

  • Fixed a regression bug where follower-only posts were returning 404 Not Found errors when accessed through conversation threads. This was caused by improper OAuth scope checking that only accepted read:statuses scope but tokens contain read scope: [#169, #172]

    • GET /api/v1/statuses/:id
    • GET /api/v1/statuses/:id/context

Hollo 0.6.3

23 Jun 12:59
0.6.3
7ce79f1
Compare
Choose a tag to compare

Released on June 23, 2025.

  • Fixed a bug where remote posts mentioning the same user multiple times could not be retrieved due to database constraint violations.