Skip to content

Commit ea2e248

Browse files
committed
Compile release notes for v7.1.0
1 parent 205186e commit ea2e248

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.1.0 (2024-08-28)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Specify a unique ``__hash__()`` for unhashable ``Web3Middleware`` types and use this hash as the middleware onion key when a name is not provided for the middleware. This fixes a bug where different middleware were given the same name and therefore raised errors. (`#3463 <https://github.com/ethereum/web3.py/issues/3463>`__)
16+
17+
18+
Improved Documentation
19+
~~~~~~~~~~~~~~~~~~~~~~
20+
21+
- Fix bug in filters example code (`#3455 <https://github.com/ethereum/web3.py/issues/3455>`__)
22+
- Update ``v6`` -> ``v7`` migration guide with examples for importing and adding middleware, as well as examples on how to use the ``MiddlewareBuilder`` classes. (`#3462 <https://github.com/ethereum/web3.py/issues/3462>`__)
23+
24+
25+
Features
26+
~~~~~~~~
27+
28+
- Add sync and async support for beacon ``/eth/v1/beacon/blob_sidecars`` endpoint. (`#3407 <https://github.com/ethereum/web3.py/issues/3407>`__)
29+
- Allow user to call ContractFunctions without parentheses (`#3444 <https://github.com/ethereum/web3.py/issues/3444>`__)
30+
31+
32+
Internal Changes - for web3.py Contributors
33+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
- Refactor and DRY up CI run setup and reduce surface area for errors. Include pre-releases in CI runs for internally maintained libraries to try and catch any conflicts. (`#3452 <https://github.com/ethereum/web3.py/issues/3452>`__)
36+
- Bump `py-geth` to ``>=5.0.0`` from ``>=5.0.0b1`` now that stable has been released. This only matters for the ``test`` install extra (CI and dev purposes). (`#3458 <https://github.com/ethereum/web3.py/issues/3458>`__)
37+
38+
939
web3.py v7.0.0 (2024-08-21)
1040
---------------------------
1141

newsfragments/3407.feature.rst

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

newsfragments/3444.feature.rst

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

newsfragments/3452.internal.rst

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

newsfragments/3455.docs.rst

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

newsfragments/3458.internal.rst

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

newsfragments/3462.docs.rst

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

newsfragments/3463.bugfix.rst

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

0 commit comments

Comments
 (0)