Compile release notes for v0.2.10

This commit is contained in:
pacrob
2025-08-12 07:19:11 -06:00
parent bb896dac2c
commit 2730db4285
25 changed files with 63 additions and 30 deletions

View File

@ -1 +0,0 @@
remove FIXME comment since it's obsolete and 32-byte prefix support is there but not enabled by default

View File

@ -1 +0,0 @@
Added `Bootstrap` peer discovery module that allows nodes to connect to predefined bootstrap peers for network discovery.

View File

@ -1,3 +0,0 @@
Improved type safety in `get_mux()` and `get_protocols()` by returning properly typed values instead
of `Any`. Also updated `identify.py` and `discovery.py` to handle `None` values safely and
compare protocols correctly.

View File

@ -1 +0,0 @@
Add lock for read/write to avoid interleaving receiving messages in mplex_stream.py

View File

@ -1 +0,0 @@
Add comprehensive tests for relay_discovery method in circuit_relay_v2

View File

@ -1 +0,0 @@
Add logic to clear_peerdata method in peerstore

View File

@ -1 +0,0 @@
[mplex] Add timeout and error handling during stream close

View File

@ -1,2 +0,0 @@
Added the `Certified Addr-Book` interface supported by `Envelope` and `PeerRecord` class.
Integrated the signed-peer-record transfer in the identify/push protocols.

View File

@ -1,2 +0,0 @@
Added throttling for async topic validators in validate_msg, enforcing a
concurrency limit to prevent resource exhaustion under heavy load.

View File

@ -1 +0,0 @@
fixed malformed PeerId in test_peerinfo

View File

@ -1 +0,0 @@
fixed a typecheck error using cast in peerinfo.py

View File

@ -1 +0,0 @@
Improve error message under the function decode_uvarint_from_stream in libp2p/utils/varint.py file

View File

@ -1 +0,0 @@
identify protocol use now prefix-length messages by default. use use_varint_format param for old raw messages

View File

@ -1 +0,0 @@
add length-prefixed support to identify protocol

View File

@ -1 +0,0 @@
Fix raw format reading in identify/push protocol and add comprehensive test coverage for both varint and raw formats

View File

@ -1 +0,0 @@
Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6

View File

@ -1 +0,0 @@
Replace the libp2p.peer.ID cache attributes with functools.cached_property functional decorator.

View File

@ -1 +0,0 @@
Clarified the requirement for a trailing newline in newsfragments to pass lint checks.

View File

@ -1 +0,0 @@
Fixed incorrect handling of raw protobuf format in identify protocol. The identify example now properly handles both raw and length-prefixed (varint) message formats, provides better error messages, and displays connection status with peer IDs. Replaced mock-based tests with comprehensive real network integration tests for both formats.

View File

@ -1 +0,0 @@
Fixed incorrect handling of raw protobuf format in identify push protocol. The identify push example now properly handles both raw and length-prefixed (varint) message formats, provides better error messages, and displays connection status with peer IDs. Replaced mock-based tests with comprehensive real network integration tests for both formats.

View File

@ -1 +0,0 @@
Yamux RawConnError Logging Refactor - Improved error handling and debug logging

View File

@ -1 +0,0 @@
The TODO IK patterns in Noise has been deprecated in specs: https://github.com/libp2p/specs/tree/master/noise#handshake-pattern

View File

@ -1 +0,0 @@
Recompiled protobufs that were out of date and added a `make` rule so that protobufs are always up to date.

View File

@ -1,3 +0,0 @@
Remove the already completed TODO tasks in Peerstore:
TODO: Set up an async task for periodic peer-store cleanup for expired addresses and records.
TODO: Make proper use of this function