Skip to content

Commit 60ea543

Browse files
committed
Compile release notes for v7.6.0
1 parent 2f2332f commit 60ea543

File tree

6 files changed

+29
-6
lines changed

6 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.6.0 (2024-11-22)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Update the `ContractEvents` class to raise a `NoABIFound` exception if the `Contract` is initialized without an `ABI` and an attempt to access an event is made. This exception makes `ContractEvents` consistent with `ContractFunctions`. (`#3491 <https://github.com/ethereum/web3.py/issues/3491>`__)
16+
17+
18+
Features
19+
~~~~~~~~
20+
21+
- Contracts with overloaded functions or events are now supported. The Contract initializes functions and events using an identifier to distinguish between them. The identifier is the function or event signature, which consists of the name and the parameter types. (`#3491 <https://github.com/ethereum/web3.py/issues/3491>`__)
22+
- - Support for ``w3.eth.blob_base_fee``
23+
- Async support for ``w3.eth.blob_base_fee`` (`#3527 <https://github.com/ethereum/web3.py/issues/3527>`__)
24+
25+
26+
Internal Changes - for web3.py Contributors
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Pin ``websockets<14`` due to breaking changes (`#3529 <https://github.com/ethereum/web3.py/issues/3529>`__)
30+
31+
32+
Miscellaneous Changes
33+
~~~~~~~~~~~~~~~~~~~~~
34+
35+
- `#3491 <https://github.com/ethereum/web3.py/issues/3491>`__
36+
37+
938
web3.py v7.5.0 (2024-11-06)
1039
---------------------------
1140

newsfragments/3491.bugfix.rst

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

newsfragments/3491.feature.rst

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

newsfragments/3491.misc.rst

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

newsfragments/3527.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/3529.internal.rst

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

0 commit comments

Comments
 (0)