Latest Release
- Repository: rust-nostr/nostr
- Published on: 2024-08-15 14:51:57 UTC
- Version Tag: v0.34.0
- By: yukibtc
- On GitHub: rust-nostr/nostr/releases
Add embedded tor client support, allow to open databases with a limited capacity (automatically discard old events when max capacity is reached), add
Client::stream_events_of
as alternative method toClient::get_events_of
(stream events instead of waiting forEOSE
and collect into a list), add search capability (NIP-50) support toFilter::match_event
and databases, add NIP-31 and NIP-70 support, add option to autoconnect relay onClient::add_relay
method call (currently disabled by default), rework theget_events_of
methods behaviour for better consistency (RelayPool::get_events_of
andRelay::get_events_of
get events only from remote relay/s whileClient::get_events_of
allow to choose the source of events:database
,relays
orboth
), bugs fix and more!Full changelog: https://rust-nostr.org/changelog
Data updated on: 2024-09-11 14:15 UTC