libs5/CHANGELOG.md

4.6 KiB

0.1.0-develop.10 (2023-08-31)

0.1.0-develop.9 (2023-08-31)

0.1.0-develop.8 (2023-08-31)

Bug Fixes

0.1.0-develop.7 (2023-08-31)

Bug Fixes

  • use URL type from url package not global URL (0af8bb3)

0.1.0-develop.6 (2023-08-31)

Bug Fixes

  • add createKeyPair factory that defaults to a random key (42ef635)

0.1.0-develop.5 (2023-08-31)

0.1.0-develop.4 (2023-08-31)

Bug Fixes

  • add getter for networkId and hashQueryRoutingTable (6ebc477)
  • ed25519.sign arguments are wrong order (5585907)
  • fix object references (e342982)
  • missing p2p object on S5Config (b5e491b)
  • need to store peer, set the id the pass it to onNewPeer (7afc759)
  • need to use unpacked data from signed message (35ebf74)
  • update registered messages (87d1e6b)

0.1.0-develop.3 (2023-08-31)

0.1.0-develop.2 (2023-08-31)

Bug Fixes

  • add main to package.json (4672112)

0.1.0-develop.1 (2023-08-31)

Bug Fixes

  • _newBuf needs to reset offset to 0 (31e63f6)
  • add registry to services object in interface (22e486e)
  • add some exports (5a1dca9)
  • check protocol with colon (a4b692b)
  • do a truthy check on networkId (68b7ffa)
  • fix retry logic (1221d7d)
  • import websocket (132f43c)
  • need a getter for id (fbffb1d)
  • pass the event data, not the event itself (42cd101)
  • remove unneeded getPublicKey call (ae40d52)
  • unsupported url needs to be a real but dummy one (17ff5fd)
  • update import (91a15bd)
  • update level imports (68e6c3a)
  • we dont need to strip out auth (a021243)

Features