Damus
Nostr Recap profile picture
Nostr Recap
@nostrrecap
#11




1. Grain - v0.5.0


Grain is a comprehensive Nostr solution that functions as both a powerful relay and a Go developer library for building Nostr applications. This release is a major architectural overhaul that replaces MongoDB with a fully embedded nostrdb storage engine, moves to a single self-contained binary with built-in dashboard assets, introduces real physical event deletion with NIP-09 support, enforces proactive NIP-42 authentication, rebuilds mutelist handling using NIP-65 outbox relays, and significantly improves performance through caching, concurrency, and progressive rendering while also adding CI reliability, Windows fixes, and a developer-preview Go client library. This was the latest, and there were the releases of v0.5.0-rc7 and v0.5.0-rc6 last week.


Contributed by: @OceanSlim
Source: https://github.com/0ceanSlim/grain/releases/tag/v0.5.0



2. WoT Relay - v0.2.1


WoT Relay is a Nostr relay built on the Khatru framework that filters and stores notes based on a web-of-trust model, showing content from people you follow and their connections. This release adds configurable seed relays, archive kinds, and port settings via environment variables, introduces LMDB as the event storage backend, and improves WoT bootstrap fetching performance along with general relay improvements.


Contributed by: @utxo the webmaster ๐Ÿง‘โ€๐Ÿ’ป, @Gigi, @Rod
Source: https://github.com/barrydeen/wot-relay/releases/tag/v0.2.1



#relays_nostr_recap

2
OceanSlim · 2d
There was a critical bug locking up the service. Patched in 0.5.3. Better memory management coming in next release.