@@ -3,6 +3,39 @@ Release Notes
33
44.. towncrier release notes start
55
6+ v5.28.0 (2022-02-09)
7+ --------------------
8+
9+ Features
10+ ~~~~~~~~
11+
12+ - Added Async functions for Geth Personal and Admin modules (`#1413
13+ <https://github.com/ethereum/web3.py/issues/1413> `__)
14+ - async support for formatting, validation, and geth poa middlewares (`#2098
15+ <https://github.com/ethereum/web3.py/issues/2098> `__)
16+ - Calculate a default ``maxPriorityFeePerGas `` using ``eth_feeHistory `` when
17+ ``eth_maxPriorityFeePerGas `` is not available, since the latter is not a part
18+ of the Ethereum JSON-RPC specs and only supported by certain clients. (`#2259
19+ <https://github.com/ethereum/web3.py/issues/2259> `__)
20+ - Allow NamedTuples in ABI inputs (`#2312
21+ <https://github.com/ethereum/web3.py/issues/2312> `__)
22+ - Add async `eth.syncing ` method (`#2331
23+ <https://github.com/ethereum/web3.py/issues/2331> `__)
24+
25+
26+ Bugfixes
27+ ~~~~~~~~
28+
29+ - remove `ens.utils.dict_copy ` decorator (`#1423
30+ <https://github.com/ethereum/web3.py/issues/1423> `__)
31+ - The exception retry middleware whitelist was missing a comma between
32+ ``txpool `` and ``testing `` (`#2327
33+ <https://github.com/ethereum/web3.py/issues/2327> `__)
34+ - Properly initialize external modules that do not inherit from the
35+ ``web3.module.Module `` class (`#2328
36+ <https://github.com/ethereum/web3.py/issues/2328> `__)
37+
38+
639v5.27.0 (2022-01-31)
740--------------------
841
0 commit comments