Changelog#
Next 7.x feature release
[Support] #79: Restore on-site changelog.
[Support] #79: Add sphinx-multiversion to make available older doc versions.
7.1.0 24th May 2022
7.0.0 10th May 2022
6.4.0 26th April 2022
6.3.2 25th April 2022
[Bug] #69: Actually use
statsd_url
when it gets passed toBotBase
.
6.3.1 21st April 2022
[Bug] #68: Correct version number in pyproject.toml
6.3.0 21st April 2022
[Feature]: (Committed directly to main) Don’t load modules starting with
_
6.2.0 21st April 2022
[Feature] #66: Load each cog in it’s own task to avoid a single cog crashing entire load process.
6.1.0 20th April 2022
[Feature] #65: Add
unqualify
to thebotcore.utils
namespace for use in bots that manipulate extensions.
6.0.0 19th April 2022
5.0.4 18th April 2022
[Feature] #63: Allow passing an
api_client
toBotBase.__init__
to specify thebotcore.site_api.APIClient
instance to use.
5.0.3 18th April 2022
[Bug] #61: Reconnect to redis session on setup if it is closed.
5.0.2 5th April 2022
5.0.1 2nd April 2022
[Bug] #54: Move creation of BotBase’s
aiohttp.AsyncResolver
to the async setup hook, to avoid deprecation notice
5.0.0 2nd April 2022
4.0.0 14th March 2022
[Breaking] #39: Migrate back to Discord.py 2.0.
3.0.1 5th March 2022
[Bug] #37: Setup log tracing when
botcore.utils.logging
is imported so that it can be used within botcore functions.
3.0.0 3rd March 2022
[Breaking] #35: Move
apply_monkey_patches()
directly to botcore.utils namespace.
2.1.0 24th February 2022
[Feature] #34: Port the Site API wrapper from the bot repo.
2.0.0 22nd February 2022
[Breaking] #32: Migrate from discord.py 2.0a0 to disnake.
[Breaking] #35: Moved regex to
botcore.utils
namespace[Feature] #29: Port many common utilities from our bots:
caching
channel
extensions
loggers
members
scheduling
[Feature] #32: Add common monkey patches.
[Support] #2: Added intersphinx to docs.
1.2.0 9th January 2022
[Feature] #12: Code block detection regex.
1.1.0 2nd December 2021
1.0.0 17th November 2021
[Feature] #1: Core package, poetry, and linting CI.