Skip to content
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

chore(deps): update dependency disnake to v2.9.1 - autoclosed #487

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
disnake (changelog) ==2.4.0 -> ==2.9.1 age adoption passing confidence

Release Notes

DisnakeDev/disnake (disnake)

v2.9.1

Compare Source

This is a maintenance release, fixing a few minor bugs. Check out the changelog for details.

Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-9-1
Git history: DisnakeDev/disnake@v2.9.0...v2.9.1

v2.9.0

Compare Source

This release comes with support for the new username system, text in stage, role subscriptions, silent messages, and onboarding.
The documentation has been updated, splitting the monolithic API Reference page into smaller pages.

Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-9-0
Git history: DisnakeDev/disnake@v2.8.0...v2.9.0

v2.8.2

Compare Source

This is a maintenance release with backports from v2.9.0.

Changelog: https://docs.disnake.dev/en/v2.8.2/whats_new.html#v2-8-2
Git history: DisnakeDev/disnake@v2.8.1...v2.8.2

v2.8.1

Compare Source

This is a maintenance release, most notably fixing an upcoming breaking change related to voice connections.

Changelog: https://docs.disnake.dev/en/v2.8.1/whats_new.html#v2-8-1
Git history: DisnakeDev/disnake@v2.8.0...v2.8.1

v2.8.0

Compare Source

This release comes with support for NSFW application commands, the on_audit_log_entry_create event, and a new Event enum for use with methods like Client.wait_for, among lots of other changes.

Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-8-0
Git history: DisnakeDev/disnake@v2.7.0...v2.8.0

v2.7.2

Compare Source

This is a maintenance release, most notably fixing an upcoming breaking change related to voice connections.

Changelog: https://docs.disnake.dev/en/v2.7.2/whats_new.html#v2-7-2
Git history: DisnakeDev/disnake@v2.7.1...v2.7.2

v2.7.1

Compare Source

This is a maintenance release with backports from v2.8.0.

Changelog: https://docs.disnake.dev/en/v2.7.1/whats_new.html#v2-7-1
Git history: DisnakeDev/disnake@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

This release adds support for python 3.11 and the new selects released by Discord.

See the docs for how to use these new selects.

