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

Bump Discord.Net.Commands and Discord.Net.Core #106

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps Discord.Net.Commands and Discord.Net.Core. These dependencies needed to be updated together.
Updates Discord.Net.Commands from 3.13.0 to 3.14.1

Release notes

Sourced from Discord.Net.Commands's releases.

v3.14.0-v3.14.1

[3.14.1] - 2023-03-19

  • Fix Discord.Net assembly version

[3.14.0] - 2023-03-19

This release brings a bunch of new Discord feature as well as some fixes. This release also brings initial support for User Apps. Interaction framework example for user app commands is available on our docs.

Deprecation notes

Due to deprecation of these properties in the API the following parts of the library were marked as Obsolete:

  • IsEnabledInDm properties of application commands & their corresponding builders
    • ContextTypes should be used instead.
  • EnabledInDmAttribute
    • CommandContextTypesAttribute should be used instead.
  • IMessage.Interaction
    • IUserMessage.InteractionMetadata should be used istead.

Added

  • #2849 Allow setting channel topic to null when creating channels (7c96844)
  • #2832 Add Icon size parameter to GetGuildIconUrl CDN method (eb5678a)
  • #2883 Initial user apps support (24a6978)
  • #2881 Bulk ban support (03402cd)
  • #2880 More banner support (4efe3be)
  • #2858 Allow setting custom status with SetGameAsync (ee386b1)
  • #2870 SentRequest event (fc2fc87)
  • #2873 Voice reconnection and resuming (09680c5)
  • #2879 Support setting banner on bot profiles (d0c0a56)

Fixed

  • #2866 Allow switching voice channels without disconnecting (external clients only) (5a62ba1)
  • #2857 Receiving voice packets (use system-assigned port) (1a16f4d)
  • #2850 NRE in automod audit logs (1eb7a53)
  • #2862 Fixed a bug when creating a SelectMenuBuilder from a SelectMenuComponent incorrectly set the CustomId (6870ac5)
  • Incorrect ConnectionState of a DiscordSocketClient casted to IDiscordClient/BaseSocketClient (955fae0)
  • #2867 InteractionService.AddModulesXAsync command duplication (2787db3)

Misc

  • #2806 Update library dependencies (bfc8dc2)
  • #2847 Remove some redundant notes & small updates (d0e9c8b)
  • #2854 Refactor MaxBitrate and UploadLimit in GuildHelper (6256de4)
  • #2869 Fix optional param being non-optional (fa51f0a)

v3.13.1

[3.13.1] - 2024-02-11

This release fixes a couple of bugs within the library and adds some new features.

Added

  • #2804 Add Incident actions message types (178ff58)

... (truncated)

Changelog

Sourced from Discord.Net.Commands's changelog.

[3.14.1] - 2023-03-19

Fixed

  • Version number contains commit hash

[3.14.0] - 2023-03-19

Added

  • #2849 Allow setting channel topic to null when creating channels (7c96844)
  • #2832 Add Icon size parameter to GetGuildIconUrl CDN method (eb5678a)
  • #2883 Initial user apps support (24a6978)
  • #2881 Bulk ban support (03402cd)
  • #2880 More banner support (4efe3be)
  • #2858 Allow setting custom status with SetGameAsync (ee386b1)
  • #2870 SentRequest event (fc2fc87)
  • #2873 Voice reconnection and resuming (09680c5)
  • #2879 Support setting banner on bot profiles (d0c0a56)

Fixed

  • #2866 Allow switching voice channels without disconnecting (external clients only) (5a62ba1)
  • #2857 Receiving voice packets (use system-assigned port) (1a16f4d)
  • #2850 NRE in automod audit logs (1eb7a53)
  • #2862 Fixed a bug when creating a SelectMenuBuilder from a SelectMenuComponent incorrectly set the CustomId (6870ac5)
  • Incorrect ConnectionState of a DiscordSocketClient casted to IDiscordClient/BaseSocketClient (955fae0)
  • #2867 InteractionService.AddModulesXAsync command duplication (2787db3)

Misc

  • #2806 Update library dependencies (bfc8dc2)
  • #2847 Remove some redundant notes & small updates (d0e9c8b)
  • #2854 Refactor MaxBitrate and UploadLimit in GuildHelper (6256de4)
  • #2869 Fix optional param being non-optional (fa51f0a)

[3.13.1] - 2024-02-11

Added

  • #2804 Add Incident actions message types (178ff58)
  • #2805 Add AppliedTags to DiscordWebhookClient.SendXAsync (d382e5c)
  • #2700 Optional Aliasses, Summary and Remarks Properties to CommandAttribute (5a8582c)
  • #2584 Log InteractionCommand execution exceptions in Wrapped Exception (0f0f3f7)
  • #2827 44 (Add message type 44) (541571c)
  • #2837 Allow creating announcement channels (f1777de)

Fixed

  • #2801 Add null check in SelectMenuBuilder (b18cc31)
  • #2813 Incorrect json model for Guild Scheduled Events (de4b6b9)
  • #2800 Warning about missing intents not being logged (8227d70)
  • #2818 GetEventCoverImageUrl throwing NRE in case event cover image is null (138e18c)

Misc

  • #2807 Incorrect xmldoc (d234db7)

... (truncated)

Commits

Updates Discord.Net.Core from 3.13.0 to 3.14.1

Release notes

Sourced from Discord.Net.Core's releases.

v3.14.0-v3.14.1

[3.14.1] - 2023-03-19

  • Fix Discord.Net assembly version

[3.14.0] - 2023-03-19

