Skip to content

Commit ba0d07e

Browse files
committed
Compile release notes for v0.2.1
1 parent 33332d7 commit ba0d07e

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

docs/release_notes.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Release Notes
33

44
.. towncrier release notes start
55
6+
py-libp2p v0.2.1 (2024-12-20)
7+
-----------------------------
8+
9+
Bugfixes
10+
~~~~~~~~
11+
12+
- Added missing check to reject messages claiming to be from ourselves but not locally published in pubsub's ``push_msg`` function (`#413 <https://github.com/ethereum/py-libp2p/issues/413>`__)
13+
- Added missing check in ``add_addrs`` function for duplicate addresses in ``peerdata`` (`#485 <https://github.com/ethereum/py-libp2p/issues/485>`__)
14+
15+
16+
Improved Documentation
17+
~~~~~~~~~~~~~~~~~~~~~~
18+
19+
- added missing details of params in ``IPubsubRouter`` (`#486 <https://github.com/ethereum/py-libp2p/issues/486>`__)
20+
21+
22+
Features
23+
~~~~~~~~
24+
25+
- Added ``PingService`` class in ``host/ping.py`` which can be used to initiate ping requests to peers and added tests for the same (`#344 <https://github.com/ethereum/py-libp2p/issues/344>`__)
26+
- Added ``get_connected_peers`` method in class ``IHost`` which can be used to get a list of peer ids of currently connected peers (`#419 <https://github.com/ethereum/py-libp2p/issues/419>`__)
27+
28+
29+
Internal Changes - for py-libp2p Contributors
30+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+
- Update ``sphinx_rtd_theme`` options and drop pdf build of docs (`#481 <https://github.com/ethereum/py-libp2p/issues/481>`__)
33+
- Update ``trio`` package version dependency (`#482 <https://github.com/ethereum/py-libp2p/issues/482>`__)
34+
35+
636
py-libp2p v0.2.0 (2024-07-09)
737
-----------------------------
838

newsfragments/344.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/413.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/419.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/481.internal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/482.internal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/485.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/486.docs.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)