Skip to content

Commit daab3f4

Browse files
committed
Compile release notes for v7.4.0
1 parent 11d0842 commit daab3f4

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

docs/release_notes.rst

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

77
.. towncrier release notes start
88
9+
web3.py v7.4.0 (2024-10-16)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Fix a bug where CCIP-Read expected a ``{sender}`` in the url for a POST request. If ``{data}`` is missing from the url, assume a POST request is being made regardless of whether ``{sender}`` is present. (`#3291 <https://github.com/ethereum/web3.py/issues/3291>`__)
16+
- Fix a bug where non-mainnet chains could not cache requests based on missing ``finalized`` block number. (`#3508 <https://github.com/ethereum/web3.py/issues/3508>`__)
17+
- Send ``json``, not ``data`` with CCIP-Read POST requests. (`#3512 <https://github.com/ethereum/web3.py/issues/3512>`__)
18+
19+
20+
Improved Documentation
21+
~~~~~~~~~~~~~~~~~~~~~~
22+
23+
- Update the request caching documentation to clarify on when to reach for request caching and how to configure the request validation threshold for certain endpoints. (`#3508 <https://github.com/ethereum/web3.py/issues/3508>`__)
24+
25+
26+
Features
27+
~~~~~~~~
28+
29+
- Allow a time interval, in seconds, to be used as the ``request_cache_validation_threshold`` for request caching. Keep a list of internal default values based on the chain id for some of the bigger chains. (`#3508 <https://github.com/ethereum/web3.py/issues/3508>`__)
30+
31+
932
web3.py v7.3.1 (2024-10-14)
1033
---------------------------
1134

newsfragments/3291.bugfix.rst

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

newsfragments/3508.bugfix.rst

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

newsfragments/3508.docs.rst

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

newsfragments/3508.feature.rst

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

newsfragments/3512.bugfix.rst

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

0 commit comments

Comments
 (0)