1.001001 2026-07-06
- Verify NIP-01 Schnorr signatures over the 32-byte event id instead of
its hex string, matching the Net::Nostr::Core fix, so the relay accepts
events signed by standard Nostr implementations.
1.001000 2026-07-03
- First independent Net-Nostr-Relay release, split from Net-Nostr
- Provide Net::Nostr::Relay and Net::Nostr::RelayStore as the relay
implementation and default in-memory event store
- Depend on Net::Nostr::Core for protocol objects, relay information
documents, and validation helpers
- Leave the Net::Nostr::Core dependency unversioned for split-release indexing
- Use Makefile.PL as the single dependency source of truth