Skip to content

Commit 44942e0

Browse files
committed
Compile release notes for v7.14.0
1 parent 2dced98 commit 44942e0

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

docs/release_notes.rst

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

77
.. towncrier release notes start
88
9+
web3.py v7.14.0 (2025-10-16)
10+
----------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Fix tests flakiness due to slow data generation from hypothesis triggering a timeout. (`#3730 <https://github.com/ethereum/web3.py/issues/3730>`__)
16+
- Fix ``topics`` type for ``LogsSubscription`` to reflect AND / OR nested list conditions on log filters. (`#3748 <https://github.com/ethereum/web3.py/issues/3748>`__)
17+
- Make `AsyncWeb3` with respect to the provider it is instantiated with, fixing static type issues. (`#3761 <https://github.com/ethereum/web3.py/issues/3761>`__)
18+
19+
20+
Improved Documentation
21+
~~~~~~~~~~~~~~~~~~~~~~
22+
23+
- Update a few broken links (`#3746 <https://github.com/ethereum/web3.py/issues/3746>`__)
24+
- Fix indentation in the code block in "An introduction to subscriptions" (`#3752 <https://github.com/ethereum/web3.py/issues/3752>`__)
25+
26+
27+
Features
28+
~~~~~~~~
29+
30+
- Add the ``TopicFilter`` type to better describe the cases for filtering logs by topics. (`#3748 <https://github.com/ethereum/web3.py/issues/3748>`__)
31+
32+
33+
Internal Changes - for web3.py Contributors
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
36+
- Resolve the DeprecationWarning for the usage of `datetime.datetime.utcnow()` (`#3751 <https://github.com/ethereum/web3.py/issues/3751>`__)
37+
38+
939
web3.py v7.13.0 (2025-08-04)
1040
----------------------------
1141

newsfragments/3730.bugfix.rst

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

newsfragments/3746.docs.rst

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

newsfragments/3748.bugfix.rst

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

newsfragments/3748.feature.rst

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

newsfragments/3751.internal.rst

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

newsfragments/3752.docs.rst

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

newsfragments/3761.bugfix.rst

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

0 commit comments

Comments
 (0)