Skip to content

Commit fbf2f6b

Browse files
committed
Compile release notes
1 parent c3bfd89 commit fbf2f6b

12 files changed

+44
-12
lines changed

docs/releases.rst

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

44
.. towncrier release notes start
55
6+
v6.0.0-beta.1 (2022-02-28)
7+
--------------------------
8+
9+
Breaking Changes
10+
~~~~~~~~~~~~~~~~
11+
12+
- Update ``websockets`` dependency to v10+ (`#2324
13+
<https://github.com/ethereum/web3.py/issues/2324>`__)
14+
- Remove support for the unsupported Python 3.6 Also removes outdated Parity
15+
tests (`#2343 <https://github.com/ethereum/web3.py/issues/2343>`__)
16+
- Update Sphinx requirement to ``>=4.2.0,<5`` (`#2362
17+
<https://github.com/ethereum/web3.py/issues/2362>`__)
18+
19+
20+
Bugfixes
21+
~~~~~~~~
22+
23+
- Fix types for ``gas``, and ``gasLimit``: ``Wei -> int``. Also fix types for
24+
``effectiveGasPrice``: (``int -> Wei``) (`#2330
25+
<https://github.com/ethereum/web3.py/issues/2330>`__)
26+
27+
28+
Features
29+
~~~~~~~~
30+
31+
- Added session caching to the AsyncHTTPProvider (`#2016
32+
<https://github.com/ethereum/web3.py/issues/2016>`__)
33+
- Add support for Python 3.10 (`#2175
34+
<https://github.com/ethereum/web3.py/issues/2175>`__)
35+
- Added 'Breaking Changes' and 'Deprecations' categories to our release notes
36+
(`#2340 <https://github.com/ethereum/web3.py/issues/2340>`__)
37+
- Add async `eth.get_storage_at` method (`#2350
38+
<https://github.com/ethereum/web3.py/issues/2350>`__)
39+
- Upgrade ``jsonschema`` version to ``>=4.0.0<5`` (`#2361
40+
<https://github.com/ethereum/web3.py/issues/2361>`__)
41+
42+
43+
Misc
44+
~~~~
45+
46+
- `#2353 <https://github.com/ethereum/web3.py/issues/2353>`__, `#2365
47+
<https://github.com/ethereum/web3.py/issues/2365>`__
48+
49+
650
v5.28.0 (2022-02-09)
751
--------------------
852

newsfragments/2016.feature.rst

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

newsfragments/2175.feature.rst

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

newsfragments/2324.breaking-change.rst

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

newsfragments/2330.bugfix.rst

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

newsfragments/2340.feature.rst

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

newsfragments/2343.breaking-change.rst

Lines changed: 0 additions & 2 deletions
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/2361.feature.rst

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

newsfragments/2362.breaking-change.rst

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

newsfragments/2365.misc.rst

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

0 commit comments

Comments
 (0)