Skip to content

Commit c52ebaf

Browse files
committed
Compile release notes for v7.13.0
1 parent e6e5b63 commit c52ebaf

File tree

7 files changed

+29
-6
lines changed

7 files changed

+29
-6
lines changed

docs/release_notes.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ v7 Breaking Changes Summary
66

77
.. towncrier release notes start
88
9+
web3.py v7.13.0 (2025-08-04)
10+
----------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Raise ``BadResponseFormat`` from within ``FormattingMiddleware`` if the raw response is not a dict. (`#3735 <https://github.com/ethereum/web3.py/issues/3735>`__)
16+
17+
18+
Improved Documentation
19+
~~~~~~~~~~~~~~~~~~~~~~
20+
21+
- Fix broken link to external ``eth_gasPrice`` documentation. (`#3717 <https://github.com/ethereum/web3.py/issues/3717>`__)
22+
23+
24+
Features
25+
~~~~~~~~
26+
27+
- Add testing against Geth v1.16.2 (`#1162 <https://github.com/ethereum/web3.py/issues/1162>`__)
28+
- Support parallelization of subscription handling globally via the subscription manager ``parallelize`` flag, and on a per-subscription basis via the ``parallelize`` flag on the subscription itself. (`#3709 <https://github.com/ethereum/web3.py/issues/3709>`__)
29+
30+
31+
Internal Changes - for web3.py Contributors
32+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33+
34+
- Update integration test suite fixture to test against geth ``v1.16.1``. (`#3731 <https://github.com/ethereum/web3.py/issues/3731>`__)
35+
- Add missing async tests for ``FormattingMiddleware`` as a sanity check. (`#3735 <https://github.com/ethereum/web3.py/issues/3735>`__)
36+
37+
938
web3.py v7.12.1 (2025-07-14)
1039
----------------------------
1140

newsfragments/1162.feature.rst

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

newsfragments/3709.feature.rst

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

newsfragments/3717.docs.rst

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

newsfragments/3731.internal.rst

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

newsfragments/3735.bugfix.rst

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

newsfragments/3735.internal.rst

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

0 commit comments

Comments
 (0)