Skip to content

Commit 1721d3e

Browse files
committed
Compile release notes for v0.0.10
1 parent 925f057 commit 1721d3e

File tree

11 files changed

+28
-10
lines changed

11 files changed

+28
-10
lines changed

HISTORY.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ History
33

44
.. towncrier release notes start
55
6+
py-multiaddr v0.0.10 (2025-08-07)
7+
---------------------------------
8+
9+
Improved Documentation
10+
~~~~~~~~~~~~~~~~~~~~~~
11+
12+
- Adds example of DNS address resolution. (`#75 <https://github.com/multiformats/py-multiaddr/issues/75>`__)
13+
14+
15+
Features
16+
~~~~~~~~
17+
18+
- Added support for CIDv1 format and improved sequence protocol handling with enhanced indexing and slicing operations. (`#65 <https://github.com/multiformats/py-multiaddr/issues/65>`__)
19+
- Add quic tests. new quic example (`#66 <https://github.com/multiformats/py-multiaddr/issues/66>`__)
20+
- Adds DNSADDR protocol support. (`#68 <https://github.com/multiformats/py-multiaddr/issues/68>`__)
21+
- Add thin waist address validation (`#72 <https://github.com/multiformats/py-multiaddr/issues/72>`__)
22+
- Adds support for p2p-circuit addresses. (`#74 <https://github.com/multiformats/py-multiaddr/issues/74>`__)
23+
- Added full support for dnsaddr protocol and dns4 and dns6 as well (`#80 <https://github.com/multiformats/py-multiaddr/issues/80>`__)
24+
25+
26+
Internal Changes - for py-multiaddr Contributors
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Enhanced type safety with comprehensive type hints, improved validation, and expanded test coverage for better code reliability and maintainability. (`#65 <https://github.com/multiformats/py-multiaddr/issues/65>`__)
30+
- Added full tests and doc. All typecheck passes (`#80 <https://github.com/multiformats/py-multiaddr/issues/80>`__)
31+
- Drop python3.9 and run py-upgrade, set up CI, add readthedocs config, updates to Makefile (`#85 <https://github.com/multiformats/py-multiaddr/issues/85>`__)
32+
33+
634
0.0.7 (2019-5-8)
735
----------------
836

newsfragments/65.feature.rst

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

newsfragments/65.internal.rst

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

newsfragments/66.feature.rst

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

newsfragments/68.feature.rst

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

newsfragments/72.feature.rst

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

newsfragments/74.feature.rst

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

newsfragments/75.docs.rst

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

newsfragments/80.feature.rst

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

newsfragments/80.internal.rst

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

0 commit comments

Comments
 (0)