This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
v0.16.0
Breaking Changes
The OpenedStream
and ClosedStream
methods were removed from the network.Notifiee
interface. These methods were not really useful to begin with: You can get a notification that the swarm opened a new stream, but you can read, write, close or reset the stream without interfering with the application.
What's Changed
- update btcec dependency by @brianathere in #247
- deprecate Negotiator.NegotiateLazy by @marten-seemann in #249
- remove OpenedStream and ClosedStream from Notifiee interface by @marten-seemann in #250
New Contributors
- @brianathere made their first contribution in #247
Full Changelog: v0.15.1...v0.16.0