- Handle new geth errors related to waiting for a transaction receipt while transactions are still being indexed. (`[#3217](https://github.com/ethereum/web3.py/issues/3217) <https://github.com/ethereum/web3.py/issues/3217>`__)
Improved Documentation
Remove annual user survey prompt from docs ([#3218](https://github.com/ethereum/web3.py/issues/3218) <https://github.com/ethereum/web3.py/issues/3218>__)
Internal Changes - for web3.py Contributors
- Create test fixture for latest ``geth`` version. Run tests with ``geth`` in ``--dev`` mode. (`[#3191](https://github.com/ethereum/web3.py/issues/3191) <https://github.com/ethereum/web3.py/issues/3191>`__)
- Formatting updates for ``black==24.1.0``. (`[#3207](https://github.com/ethereum/web3.py/issues/3207) <https://github.com/ethereum/web3.py/issues/3207>`__)
- Add eth-tester version that supports ``eth_feeHistory`` (`[#3222](https://github.com/ethereum/web3.py/issues/3222) <https://github.com/ethereum/web3.py/issues/3222>`__)
web3.py v6.15.0 (2024-01-25)
Breaking Changes (to Beta APIs)
- 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) <https://github.com/ethereum/web3.py/issues/3206>`__)
Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Compile contracts with and test against new Solidity version <code>v0.8.24</code>. (<code>[#3205](https://github.com/ethereum/web3.py/issues/3205) <https://github.com/ethereum/web3.py/issues/3205></code>__)</li>
</ul>
<h2>web3.py v6.14.0 (2024-01-10)</h2>
<p>Bugfixes</p>
<pre><code>
- Change ``fee_history`` default behavior. If ``reward_percentiles`` arg not included, pass it to the provider as an empty list instead of ``None``. (`[#3185](https://github.com/ethereum/web3.py/issues/3185) <https://github.com/ethereum/web3.py/issues/3185>`__)
- Use ``importlib.metadata`` for version info if python>=3.8 (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)
Improved Documentation
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/e94e5e8cf79eed324534fdf77127a49545aba20a"><code>e94e5e8</code></a> Bump version: 6.15.0 → 6.15.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/f08c498c83b006ab3c0b38399ff94bca66dafef0"><code>f08c498</code></a> Compile release notes for v6.15.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9531299b6f63a7f8aa384eb4c28aa54bd43756d3"><code>9531299</code></a> Eth tester fee history (<a href="https://redirect.github.com/ethereum/web3.py/issues/3222">#3222</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/66dd2a103b4f7f0624ba01c3038911b144f5dac9"><code>66dd2a1</code></a> docs: remove 2023 survey banner (<a href="https://redirect.github.com/ethereum/web3.py/issues/3218">#3218</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/565664e9cc6a6f9596450e61470b83c30cb6596b"><code>565664e</code></a> Catch newly raised geth errors when tx indexing in progress:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c7b9771b2375990ad77a39bb051d455a261718ad"><code>c7b9771</code></a> [V6] <code>geth --dev</code> test fixture setup (<a href="https://redirect.github.com/ethereum/web3.py/issues/3209">#3209</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/34e04094e3a90181e88c35dd2e4315c50348f2e0"><code>34e0409</code></a> [v6] Formatting updates for black v24.1.0 (<a href="https://redirect.github.com/ethereum/web3.py/issues/3208">#3208</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/6e027c05eb922b82dc22de96747ad3bbc3b52750"><code>6e027c0</code></a> Clarify the breaking changes are to beta APIs</li>
<li><a href="https://github.com/ethereum/web3.py/commit/1b419d20971a0b9049ba104612c1abad1acba29c"><code>1b419d2</code></a> Bump version: 6.14.0 → 6.15.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cd8dec16e158386cca7e8534d8dc540d970c283d"><code>cd8dec1</code></a> Compile release notes for v6.15.0</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.3...v6.15.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web3&package-manager=pip&previous-version=6.11.3&new-version=6.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps web3 from 6.11.3 to 6.15.1.
Changelog
Sourced from web3's changelog.