Skip to content

Commit d2ca72d

Browse files
committed
Compile release notes
1 parent 482ff94 commit d2ca72d

File tree

8 files changed

+28
-7
lines changed

8 files changed

+28
-7
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.29.0 (2022-04-13)
7+
--------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Added session caching to the AsyncHTTPProvider (`#2016
13+
<https://github.com/ethereum/web3.py/issues/2016>`__)
14+
- Add 'get_text' method to look up ENS text record values (`#2286
15+
<https://github.com/ethereum/web3.py/issues/2286>`__)
16+
- Add async `eth.get_storage_at` method (`#2350
17+
<https://github.com/ethereum/web3.py/issues/2350>`__)
18+
- Upgrade ``jsonschema`` version range to >=3.2.0<5 (`#2360
19+
<https://github.com/ethereum/web3.py/issues/2360>`__)
20+
- Add an optional ``strict`` flag for ``ENS.name()`` that will perform a
21+
validation, recommended by ENS, against the forward resolution to make sure
22+
the address matches. This will be default behavior in v6. (`#2419
23+
<https://github.com/ethereum/web3.py/issues/2419>`__)
24+
- Add sync chain_id to ``simple_middleware_cache`` (`#2425
25+
<https://github.com/ethereum/web3.py/issues/2425>`__)
26+
27+
28+
Misc
29+
~~~~
30+
31+
- `#2353 <https://github.com/ethereum/web3.py/issues/2353>`__
32+
33+
634
v5.28.0 (2022-02-09)
735
--------------------
836

newsfragments/2016.feature.rst

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

newsfragments/2286.feature.rst

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

newsfragments/2350.feature.rst

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

newsfragments/2353.misc.rst

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

newsfragments/2360.feature.rst

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

newsfragments/2419.feature.rst

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

newsfragments/2425.feature.rst

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

0 commit comments

Comments
 (0)