0.14.0
What's Changed
- Check if events returned from relays match filters in REQ by default by @jiftechnify in #158
- You can disable this feature by setting
skipFilterMatchcing
option totrue
.
- You can disable this feature by setting
- Upgrade supported node version by @jiftechnify in #144
- nostr-fetch is no longer tested on node v16 and v19. On the other hand, added v21 as new test target.
- Handle CLOSED message from relays by @jiftechnify in #155
- When fetchers receive a CLOSED message, they simply abort fetching.
- Simplify event go-backing algorithm by @jiftechnify in #157
- Assuming all relays treat time-range filters as "inclusive" (
since <= created_at <= until
).
- Assuming all relays treat time-range filters as "inclusive" (
- Upgrade dependencies
Full Changelog: v0.13.1...v0.14.0