|
6 | 6 | <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Local Development & Testing" href="development.html" /> |
7 | 7 |
|
8 | 8 | <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --> |
9 | | - <title>Changelog - Pydis Core Latest (11.7.0)</title> |
| 9 | + <title>Changelog - Pydis Core Latest (11.8.0)</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" /> |
13 | | - <link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" /> |
14 | 13 | <link rel="stylesheet" type="text/css" href="_static/changelog.css?v=117bb91a" /> |
| 14 | + <link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" /> |
15 | 15 | <link rel="stylesheet" type="text/css" href="_static/index.css?v=832e2368" /> |
16 | 16 |
|
17 | 17 |
|
|
170 | 170 | </label> |
171 | 171 | </div> |
172 | 172 | <div class="header-center"> |
173 | | - <a href="index.html"><div class="brand">Pydis Core Latest (11.7.0)</div></a> |
| 173 | + <a href="index.html"><div class="brand">Pydis Core Latest (11.8.0)</div></a> |
174 | 174 | </div> |
175 | 175 | <div class="header-right"> |
176 | 176 | <div class="theme-toggle-container theme-toggle-header"> |
|
197 | 197 | <img class="sidebar-logo" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" alt="Logo"/> |
198 | 198 | </div> |
199 | 199 |
|
200 | | - <span class="sidebar-brand-text">Pydis Core Latest (11.7.0)</span> |
| 200 | + <span class="sidebar-brand-text">Pydis Core Latest (11.8.0)</span> |
201 | 201 |
|
202 | 202 | </a><form class="sidebar-search-container" method="get" action="search.html" role="search"> |
203 | 203 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> |
|
477 | 477 | <article role="main" id="furo-main-content"> |
478 | 478 | <section id="changelog"> |
479 | 479 | <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">¶</a></h1> |
| 480 | +<section id="11.8.0"> |
| 481 | +<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v11.8.0">11.8.0</a> <span style="font-size: 75%;">4th September 2025</span></h2><ul class="simple"> |
| 482 | +<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/305">#305</a><span>:</span> Update <a class="reference internal" href="output/pydis_core.utils.checks.html#pydis_core.utils.checks.in_whitelist_check" title="pydis_core.utils.checks.in_whitelist_check"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.checks.in_whitelist_check</span></code></a> to check against the parent channel, if one exists, instead of the <code class="docutils literal notranslate"><span class="pre">ctx.channel.id</span></code>.</p></li> |
| 483 | +</ul> |
| 484 | +</section> |
480 | 485 | <section id="11.7.0"> |
481 | 486 | <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v11.7.0">11.7.0</a> <span style="font-size: 75%;">10th August 2025</span></h2><ul class="simple"> |
482 | 487 | <li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/304">#304</a><span>:</span> Update Discord invite regex to handle new protocol.</p></li> |
@@ -529,7 +534,7 @@ <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://gi |
529 | 534 | </section> |
530 | 535 | <section id="11.0.1"> |
531 | 536 | <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v11.0.1">11.0.1</a> <span style="font-size: 75%;">20th March 2024</span></h2><ul class="simple"> |
532 | | -<li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/209">#209</a><span>:</span> Extract original error from <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.CommandInvokeError" title="(in discord.py v2.6.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.errors.CommandInvokeError</span></code></a> before handling it.</p></li> |
| 537 | +<li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/209">#209</a><span>:</span> Extract original error from <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.CommandInvokeError" title="(in discord.py v2.7.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.errors.CommandInvokeError</span></code></a> before handling it.</p></li> |
533 | 538 | </ul> |
534 | 539 | </section> |
535 | 540 | <section id="11.0.0"> |
@@ -588,14 +593,14 @@ <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://gi |
588 | 593 | </section> |
589 | 594 | <section id="10.1.0"> |
590 | 595 | <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v10.1.0">10.1.0</a> <span style="font-size: 75%;">25th July 2023</span></h2><ul class="simple"> |
591 | | -<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/190">#190</a><span>:</span> Overwrite <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.process_commands" title="(in discord.py v2.6.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Bot.process_commands</span></code></a> to ensure no commands are processed until all extensions are loaded. This only works for clients using <a class="reference internal" href="output/pydis_core.html#pydis_core.BotBase.load_extensions" title="pydis_core.BotBase.load_extensions"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.BotBase.load_extensions</span></code></a>.</p></li> |
| 596 | +<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/190">#190</a><span>:</span> Overwrite <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.process_commands" title="(in discord.py v2.7.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Bot.process_commands</span></code></a> to ensure no commands are processed until all extensions are loaded. This only works for clients using <a class="reference internal" href="output/pydis_core.html#pydis_core.BotBase.load_extensions" title="pydis_core.BotBase.load_extensions"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.BotBase.load_extensions</span></code></a>.</p></li> |
592 | 597 | </ul> |
593 | 598 | </section> |
594 | 599 | <section id="10.0.0"> |
595 | 600 | <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v10.0.0">10.0.0</a> <span style="font-size: 75%;">14th July 2023</span></h2><ul class="simple"> |
596 | 601 | <li><p>[<span style="color: #F50F10;">Breaking</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/188">#188</a><span>:</span> Support sending multiple files at once to paste service. All calls to <a class="reference internal" href="output/pydis_core.utils.paste_service.html#pydis_core.utils.paste_service.send_to_paste_service" title="pydis_core.utils.paste_service.send_to_paste_service"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.paste_service.send_to_paste_service</span></code></a> must now provide a list of <a class="reference internal" href="output/pydis_core.utils.paste_service.html#pydis_core.utils.paste_service.PasteFile" title="pydis_core.utils.paste_service.PasteFile"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.paste_service.PasteFile</span></code></a>.</p></li> |
597 | 602 | <li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/184">#184</a><span>:</span> Remove the message stored in the <code class="docutils literal notranslate"><span class="pre">message</span></code> attr of <a class="reference internal" href="output/pydis_core.utils.interactions.html#pydis_core.utils.interactions.ViewWithUserAndRoleCheck" title="pydis_core.utils.interactions.ViewWithUserAndRoleCheck"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.interactions.ViewWithUserAndRoleCheck</span></code></a> when the interaction is stopped, in additional to the exist logic for timeout.</p></li> |
598 | | -<li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/187">#187</a><span>:</span> Fix <a class="reference internal" href="output/pydis_core.utils.channel.html#pydis_core.utils.channel.get_or_fetch_channel" title="pydis_core.utils.channel.get_or_fetch_channel"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.channel.get_or_fetch_channel</span></code></a>’s return type to include <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.abc.PrivateChannel" title="(in discord.py v2.6.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.abc.PrivateChannel</span></code></a> and <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.Thread" title="(in discord.py v2.6.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.Thread</span></code></a>.</p></li> |
| 603 | +<li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/187">#187</a><span>:</span> Fix <a class="reference internal" href="output/pydis_core.utils.channel.html#pydis_core.utils.channel.get_or_fetch_channel" title="pydis_core.utils.channel.get_or_fetch_channel"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.channel.get_or_fetch_channel</span></code></a>’s return type to include <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.abc.PrivateChannel" title="(in discord.py v2.7.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.abc.PrivateChannel</span></code></a> and <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.Thread" title="(in discord.py v2.7.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.Thread</span></code></a>.</p></li> |
599 | 604 | <li><p>[<span style="color: #4070A0;">Support</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/184">#184</a><span>:</span> Bump Discord.py to <a class="reference external" href="https://github.com/Rapptz/discord.py/releases/tag/v2.3.1"><code class="docutils literal notranslate"><span class="pre">2.3.1</span></code></a>.</p></li> |
600 | 605 | </ul> |
601 | 606 | </section> |
@@ -660,7 +665,7 @@ <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://gi |
660 | 665 | </section> |
661 | 666 | <section id="9.3.0"> |
662 | 667 | <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v9.3.0">9.3.0</a> <span style="font-size: 75%;">13th December 2022</span></h2><ul class="simple"> |
663 | | -<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/169">#169</a><span>:</span> Return <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a> upon receiving a bad request from Discord in <a class="reference internal" href="output/pydis_core.utils.members.html#pydis_core.utils.members.get_or_fetch_member" title="pydis_core.utils.members.get_or_fetch_member"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.members.get_or_fetch_member</span></code></a>.</p></li> |
| 668 | +<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/169">#169</a><span>:</span> Return <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a> upon receiving a bad request from Discord in <a class="reference internal" href="output/pydis_core.utils.members.html#pydis_core.utils.members.get_or_fetch_member" title="pydis_core.utils.members.get_or_fetch_member"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.members.get_or_fetch_member</span></code></a>.</p></li> |
664 | 669 | </ul> |
665 | 670 | </section> |
666 | 671 | <section id="9.2.0"> |
@@ -941,7 +946,7 @@ <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://gi |
941 | 946 |
|
942 | 947 | </aside> |
943 | 948 | </div> |
944 | | -</div><script src="_static/documentation_options.js?v=4072466c"></script> |
| 949 | +</div><script src="_static/documentation_options.js?v=f661e9e8"></script> |
945 | 950 | <script src="_static/doctools.js?v=9bcbadda"></script> |
946 | 951 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
947 | 952 | <script src="_static/scripts/furo.js?v=5fa4622c"></script> |
|
0 commit comments