Skip to content

Releases: hasundue/lophus

0.0.13

27 Feb 07:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.12...0.0.13

0.0.12

26 Feb 12:37
Compare
Choose a tag to compare

What's Changed

  • feat(nips/01): support CLOSED messages by @hasundue in #28
  • feat(core/relays): implement reconnection logic by @hasundue in #29
  • build(deps): update dependencies

Full Changelog: 0.0.11...0.0.12

0.0.11

15 Feb 02:39
45c93ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.0.11

0.0.10

17 Oct 14:34
b7ead4c
Compare
Choose a tag to compare

0.0.10 (2023-10-17)

Features

  • stricter type checking on tag types of events (#24) (d745d5b)

0.0.9

17 Oct 11:17
a6e343a
Compare
Choose a tag to compare

0.0.9 (2023-10-17)

⚠ BREAKING CHANGES

  • abandon NonExclusiveWritableStream (#22)

Code Refactoring

  • abandon NonExclusiveWritableStream (#22) (abf06ef)

0.0.8

17 Oct 06:10
7f2a61d
Compare
Choose a tag to compare

0.0.8 (2023-10-17)

⚠ BREAKING CHANGES

  • rename RelayPool to RelayGroup and modify the API (#19)

Code Refactoring

  • rename RelayPool to RelayGroup and modify the API (#19) (f8dc248)

0.0.7

16 Oct 03:11
9d60bf1
Compare
Choose a tag to compare

0.0.7 (2023-10-16)

Features

0.0.6

04 Oct 07:51
Compare
Choose a tag to compare

0.0.6 (2023-10-04)

Bug Fixes

  • nips/01: fix SubscriptionFilter interface (2ef24d0)

0.0.5

04 Oct 07:00
Compare
Choose a tag to compare

0.0.5 (2023-10-04)

Features

0.0.4

03 Oct 22:54
Compare
Choose a tag to compare

0.0.4 (2023-10-03)

Features

  • client: add method (fd469d1)
  • client: update to the latest NIP-01 (daa0e30)
  • nips: update NIP-01 definition (bf3f2f0)
  • relay: respond to EVENT messages with OK messages (bdfbc89)