New
8.0.1
Changes between 8.0.0 and 8.0.1
Plugin changes
Core changes
- Use distribution name to query version of entry-point plugins [#2594]
- Added plugin version number in
sopel-plugins showoutput [#2638] - Fixed loading folder-style plugins with relative imports [#2633]
- Fixed rate-limiting behavior for rules without a rate limit [#2629]
config.types.ChoiceAttributelogs invalid values for debugging [#2624]- Also remove null (
\x00) inirc.utils.safe()function [#2620]
Housekeeping changes
- Document advanced tip about arbitrarily scheduling code [#2617]
- Include
versionaddednotes for more methods inirc.AbstractBot[#2642] - Start moving from
typing.Optionalto the| Noneconvention [#2642] - Minor updates to keep up with type-checking ecosystem [#2614, #2628]
- Start checking for incomplete type annotations [#2616]
- Added tests to
findplugin [#2589] - Fixed slowdown in
@plugin.exampletests withrepeatenabled [#2630]