Breaking Changes
  • Properly document that Message.system_content may return None. While this is documented as a breaking change, this function always could return None if the message type was not recognised. (#​766)
  • Rename InteractionDataResolved.get() to get_by_id(). (#​814)
Deprecations
New Features
Bug Fixes
  • Add the missing attributes for PermissionOverwrite: use_application_commands and use_embedded_activities. (#​777)
  • Ensure that embed fields are copied properly by Embed.copy() and that the copied embed is completely separate from the original one. (#​792)
  • Fix an issue with Member.ban() erroring when the delete_message_days parameter was provided. (#​810)
  • Try to get threads used in interactions (like threads in command arguments) from the cache first, before creating a new instance. (#​814)
  • Fix creation of threads in text channels without Permissions.manage_threads. (#​818)
  • Fix off-by-one error in AutoModKeywordPresets values. (#​820)
  • Update event loop handling to avoid warnings when running on Python 3.11. (#​827)
  • [ext.commands] Fix a case where optional variadic arguments could have infinite loops in parsing depending on the user input. (#​825)
Documentation
  • Speed up page load by changing hoverxref tooltips to be lazily loaded. (#​393)
  • Remove reference to the v1.0 migration guide from the main index page, and move legacy changelogs to a separate page. (#​697)
  • Update sphinx from version 5.1 to 5.3. (#​764, #​821)Add a note warning mentioning that using a disnake.File object as file kwarg makes a disnake.Embed not reusable. (#​786)
  • Update broken Discord API Docs links, add :ddocs: role for easily creating links to the API documentation. (#​793)
  • Add a custom 404 page for when the navigated page does not exist. (#​797)
Miscellaneous
  • Increase the upper bound for the aiohttp dependency from <3.9 to <4. (#​789)
  • Use importlib.metadata instead of the deprecated pkg_resources in the cli for displaying the version. (#​791)
  • [ext.commands] Add missing py.typed marker. (#​784)
  • [ext.tasks] Add missing py.typed marker. (#​784)

Full changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-7-0
Git history: DisnakeDev/disnake@v2.6.0...v2.7.0

v2.6.3

Compare Source

This is a maintenance release with backports from v2.8.0.

Changelog: https://docs.disnake.dev/en/v2.6.3/whats_new.html#v2-6-3
Git history: DisnakeDev/disnake@v2.6.2...v2.6.3

v2.6.2

Compare Source

Bug Fixes

Full changelog: https://docs.disnake.dev/en/v2.6.2/whats_new.html#v2-6-2
Git history: DisnakeDev/disnake@v2.6.1...v2.6.2

v2.6.1

Compare Source

Bug Fixes

  • Ensure that embed fields are copied properly by Embed.copy() and that the copied embed is completely separate from the original one. (#​792)
  • Fix an issue with Member.ban() erroring when the delete_message_days parameter was provided. (#​810)

Full changelog: https://docs.disnake.dev/en/v2.6.1/whats_new.html#v2-6-1
Git history: DisnakeDev/disnake@v2.6.0...v2.6.1

v2.6.0

Compare Source

This release adds support for new forum channel features (like tags) as well as auto moderation, among other things. See below for more.

Also note the breaking changes listed below, which may require additional code changes.

Full changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-6-0
Git history: DisnakeDev/disnake@v2.5.0...v2.6.0

New Contributors

v2.5.3

Compare Source

This is a maintenance release with backports from v2.6.0.

Full changelog: https://docs.disnake.dev/en/v2.5.3/whats_new.html#v2-5-3
Git history: DisnakeDev/disnake@v2.5.2...v2.5.3

v2.5.2

Compare Source

Includes several bug fixes and documentation updates.

More details and full changelog: https://docs.disnake.dev/en/v2.5.x/whats_new.html#v2-5-2

v2.5.1

Compare Source

Small patch release to fix an issue with the @slash.autocomplete(...) decorator in v2.5.0.

Changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-1

v2.5.0

Compare Source

This version adds support for API v10 (which comes with a few breaking changes), forum channels, localizations, permissions v2, improves API coverage by adding support for previously missing features like guild previews, widgets, or welcome screens, and contains several miscellaneous enhancements and bugfixes.

Regarding the message content intent:
Note that earlier versions will continue working fine after the message content intent deadline (August 31st 2022), as long as the intent is enabled in the developer portal. However, from this version (2.5.0) onward, the intent needs to be enabled in the developer portal and your code.
See this page of the guide for more information.
If you do not have access to the intent yet, you can temporarily continue using API v9 by calling disnake.http._workaround_set_api_version(9) before connecting, which will keep sending message content before the intent deadline, even with the intent disabled.

More details and full changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-0

v2.4.2

Compare Source

Includes a backport of a fix relating to the message content intent always being requested by the client.

Changelog: https://docs.disnake.dev/en/v2.4.x/whats_new.html#v2-4-2

v2.4.1

Compare Source

Includes several bug fixes and documentation updates.

More details and full changelog: https://docs.disnake.dev/en/v2.4.x/whats_new.html#v2-4-1


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency disnake to v2.5.0 chore(deps): update dependency disnake to v2.5.1 May 10, 2022
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 4 times, most recently from 94cb990 to 284821a Compare May 13, 2022 05:49
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 4 times, most recently from a6688ae to 33ef313 Compare June 2, 2022 06:45
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 33ef313 to 6c5e516 Compare June 4, 2022 18:05
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 2 times, most recently from 8c31ea8 to 7790bd8 Compare June 27, 2022 04:31
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 7790bd8 to f52ca0c Compare July 1, 2022 03:20
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 6 times, most recently from 9f9be00 to 2785176 Compare July 14, 2022 03:04
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 2785176 to 059f621 Compare July 16, 2022 03:21
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 2 times, most recently from d4d1c44 to b5aadd4 Compare July 28, 2022 06:09
@renovate renovate bot changed the title chore(deps): update dependency disnake to v2.5.1 chore(deps): update dependency disnake to v2.5.2 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 3 times, most recently from af7a736 to 8f90f2e Compare August 14, 2022 11:35
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 2 times, most recently from dfa8c20 to a4f1bc6 Compare August 26, 2022 05:21
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from a4f1bc6 to 7093b40 Compare September 2, 2022 03:20
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 7093b40 to 6f1ce55 Compare September 10, 2022 04:31
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 7 times, most recently from 2716007 to d8e353d Compare September 22, 2023 04:36
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 3 times, most recently from 5790648 to 4b012c5 Compare October 19, 2023 04:13
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 4b012c5 to 7d033fb Compare October 30, 2023 22:21
@renovate renovate bot changed the title chore(deps): update dependency disnake to v2.9.0 chore(deps): update dependency disnake to v2.9.1 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 10 times, most recently from 4b87687 to c4f1029 Compare February 15, 2024 04:02
@renovate renovate bot force-pushed the renovate/disnake-2.x branch 3 times, most recently from 15dcc0a to 0a7cf9e Compare March 11, 2024 23:59
@renovate renovate bot force-pushed the renovate/disnake-2.x branch from 0a7cf9e to f857369 Compare March 12, 2024 00:23
@renovate renovate bot changed the title chore(deps): update dependency disnake to v2.9.1 chore(deps): update dependency disnake to v2.9.1 - autoclosed Mar 12, 2024
@renovate renovate bot closed this Mar 12, 2024
@renovate renovate bot deleted the renovate/disnake-2.x branch March 12, 2024 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants