Back-generate release notes for v0.1.3 release

This commit is contained in:
Jason Carver 2019-11-26 15:45:23 -08:00
parent 2a9dc96269
commit 84b548beae
6 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Handle Stream* errors (like ``StreamClosed``) during calls to ``stream.write()`` and
``stream.read()``

View File

@ -0,0 +1 @@
Added Makefile target to test a packaged version of libp2p before release.

View File

@ -0,0 +1,2 @@
Relax the protobuf dependency to play nicely with other libraries. It was pinned to 3.9.0, and now
permits v3.10 up to (but not including) v4.

View File

@ -0,0 +1,2 @@
Fixes KeyError when peer in a stream accidentally closes and resets the stream, because handlers
for both will try to ``del streams[stream_id]`` without checking if the entry still exists.

View File

@ -0,0 +1 @@
Move helper tools from `tests/` to `libp2p/tools/`, and some mildly-related cleanups.

View File