Skip to content

Releases: richardschneider/peer-talk

v0.10.0 (2019-05-07)

06 May 23:04
Compare
Choose a tag to compare

Breaking Changes

  • Swarm:
    • connection methods return a Task<PeerConnection> (2a4f148)
    • PeerDiscovered passes a Peer #17 (17f150e)

Features

  • Swarm:
    • cancel pending connects on stop (64f8e11)
    • use same Task for concurrent connection to peer (077f418)

Bug Fixes

  • Swarm:
    • transport connection timeout of 3 secs is too small, use 30 secs (d6eaa75)

Release v0.9.1 (2019-05-04)

03 May 23:42
Compare
Choose a tag to compare

Bug Fixes

Release v0.9.0 (2019-05-02)

02 May 04:59
Compare
Choose a tag to compare

Features

  • avoid SynchronizingContext on StartAsync and StopAsync #19 (ad4e78c)

Release v0.8.1 (2019-05-02)

02 May 00:53
Compare
Choose a tag to compare

Bug Fixes

  • ConnectionManager: it maintains the Peer.ConnectedAdddress (5fd863e)

Release v0.8.0 (2019-04-28)

28 Apr 01:16
a53167c
Compare
Choose a tag to compare

Features

  • DistributedQuery: stop when DHT is stopped (b0230f2)
  • Dht: raise the Stopped event (c7cd6d3)

Release v0.7.0 (2019-04-26)

25 Apr 23:45
Compare
Choose a tag to compare

Features

  • PreSharedKey:
  • AutoDialer:
  • Swarm:

Release v0.6.2 (2019-04-24)

23 Apr 22:45
d34ee46
Compare
Choose a tag to compare

Bug Fixes

  • DHT:
    • process GetProviders request (b329fac)
    • process FindNode request (963affb)
    • make the DhtMessage public (fa41eaa)

Release v0.6.1

21 Apr 04:19
Compare
Choose a tag to compare

Chores

  • readme: nuget badge (4ac7c80)
  • routing: routing interfaces are now defined in Ipfs.CoreApi (09ff5f0)

Release v0.6.0 (2019-04-18)

17 Apr 22:25
1fc5a53
Compare
Choose a tag to compare

Features

  • pre-shared key protector for a private network #4 (40a3b95)
  • support for private peer networks #3 (0e4a5bd)
  • pre-shared key #6 (0cb4621)

Release v0.5.2 (2019-04-11)

11 Apr 03:33
Compare
Choose a tag to compare

Bug Fixes

  • Swarm: eat exception in OnRemoteConnect #1 (d7988e7)