Skip to content

Commit 9a50e87

Browse files
committed
Compile release notes for v7.7.0
1 parent 6fdb036 commit 9a50e87

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.7.0 (2025-01-15)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Add a ``disconnect`` method to the AsyncHTTPProvider that closes all sessions and clears the cache (`#3557 <https://github.com/ethereum/web3.py/issues/3557>`__)
16+
- Fix a bug related to building the ipc path for connecting to a geth ``--dev`` instance via ``web3.auto.gethdev``. (`#3576 <https://github.com/ethereum/web3.py/issues/3576>`__)
17+
18+
19+
Features
20+
~~~~~~~~
21+
22+
- Add a subscription manager to persistent connection providers, with support for handler methods for ``eth_subscribe`` subscriptions. (`#3554 <https://github.com/ethereum/web3.py/issues/3554>`__)
23+
- Implement a ``topic`` property for contract events to retrieve the topic for the event. (`#3578 <https://github.com/ethereum/web3.py/issues/3578>`__)
24+
25+
26+
Miscellaneous Changes
27+
~~~~~~~~~~~~~~~~~~~~~
28+
29+
- `#3546 <https://github.com/ethereum/web3.py/issues/3546>`__
30+
31+
32+
Performance Improvements
33+
~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
- Improve ``AttributeDict.recursive()`` and ``AttributeDictMiddleware`` performance, effectively speeding up response processing for attrdict middleware by nearly 2x. (`#3575 <https://github.com/ethereum/web3.py/issues/3575>`__)
36+
37+
938
web3.py v7.6.1 (2024-12-18)
1039
---------------------------
1140

newsfragments/3546.misc.rst

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

newsfragments/3554.feature.rst

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

newsfragments/3557.bugfix.rst

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

newsfragments/3575.performance.rst

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

newsfragments/3576.bugfix.rst

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

newsfragments/3578.feature.rst

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

0 commit comments

Comments
 (0)