Skip to content

Releases: lnbits/nostrclient

v0.4.0

26 Jan 12:54
a119c38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.4.0

v0.4

22 Jan 11:47
a119c38
Compare
Choose a tag to compare
  • add admin config for the extension
  • allow private/public websocket connections

v0.3.7

01 Nov 15:59
16ae9d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.7

v0.3.2

26 Sep 14:50
ab185bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

25 Sep 07:14
e841183
Compare
Choose a tag to compare
  • fix unsubscribe loop

v0.3.0

15 Sep 12:31
Compare
Choose a tag to compare

TODO

v0.2.2

04 Jul 07:16
Compare
Choose a tag to compare

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

30 Jun 09:07
Compare
Choose a tag to compare
v0.1.7-test-5 Pre-release
Pre-release

Testing

v0.1.6

09 May 11:15
9107834
Compare
Choose a tag to compare

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

18 Apr 16:56
9cd757e
Compare
Choose a tag to compare
Merge pull request #12 from lnbits/test/tear_down_ws

Test/tear down ws