0.13.0
New Features
- Improve fetch stats by @jiftechnify in #93
- Added
elapsedTimeMs
, shows time elapsed since the start of fetch - Added relay status:
connection-failed
- Added
- Add ability to fetch latest events as of specified time by @jiftechnify in #94
- Added
asOf
option to "fetch latest" fetchers. It takes unixtime and if specified a fetcher fetches latest events as of the time
- Added
Bug Fix
- Fix: matching an error with fetcher backend signal classes by @jiftechnify in #86
Changes to Adapters
- Fix relay pool adapters by @jiftechnify in #90
- Bumped minimum supported version for some adaptees (NDK, rx-nostr). See README of each adaptee for detail
Other Changes
- Add newly defined kinds and missing tag names by @jiftechnify in #91
- Setup pkgzap by @jiftechnify in #78
Full Changelog: v0.12.2...v0.13.0