This release brings a bunch of new Discord feature as well as some fixes. This release also brings initial support for User Apps. Interaction framework example for user app commands is available on our docs.

Deprecation notes

Due to deprecation of these properties in the API the following parts of the library were marked as Obsolete:

  • IsEnabledInDm properties of application commands & their corresponding builders
    • ContextTypes should be used instead.
  • EnabledInDmAttribute
    • CommandContextTypesAttribute should be used instead.
  • IMessage.Interaction
    • IUserMessage.InteractionMetadata should be used istead.

Added

  • #2849 Allow setting channel topic to null when creating channels (7c96844)
  • #2832 Add Icon size parameter to GetGuildIconUrl CDN method (eb5678a)
  • #2883 Initial user apps support (24a6978)
  • #2881 Bulk ban support (03402cd)
  • #2880 More banner support (4efe3be)
  • #2858 Allow setting custom status with SetGameAsync (ee386b1)
  • #2870 SentRequest event (fc2fc87)
  • #2873 Voice reconnection and resuming (09680c5)
  • #2879 Support setting banner on bot profiles (d0c0a56)

Fixed

  • #2866 Allow switching voice channels without disconnecting (external clients only) (5a62ba1)
  • #2857 Receiving voice packets (use system-assigned port) (1a16f4d)
  • #2850 NRE in automod audit logs (1eb7a53)
  • #2862 Fixed a bug when creating a SelectMenuBuilder from a SelectMenuComponent incorrectly set the CustomId (6870ac5)
  • Incorrect ConnectionState of a DiscordSocketClient casted to IDiscordClient/BaseSocketClient (955fae0)
  • #2867 InteractionService.AddModulesXAsync command duplication (2787db3)

Misc

  • #2806 Update library dependencies (bfc8dc2)
  • #2847 Remove some redundant notes & small updates (d0e9c8b)
  • #2854 Refactor MaxBitrate and UploadLimit in GuildHelper (6256de4)
  • #2869 Fix optional param being non-optional (fa51f0a)

v3.13.1

[3.13.1] - 2024-02-11

This release fixes a couple of bugs within the library and adds some new features.

Added

  • #2804 Add Incident actions message types (178ff58)

... (truncated)

Changelog

Sourced from Discord.Net.Core's changelog.

[3.14.1] - 2023-03-19

Fixed

  • Version number contains commit hash

[3.14.0] - 2023-03-19

Added

  • #2849 Allow setting channel topic to null when creating channels (7c96844)
  • #2832 Add Icon size parameter to GetGuildIconUrl CDN method (eb5678a)
  • #2883 Initial user apps support (24a6978)
  • #2881 Bulk ban support (03402cd)
  • #2880 More banner support (4efe3be)
  • #2858 Allow setting custom status with SetGameAsync (ee386b1)
  • #2870 SentRequest event (fc2fc87)
  • #2873 Voice reconnection and resuming (09680c5)
  • #2879 Support setting banner on bot profiles (d0c0a56)

Fixed

  • #2866 Allow switching voice channels without disconnecting (external clients only) (5a62ba1)
  • #2857 Receiving voice packets (use system-assigned port) (1a16f4d)
  • #2850 NRE in automod audit logs (1eb7a53)
  • #2862 Fixed a bug when creating a SelectMenuBuilder from a SelectMenuComponent incorrectly set the CustomId (6870ac5)
  • Incorrect ConnectionState of a DiscordSocketClient casted to IDiscordClient/BaseSocketClient (955fae0)
  • #2867 InteractionService.AddModulesXAsync command duplication (2787db3)

Misc

  • #2806 Update library dependencies (bfc8dc2)
  • #2847 Remove some redundant notes & small updates (d0e9c8b)
  • #2854 Refactor MaxBitrate and UploadLimit in GuildHelper (6256de4)
  • #2869 Fix optional param being non-optional (fa51f0a)

[3.13.1] - 2024-02-11

Added

  • #2804 Add Incident actions message types (178ff58)
  • #2805 Add AppliedTags to DiscordWebhookClient.SendXAsync (d382e5c)
  • #2700 Optional Aliasses, Summary and Remarks Properties to CommandAttribute (5a8582c)
  • #2584 Log InteractionCommand execution exceptions in Wrapped Exception (0f0f3f7)
  • #2827 44 (Add message type 44) (541571c)
  • #2837 Allow creating announcement channels (f1777de)

Fixed

  • #2801 Add null check in SelectMenuBuilder (b18cc31)
  • #2813 Incorrect json model for Guild Scheduled Events (de4b6b9)
  • #2800 Warning about missing intents not being logged (8227d70)
  • #2818 GetEventCoverImageUrl throwing NRE in case event cover image is null (138e18c)

Misc

  • #2807 Incorrect xmldoc (d234db7)

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Discord.Net.Commands](https://github.com/Discord-Net/Discord.Net) and [Discord.Net.Core](https://github.com/Discord-Net/Discord.Net). These dependencies needed to be updated together.

Updates `Discord.Net.Commands` from 3.13.0 to 3.14.1
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.13.0...3.14.1)

Updates `Discord.Net.Core` from 3.13.0 to 3.14.1
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.13.0...3.14.1)

---
updated-dependencies:
- dependency-name: Discord.Net.Commands
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Discord.Net.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@bman46
Copy link
Owner

bman46 commented Jun 17, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 18, 2024

Superseded by #115.

@dependabot dependabot bot closed this Jun 18, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net.Commands-and-Discord.Net.Core-3.14.1 branch June 18, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant