#11 🌐 Relay Updates and Releases
1. Nosflare - v7.7.15
Nosflare is a serverless Nostr relay built for Cloudflare Workers using a Cloudflare D1 database and R2 storage. This update introduces faster performance through new indexes, improved query handling, expanded caching, and several database-level optimizations. Because of these changes, relay operators must run a small SQL migration to add new cache tables, follow-graph views, and timeline caches. For users, this results in noticeably quicker feeds, more accurate follow-based timelines, and overall smoother event retrieval across the relay. This was the latest release, and there were also the releases of v7.6.15 and v7.4.13 last week.
Developed by: @Luxas
Source:
2. Citrine - v0.9.0
Citrine is an Android-based Nostr relay, letting Android devices act as lightweight personal relays that any Nostr client can connect to for sending and receiving events. This release upgrades Citrine to the latest Quartz engine, adds proxy support and a backup system (with automatic retention of the last five backups), updates dependencies, and fixes issues where some events were missing during import/export, making it a more reliable and configurable mobile relay solution.
Developed by: @greenart7c3
Source:
#relays_nostr_recap
GitHub
Release v7.7.15 · Spl0itable/nosflare
New: more indexes, better query handling, caching, and other database optimizations
NOTE this update includes is a small breaking change if databas...
GitHub
Release Release v0.9.0 · greenart7c3/Citrine
Citrine 0.9.0
Migrate to new quartz version
Add proxy to the settings screen
Add backup setup in the settings screen
Keep the last 5 backups
Updat...