Releases: penpenpng/rx-nostr
Releases · penpenpng/rx-nostr
v1.8.0
v1.7.5
What's Changed
- Fix a problem when bundled with Webpack by @jiftechnify in #68
New Contributors
- @jiftechnify made their first contribution in #68
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
- fix: complete all derived streams on disposed by @penpenpng in #67
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- fix: case of dispose during switchRelay processing by @penpenpng in #66
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- fix: cancel establish conn if terminated by @penpenpng in #65
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- fix: send() given specified params didn't work by @penpenpng in #63
- fix: connection leak by @penpenpng in #64
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat: REQ queue by @penpenpng in #61
- The number of concurrent REQs on a relay is suppressed based on auto-fetched NIP-11 information or a given fallback value (
maxConcurrentReqsFallback
). disableAutoFetchNip11Limitations
disables automatically NIP-11 fetching.
- The number of concurrent REQs on a relay is suppressed based on auto-fetched NIP-11 information or a given fallback value (
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- style: ensure .js extension of module path by @penpenpng in #57
- feat: global EventPacket pipe by @penpenpng in #58
- feat: sort() operator by @penpenpng in #59 (da0ccf4)
- feat: createUniq() operator factory by @penpenpng in #59 (1b23009)
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Change imports for supporting NodeNext by @akiomik in #55
- deps: upgrade nostr-typedef by @penpenpng in #56
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: ensure that the result of REQ query matches the filter condition by @penpenpng in #53
- fix: switchRelay() may be never fulfilled by @penpenpng in #53
- fix: broken maxCount backoff option by @penpenpng in #53
Full Changelog: v1.3.1...v1.4.0