Releases: lnbits/nostrclient
Releases · lnbits/nostrclient
v0.4.0
v0.4
v0.3.7
v0.3.2
What's Changed
- allow custom path by @talvasconcelos in #20
- [FEAT] add release workflow by @dni in #22
New Contributors
- @talvasconcelos made their first contribution in #20
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.2
This Release contains several fixes necessary for the nostrmarket
usage (and valid for general use):
- event should be considered unique in the context of a subscription. See comment here
- do not share the
subscriptions
object between relays (see here)- changes by the first relay affected the state of all the others, resulting in errors
- fix: separate handling of
"REQ"
and"CLOSE"
- fix: removing last relay stops all relays (lambda in loop)
- fix: do not re-connect all relays when a new relay is added
- feat: init relay state when added to the list
- fix: do not lose all subscriptions when the last relay is added
- fix: init new relay with all previous subscriptions
- feat: add predefined list of relays to the UI
- chore: remove un-used files. Backward compatibility lost with the original library
- error threshold reached (what if months pass?). Threshold should be per day.
- revive relay after 2 hours from the last error threshold
- show last 20
NOTICE
messages on UI - show last 20 error messages on UI (for each relay)
v0.1.7-test-5
Testing
v0.1.6
What's Changed
- add the main tasks to scheduled_tasks and make dem deinitilize on api_stop by @dni in #10
- some import cleanup and wrong fastapi imports by @dni in #11
- doc: add Troubleshoot by @motorina0 in #17
- Test Endpoint by @motorina0 in #16
Full Changelog: v0.1.5...v0.1.6
Stop the BRR
Merge pull request #12 from lnbits/test/tear_down_ws Test/tear down ws