diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 268cfe5a..6a2fe72d 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,6 +3,29 @@ Release Notes .. towncrier release notes start +py-libp2p v0.2.6 (2025-05-12) +----------------------------- + +Improved Documentation +~~~~~~~~~~~~~~~~~~~~~~ + +- Expand the Introduction section in the documentation with a detailed overview of Py-libp2p. (`#560 `__) + + +Features +~~~~~~~~ + +- Added identify-push protocol implementation and examples to demonstrate how peers can proactively push their identity information to other peers when it changes. (`#552 `__) +- Added AutoNAT protocol (`#561 `__) + + +Internal Changes - for py-libp2p Contributors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Bumps dependency to ``protobuf>=6.30.1``. (`#576 `__) +- Removes old interop tests, creates placeholders for new ones, and turns on interop testing in CI. (`#588 `__) + + py-libp2p v0.2.5 (2025-04-14) ----------------------------- diff --git a/newsfragments/552.feature.rst b/newsfragments/552.feature.rst deleted file mode 100644 index 168d2cd3..00000000 --- a/newsfragments/552.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added identify-push protocol implementation and examples to demonstrate how peers can proactively push their identity information to other peers when it changes. diff --git a/newsfragments/560.docs.rst b/newsfragments/560.docs.rst deleted file mode 100644 index 65a80919..00000000 --- a/newsfragments/560.docs.rst +++ /dev/null @@ -1 +0,0 @@ -Expand the Introduction section in the documentation with a detailed overview of Py-libp2p. diff --git a/newsfragments/561.feature.rst b/newsfragments/561.feature.rst deleted file mode 100644 index 28197926..00000000 --- a/newsfragments/561.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added AutoNAT protocol diff --git a/newsfragments/576.internal.rst b/newsfragments/576.internal.rst deleted file mode 100644 index 7d9191bd..00000000 --- a/newsfragments/576.internal.rst +++ /dev/null @@ -1 +0,0 @@ -Bumps dependency to ``protobuf>=6.30.1``. diff --git a/newsfragments/588.internal.rst b/newsfragments/588.internal.rst deleted file mode 100644 index 371ecfc1..00000000 --- a/newsfragments/588.internal.rst +++ /dev/null @@ -1 +0,0 @@ -Removes old interop tests, creates placeholders for new ones, and turns on interop testing in CI.