Compile release notes for v0.2.1

This commit is contained in:
pacrob
2024-12-20 11:56:33 -07:00
parent 33332d7106
commit ba0d07ed66
8 changed files with 30 additions and 7 deletions

View File

@ -1 +0,0 @@
Added ``PingService`` class in ``host/ping.py`` which can be used to initiate ping requests to peers and added tests for the same

View File

@ -1 +0,0 @@
Added missing check to reject messages claiming to be from ourselves but not locally published in pubsub's ``push_msg`` function

View File

@ -1 +0,0 @@
Added ``get_connected_peers`` method in class ``IHost`` which can be used to get a list of peer ids of currently connected peers

View File

@ -1 +0,0 @@
Update ``sphinx_rtd_theme`` options and drop pdf build of docs

View File

@ -1 +0,0 @@
Update ``trio`` package version dependency

View File

@ -1 +0,0 @@
Added missing check in ``add_addrs`` function for duplicate addresses in ``peerdata``

View File

@ -1 +0,0 @@
added missing details of params in ``IPubsubRouter``