Skip to content

Commit 0d8fdbf

Browse files
committed
Compile release notes for v7.11.1
1 parent 1d97bcd commit 0d8fdbf

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

docs/release_notes.rst

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

77
.. towncrier release notes start
88
9+
web3.py v7.11.1 (2025-05-12)
10+
----------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Fix contract event ``FilterParams`` to validate and normalize ``address`` parameters. (`#3618 <https://github.com/ethereum/web3.py/issues/3618>`__)
16+
- Properly handle ``PersistentConnectionClosedOK`` for ``subscription_manager.handle_subscriptions()``. (`#3690 <https://github.com/ethereum/web3.py/issues/3690>`__)
17+
18+
19+
Deprecations
20+
~~~~~~~~~~~~
21+
22+
- Deprecate eth.get_uncle* methods. Will be removed in v8. (`#3683 <https://github.com/ethereum/web3.py/issues/3683>`__)
23+
24+
25+
Internal Changes - for web3.py Contributors
26+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27+
28+
- Re-compile test contracts with new Solidity ``v0.8.30`` and re-generate integration test fixture to test against latest geth ``v1.15.11``. (`#3692 <https://github.com/ethereum/web3.py/issues/3692>`__)
29+
- Remove old test fixtures when generating a new test fixture. (`#3693 <https://github.com/ethereum/web3.py/issues/3693>`__)
30+
- Address some flaky tests due to a geth bug in state synchronization. (`#3695 <https://github.com/ethereum/web3.py/issues/3695>`__)
31+
32+
933
web3.py v7.11.0 (2025-04-29)
1034
----------------------------
1135

newsfragments/3618.bugfix.rst

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

newsfragments/3683.deprecation.rst

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

newsfragments/3690.bugfix.rst

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

newsfragments/3692.internal.rst

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

newsfragments/3693.internal.rst

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

newsfragments/3695.internal.rst

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

0 commit comments

Comments
 (0)