Skip to content

Commit 54d2097

Browse files
committed
Compile release notes
1 parent b963ab2 commit 54d2097

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

docs/releases.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ Release Notes
33

44
.. towncrier release notes start
55
6+
v5.21.0 (2021-07-12)
7+
--------------------
8+
Web3 5.21.0 (2021-07-12)
9+
------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Adds support for EIP 1559 transaction keys: `maxFeePerGas` and `maxPriorityFeePerGas` (`#2060 <https://github.com/ethereum/web3.py/issues/2060>`__)
15+
16+
17+
Bugfixes
18+
~~~~~~~~
19+
20+
- Bugfix where an error response got passed to a function expecting a block identifier.
21+
22+
Split out null result formatters from the error formatters and added some tests. (`#2022 <https://github.com/ethereum/web3.py/issues/2022>`__)
23+
- Fix broken tests and use the new 1559 params for most of our test transactions. (`#2053 <https://github.com/ethereum/web3.py/issues/2053>`__)
24+
- Set a default maxFeePerGas value consistent with Geth (`#2055 <https://github.com/ethereum/web3.py/issues/2055>`__)
25+
- Fix bug in geth PoA middleware where a ``None`` response should throw a ``BlockNotFound`` error, but was instead throwing an ``AttributeError`` (`#2064 <https://github.com/ethereum/web3.py/issues/2064>`__)
26+
27+
28+
Improved Documentation
29+
~~~~~~~~~~~~~~~~~~~~~~
30+
31+
- Added general documentation on unit and integration testing and how to contribute to our test suite. (`#2053 <https://github.com/ethereum/web3.py/issues/2053>`__)
32+
33+
634
v5.20.1 (2021-07-01)
735
--------------------
836
Web3 5.20.1 (2021-07-01)

newsfragments/2022.bugfix.rst

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

newsfragments/2053.bugfix.rst

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

newsfragments/2053.doc.rst

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

newsfragments/2055.bugfix.rst

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

newsfragments/2060.feature.rst

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

newsfragments/2064.bugfix.rst

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

0 commit comments

Comments
 (0)