Merge pull request #368 from carver/release-notes
Add release notes for v0.1.3
This commit is contained in:
commit
4f95bdce42
|
@ -3,7 +3,7 @@ Release Notes
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
v0.1.0-alpha.1
|
||||
v0.1.2
|
||||
--------------
|
||||
|
||||
- Launched repository, claimed names for pip, RTD, github, etc
|
||||
Welcome to the great beyond, where changes were not tracked by release...
|
||||
|
|
2
newsfragments/350.bugfix.rst
Normal file
2
newsfragments/350.bugfix.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Handle Stream* errors (like ``StreamClosed``) during calls to ``stream.write()`` and
|
||||
``stream.read()``
|
1
newsfragments/353.internal.rst
Normal file
1
newsfragments/353.internal.rst
Normal file
|
@ -0,0 +1 @@
|
|||
Added Makefile target to test a packaged version of libp2p before release.
|
2
newsfragments/354.bugfix.rst
Normal file
2
newsfragments/354.bugfix.rst
Normal 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.
|
2
newsfragments/355.bugfix.rst
Normal file
2
newsfragments/355.bugfix.rst
Normal 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.
|
1
newsfragments/356.internal.rst
Normal file
1
newsfragments/356.internal.rst
Normal file
|
@ -0,0 +1 @@
|
|||
Move helper tools from `tests/` to `libp2p/tools/`, and some mildly-related cleanups.
|
0
newsfragments/357.misc.rst
Normal file
0
newsfragments/357.misc.rst
Normal file
Loading…
Reference in New Issue
Block a user