Skip to content

Releases: richardschneider/peer-talk

Release v0.20.1 (2019-09-19)

19 Sep 04:39
332c73c
Compare
Choose a tag to compare

Bug Fixes

`

  • Dht1: DhtPeerMessage.Addresses does not contain the Peer ID. Fixes #53 (332c73c)

Release v0.20.1 (2019-09-06)

06 Sep 01:27
89dfd94
Compare
Choose a tag to compare

Bug Fixes

  • AutoDialer: ignore black listed peers (89dfd94)
  • DistributedQuery: use ContainsKey for visited peers (c704e7c)

Release v0.20.0 (2019-09-04)

03 Sep 23:23
9d849b0
Compare
Choose a tag to compare

Bug Fixes

  • DistributedQuery:
    • use ContainsKey for visited peers (c704e7c)
    • if already visited, ignore the peer (9d849b0)
  • AutoDialer:
    • Random is not thread safe (33849f6)

Release v0.19.0 (2019-09-01)

01 Sep 02:04
f2eb878
Compare
Choose a tag to compare

Bug Fixes

Features

Release v0.18.0 (2019-08-30)

30 Aug 00:29
302630f
Compare
Choose a tag to compare

Chore

  • new bits for Multicast and Ipfs.Core (302630f)

Release v0.17.0 (2019-08-24)

25 Aug 22:31
05ccdc9
Compare
Choose a tag to compare

Bug Fixes

  • Dht: thread safety #48 (2b0b7ca)
  • PubSub: thread safety #48 (a1554af)
  • Swarm: only allow connections when running, fixes #46 (ec7ba4a)
  • Dht1.StopAsync: remove all event handlers (70b652a)

Chore

Release v0.16.0 (2019-08-22)

22 Aug 00:01
63fde7f
Compare
Choose a tag to compare

Bug Fixes

  • Policy:
    • all policy lists must be thread safe (5527fb3)
  • Swarm.RegisterPeer:

Features

  • PeerManager: #29
  • Swarm:
    • make IPolicy synchronous (a493add)
    • better filtering #29 (dd45333)
    • rename RegisterPeerAsync to RegisterPeerAddress (1b741e6)

Release v0.15.0 (2019-08-15)

15 Aug 04:14
cd37388
Compare
Choose a tag to compare

Features

  • Swarm:
    • raise PeerNotReachable when connect fails (285739c)
    • deregister a peer (5b6491d)
  • Dht1:
    • remove peer when swarm indicates (46588bc)

Release v0.14.4 (2019-07-31)

31 Jul 09:39
9e40a37
Compare
Choose a tag to compare

Bug Fixes

  • Swarm:
    • when dialing filter out the local peer listening addresses (6724b00)
  • Identify1:
    • remote address should contain connection address (bcce89c)
    • multiaddress ends with peer ID (5d94279)

Release v0.14.3 (2019-07-23)

23 Jul 02:52
c180b7b
Compare
Choose a tag to compare

Chore

  • update dependencies (c180b7b)
  • Swarm: single line debug log messages (95b2cad)