-
Notifications
You must be signed in to change notification settings - Fork 185
chore!: pre-release for 4.1.1-rc.1 #703
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
This was an unanimous decision that was made by both the core and external development teams. For reasons involving how Discord staff view matters of silently releasing new features to the library, we've made the decision to no longer treat these as superficial problems that break the runtime of a client running on the library. Since our library continues to operate normally with a missing attribute or data model, there is no need to log as such.
…s returned (#674) * feat: Adding icon_url property for team.Application * ci: correct from checks. * Update team.pyi * feat: Adding icon_url property for team.Application * fix: Fix the ``icon_url`` property and how the ``url`` is returned Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…commands, implement Locale enum.
…ting, refactored decor.py
… type conversion safeguard for Locale usage.
* refactor: allow archiving of threads in channel helper methods * feat: add methods for thread modifying
…e object it represents (#635) * refactor: modify self when editing its object * refactor: modify class instance when editing it and fix me being naive * fix!: typo
* 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 * docs(quickstart): modal can have up to 5 `TextInput`s Co-authored-by: fl0w <[email protected]> Co-authored-by: James Walston <[email protected]>
…#682) * fix!: listen for a `CLOSING_MESSAGE` * refactor: imports * fix: close check * fix: close check
* fix: unable to send custom classes to instantiate Embed * fix: remove useless __init__ statements * ci: correct from checks. * feat: add Embed.set_video() helper method * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This is a decision that the core development team met on. The goal of this refactor is to provide a better and more organized library architecture that is easier to navigate around for us and collaborators wanting to get involved.
* feat: Add url property for message objects * ci: correct from checks. * Update interactions/api/models/message.py Co-authored-by: EdVraz <[email protected]> * Update message.pyi Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: EdVraz <[email protected]>
…ctor HTTP remaining logic checking,
feat!: Architecture import fix, Localisation support, HTTP tweaks, misc fixes.
* fix: Fix remaining variable definition. * refactor: Recompress logic conditions to utilise and instead of multiline if condition
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: Fix webhook execution payload. * refactor: Reimplement execute webhook on new HTTP layout. * refactor: Redefine dct variable.
* fix: UnboundLocalError when server has no icon * feat: implement Guild.banner_url * feat: add discovery & invite splash banner URLs * feat: add user banner URL * feat: get member avatar for a specified guild * fix: UnboundLocalError when server has no icon * feat: implement Guild.banner_url * feat: add discovery & invite splash banner URLs * feat: add user banner URL * feat: get member avatar for a specified guild * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
EepyElvyra
approved these changes
Apr 5, 2022
Contributor
EepyElvyra
left a comment
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.
Merge it, POGGERS
…context) (#706) * refactor: allow file sending in all send and editing methods (except context) * refactor: update headers * refactor: update headers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 taking all of the latest commits on
unstableand moving tostable, which will line us up for our first release candidate.Please note that we may be pre-releasing one more release candidate with the introduction of the new error handling (see #692 ) system before we officially release version 4.1.1.
Checklist
pre-committo format and lint the change(s) made.3.8.6and higher.