[MIRROR ONLY] A correct and efficient ATProto blob proxy for secure content delivery. codeberg.org/Blooym/porxie
36
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: release notes

Lyna f2780725 aba8d520

+24 -1
+24 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## [0.1.2] - 2026-04-30 4 + 5 + ### Security Fixes 6 + 7 + - **Fix broken logic for enabling HTTPS only in release mode.** 8 + - **Fix broken authentication check logic that allows invalid tokens to clear the internal cache.** 9 + 10 + ## [0.1.1] - 2026-04-30 11 + 12 + ### Features 13 + 14 + - Improve compliance with blob cid specification by only accepting v1 hashes with accepted codecs 15 + 16 + ### Performance 17 + 18 + - Use jemallocator instead of the system allocator on all plat forms. 19 + 20 + ### Security Fixes 21 + 22 + - Make authentication checks constant time. 23 + 24 + ### Other 25 + 26 + - Refactored codebase for future maintainability 4 27 5 28 6 29 ## [0.1.0] - 2026-03-26