-
Notifications
You must be signed in to change notification settings - Fork 185
chore: pre-release 4.1.1-beta.1 #603
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
Merged
Conversation
This file contains hidden or 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
* docs: add migration docs for 4.1 * docs: detail message content intent in migration
…arg for sub_commands without options (#568) * fix!: make context not required * fix!: remove requirement of reason in helper methods * Update gateway.py * Update client.py * fix!: remove requirement of reason in helper methods * fix!: add _client to Attachement class
* fix: have VersionAuthor hash the encoded string of self * fix: prevent AttributeErrors in ext due to missing slots
* fix!: fix EmbedImageStruct serialization * fix!: Button emoji serialization
* fix!: fix EmbedImageStruct serialization * fix!: Button emoji serialization * fix!: message serialization in context
* fix!: fix EmbedImageStruct serialization * fix!: Button emoji serialization * fix!: message serialization in context * fix!: only encode data if data is bytes * fix!: typo
* feat Embed: Added Embed Methods * ci: correct from checks. * Added docstrings and fixed method parameters * ci: correct from checks. * Added -> None to each methods * fixed merge issue * ci: correct from checks. * Added int specification at remove_field() Co-authored-by: = <=> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* docs: add migration docs for 4.1 * docs: detail message content intent in migration * ADMIN/chore: finish catchup from rebase (#573) * docs: add migration docs for 4.1 * docs: detail message content intent in migration * ADMIN/chore: finish catchup from rebase (#573) (#574) * docs: add migration docs for 4.1 * docs: detail message content intent in migration * fix: imporve custom formatter class Co-authored-by: fl0w <[email protected]> Co-authored-by: James Walston <[email protected]>
* fix!: fix EmbedImageStruct serialization * fix!: Button emoji serialization * fix!: message serialization in context * fix!: Role serialization if roles not present * Update interactions/api/models/member.pyi Co-authored-by: fl0w <[email protected]> Co-authored-by: fl0w <[email protected]>
We don't really need to have custom issues at all as they're either used incorrectly for bugs/requests, or seen asking general support questions which create communication issues between here and the support server. If someone wishes to bring up other things that do not feet the criterion of being a bugfix or feature request, they're more than welcome to talk about it in our **#stable**/**#unstable** development talk channels.
EepyElvyra
approved these changes
Mar 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
This contains breaking changes
documentation
Improvements or additions to documentation
enhancement
New feature or request
priority
This Issue/PR must be resolved first before accepting any others
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.
About
This pull request is about creating a pre-release for
4.1.1-beta.1, our first ever beta version on a version to be released. This subsequently will begin enforcing this statement we've made in our official server regarding a more updatedstablebranch for people to base off of, and (eventually) release candidates.For pre-releases, it will be best to not document any migration notes for them. People who are looking to beta test are most likely already involved in the development process of helping these be created, so it is encouraged for the community to collaborate with one another and share what they've been doing thus far.
Checklist
pre-committo format and lint the change(s) made.3.8.6and higher.