Skip to content

Commit 05ea17f

Browse files
committed
Compile release notes
1 parent e4331ea commit 05ea17f

File tree

9 files changed

+33
-8
lines changed

9 files changed

+33
-8
lines changed

docs/releases.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
639
v5.27.0 (2022-01-31)
740
--------------------
841

newsfragments/1413.feature.rst

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

newsfragments/1423.bugfix.rst

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

newsfragments/2098.feature.rst

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

newsfragments/2259.feature.rst

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

newsfragments/2312.feature.rst

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

newsfragments/2327.bugfix.rst

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

newsfragments/2328.bugfix.rst

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

newsfragments/2331.feature.rst

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

0 commit comments

Comments
 (0)