More breaking changes for 11.0 #208
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a few more breaking changes that I've wanted to do for a while since we're making a new major version.
Changelog preview
v11 Github release notes draft
Breaking Changes
This release has a number of breaking changes.
fakeredis
is no longer installed along side theasync-rediscache
extra. If you needfakeredis
you can use the[fakeredis]
extra. You can also use either[all]
or[async-rediscache,fakeredis]
to install both.sync_app_commands
inpydis_core.BotBase.load_extensions()
should_raise
inpydis_core.site_api.APIClient.maybe_raise_for_status()
fail_silently
inpydis_core.utils.checks.in_whitelist_check()
pagination_emojis, lines, ctx, embed
inpydis_core.utils.pagination.LinePaginator.paginate()
What's Changed
fakeredis
optional dependency from theasync-rediscache
extra, by @ChrisLovering in More breaking changes for 11.0 #208pydis_core.BotBase
, by @shtlrs in Document the instance attributes of BotBase #204Full Changelog: v10.7.0...v11.0.0