-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparations for d.py 1.4 (includes breaking changes related to mass mentions) #3845
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jackenmen
added
Type: Enhancement
Something meant to enhance existing Red features.
Breaking Change
Will potentially break some cogs.
Type: Dependency Update
Adding/updating/removing some of Red’s dependencies.
Work In Progress
Category: Core - API - Commands Package
This is related to the `redbot.core.commands` package or `redbot.core.checks` module.
labels
May 12, 2020
Jackenmen
added
the
Release Blocker
This needs handling prior to the next non-hotfix release.
label
May 12, 2020
This is now ready for review. |
Merged
3 tasks
Squashed commit of the following: commit 2ad447b Merge: eab3107 fc2277b Author: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Thu Aug 6 21:29:27 2020 +0200 Merge branch 'V3/develop' into patch-9 commit eab3107 Author: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat Jul 18 21:06:13 2020 +0200 Remove DeprecationWarning filter for `websockets` commit 62b3f34 Merge: 77dd7d7 49b1945 Author: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed Jul 8 03:23:48 2020 +0200 Merge branch 'V3/develop' into patch-9 commit 77dd7d7 Author: PredaMart <predaamart@outlook.com> Date: Tue May 12 21:52:47 2020 +0200 well nuke here too commit d3bb745 Author: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Tue May 12 21:47:26 2020 +0200 Update setup.cfg commit 47280bb Author: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Tue May 12 21:41:35 2020 +0200 Bump RLL version
Drapersniper
approved these changes
Aug 10, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drapersniper
added
the
QA: Passed
Used by few QA members. Has been approved by the assigned QA member(s).
label
Aug 10, 2020
Cog-CreatorsBot
added
the
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
label
Aug 10, 2020
Jackenmen
added
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
and removed
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
labels
Aug 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Breaking Change
Will potentially break some cogs.
Category: Core - API - Commands Package
This is related to the `redbot.core.commands` package or `redbot.core.checks` module.
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
QA: Passed
Used by few QA members. Has been approved by the assigned QA member(s).
Release Blocker
This needs handling prior to the next non-hotfix release.
Type: Dependency Update
Adding/updating/removing some of Red’s dependencies.
Type: Enhancement
Something meant to enhance existing Red features.
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.
Type
Description of the changes
This PR contains changes needed due to d.py 1.4 release as well as this (breaking) change:
Fixes #4069 (indirectly, through dependency update)