Skip to content

Commit 5bb7afe

Browse files
committed
Compile release notes for v7.9.0
1 parent 2785757 commit 5bb7afe

12 files changed

+39
-11
lines changed

docs/release_notes.rst

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

77
.. towncrier release notes start
88
9+
web3.py v7.9.0 (2025-03-12)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Prevent mutating list of subscriptions when unsubscribing via the ``subscription_manager`` by iterating over a copy of the provided list. (`#3604 <https://github.com/ethereum/web3.py/issues/3604>`__)
16+
- Batching can now be used with the AutoProvider (`#3607 <https://github.com/ethereum/web3.py/issues/3607>`__)
17+
18+
19+
Improved Documentation
20+
~~~~~~~~~~~~~~~~~~~~~~
21+
22+
- Update and clean up Contributing docs. (`#3610 <https://github.com/ethereum/web3.py/issues/3610>`__)
23+
24+
25+
Features
26+
~~~~~~~~
27+
28+
- Add ``use_text_frames`` flag for ``WebSocketProvider`` to work around websocket servers that don't support binary frames (`#3619 <https://github.com/ethereum/web3.py/issues/3619>`__)
29+
- Sync and async support for ``eth_simulateV1`` RPC method. (`#3622 <https://github.com/ethereum/web3.py/issues/3622>`__)
30+
31+
32+
Internal Changes - for web3.py Contributors
33+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
- Renames a test so pytest finds it. (`#3606 <https://github.com/ethereum/web3.py/issues/3606>`__)
36+
- Merge template, replacing ``bumpversion`` with ``bump-my-version``. (`#3610 <https://github.com/ethereum/web3.py/issues/3610>`__)
37+
- Update integration test fixture to use latest geth version ``v1.15.5``. (`#3636 <https://github.com/ethereum/web3.py/issues/3636>`__)
38+
- Use ``-U`` to install latest `py-geth` version for CI geth steps. This is usually a requirement if we're missing the binary for the newly-generated fixture geth version. (`#3637 <https://github.com/ethereum/web3.py/issues/3637>`__)
39+
- Re-compile test contracts with newly released Solidity ``v0.8.29``. (`#3640 <https://github.com/ethereum/web3.py/issues/3640>`__)
40+
41+
42+
Miscellaneous Changes
43+
~~~~~~~~~~~~~~~~~~~~~
44+
45+
- `#3623 <https://github.com/ethereum/web3.py/issues/3623>`__
46+
47+
948
web3.py v7.8.0 (2025-02-03)
1049
---------------------------
1150

newsfragments/3604.bugfix.rst

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

newsfragments/3606.internal.rst

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

newsfragments/3607.bugfix.rst

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

newsfragments/3610.docs.rst

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

newsfragments/3610.internal.rst

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

newsfragments/3619.feature.rst

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

newsfragments/3622.feature.rst

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

newsfragments/3623.misc.rst

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

newsfragments/3636.internal.rst

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

0 commit comments

Comments
 (0)