Skip to content

Commit

Permalink
Compile release notes for v6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jan 25, 2024
1 parent 62331bd commit cd8dec1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ v6 Breaking Changes Summary

.. towncrier release notes start
web3.py v6.15.0 (2024-01-25)
----------------------------

Breaking Changes
~~~~~~~~~~~~~~~~

- Use a message listener background task for ``WebsocketProviderV2`` rather than relying on ``ws.recv()`` blocking. Some breaking changes to API, notably ``listen_to_websocket`` -> ``process_subscriptions``. (`#3206 <https://github.com/ethereum/web3.py/issues/3206>`__)


Internal Changes - for web3.py Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Compile contracts with and test against new Solidity version ``v0.8.24``. (`#3205 <https://github.com/ethereum/web3.py/issues/3205>`__)


web3.py v6.14.0 (2024-01-10)
----------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/3205.internal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/3206.breaking.rst

This file was deleted.

0 comments on commit cd8dec1

Please sign in to comment.