Skip to content

0.13.0

Compare
Choose a tag to compare
@jiftechnify jiftechnify released this 01 Sep 16:29
· 294 commits to main since this release
8f84972

New Features

  • Improve fetch stats by @jiftechnify in #93
    • Added elapsedTimeMs, shows time elapsed since the start of fetch
    • Added relay status: connection-failed
  • 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

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

Full Changelog: v0.12.2...v0.13.0