Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps Discord.Net from 2.4.0 to 3.10.0.

Release notes

Sourced from Discord.Net's releases.

v3.10.0

[3.10.0] - 2023-03-17

This release adds AutoMod support, support for webhooks in forums, text-in-stage support, and much more. Notably, this release also fixes issues with voice related to the changes to Discords voice API.

Added

  • #2507 Added selects v2 support (48fb1b5)
  • #2509 Added SendFileAsync to UserExtensions (25cfb88)
  • #2510 Added missing invite guild properties & welcome screen support (7c535b9)
  • #2520 Added ClientDisconnect event for audio client. (4cad546)
  • #2521 Added OwnerId to IThreadChannel and RestThreadChannel
  • #2521 Added ActiveDeveloper to UserProperies
  • #2523 Added emojis from Emoji 13.0, Emoji 13.1 and Emoji 14.0 (23b2822)
  • #2528 Added wildcard length quantifiers and TreatAsRegex property
  • #2530 Added application Role Connections Metadata support (37d868f)
  • #2531 Added age restricted (NSFW) application commands support (56b1a93)
  • #2537 Added RemoveModulesFromGuildAsync (7acbcfd)
  • #2560 Added app Command channel target permission (2616d35)
  • #2562 Added new message types & error codes (a3ee855)
  • #2564 Added RespondWithModal() which accepts an IModal instance as template (e7bda0f)
  • #2571 Added guild member flags (7d8d6ec)
  • #2573 Added missing VoiceChannel properties (1e21a6e)
  • #2574 Added GetCurrentUser method to DiscordRestClient (e3da96f)
  • #2574 Added GetCurrentUserGuildMemberAsync method to DiscordRestClient and RestGuild (e3da96f)
  • #2574 Added GuildFeatures property to IUserGuild (e3da96f)
  • #2575 Added Thread property to RestMessage (91e2084)
  • #2578 Added AutoMod support (673b02d)
  • #2579 Added Thread property to IUserMessage (0998285)
  • #2580 Added thread user member & thread members pagination (b085621)
  • #2582 Added IIntegrationChannel (75f3c91)
  • #2582 Added support for creating webhooks in forums (75f3c91)
  • #2590 Added FollowAnnouncementChannelAsync to INewsChannel (bb056df)
  • #2591 Added support for silent mentions (2ea8af1)
  • #2599 Added AddModalCommand to ModalBuilder with option to specify callback (50e0e59)
  • #2605 Added GuildFeatures to GuildProperties (177df2c)
  • #2603 Added support for creating forum posts with DiscordWebhookClient (e69e27a)
  • #2610 Added Text-In-Stage support & missing IVoiceChannel properties (76bb901)
  • #2613 Added AutoMod custom block message (709364a)
  • #2615 Added missing invite properties (abfa8d1)

Fixed

  • #2483 Fixed an NRE when event was changed from in channel to external or vice versa (493f604)
  • #2526 Fixed GetActiveThreadsAsync & add it to ITextChannel (bd2f719)
  • #2528 Fixed catastrophic backtracking (3b107c2)
  • #2532 Fixed permissions on deleteMissing=false (274be5d)
  • #2540 Fixed reason not being included in audit logs when calling AddBanAsync and BanAsync (e71faf7)
  • #2541 Fixed CreatePost methods for IForumChannel (a53f1df)
  • #2549 Fixed NullReferenceException caused by Options being undefined. (02d3ce6)
  • #2557 Fixed customId template generator to escape regex metachars used in … (1602437)
  • #2577 Fixed GetEventCoverImageUrl (0af835a)

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.10.0] - 2023-03-27

Added

  • #2507 Added selects v2 support (48fb1b5)
  • #2509 Added SendFileAsync to UserExtensions (25cfb88)
  • #2510 Added missing invite guild properties & welcome screen support (7c535b9)
  • #2520 Added ClientDisconnect event for audio client. (4cad546)
  • #2521 Added OwnerId to IThreadChannel and RestThreadChannel
  • #2521 Added ActiveDeveloper to UserProperies
  • #2523 Added emojis from Emoji 13.0, Emoji 13.1 and Emoji 14.0 (23b2822)
  • #2528 Added wildcard length quantifiers and TreatAsRegex property
  • #2530 Added application Role Connections Metadata support (37d868f)
  • #2531 Added age restricted (NSFW) application commands support (56b1a93)
  • #2537 Added RemoveModulesFromGuildAsync (7acbcfd)
  • #2560 Added app Command channel target permission (2616d35)
  • #2562 Added new message types & error codes (a3ee855)
  • #2564 Added RespondWithModal() which accepts an IModal instance as template (e7bda0f)
  • #2571 Added guild member flags (7d8d6ec)
  • #2573 Added missing VoiceChannel properties (1e21a6e)
  • #2574 Added GetCurrentUser method to DiscordRestClient (e3da96f)
  • #2574 Added GetCurrentUserGuildMemberAsync method to DiscordRestClient and RestGuild (e3da96f)
  • #2574 Added GuildFeatures property to IUserGuild (e3da96f)
  • #2575 Added Thread property to RestMessage (91e2084)
  • #2578 Added AutoMod support (673b02d)
  • #2579 Added Thread property to IUserMessage (0998285)
  • #2580 Added thread user member & thread members pagination (b085621)
  • #2582 Added IIntegrationChannel (75f3c91)
  • #2582 Added support for creating webhooks in forums (75f3c91)
  • #2590 Added FollowAnnouncementChannelAsync to INewsChannel (bb056df)
  • #2591 Added support for silent mentions (2ea8af1)
  • #2599 Added AddModalCommand to ModalBuilder with option to specify callback (50e0e59)
  • #2605 Added GuildFeatures to GuildProperties (177df2c)
  • #2603 Added support for creating forum posts with DiscordWebhookClient (e69e27a)
  • #2610 Added Text-In-Stage support & missing IVoiceChannel properties (76bb901)
  • #2613 Added AutoMod custom block message (709364a)
  • #2615 Added missing invite properties (abfa8d1)

Fixed

  • #2483 Fixed an NRE when event was changed from in channel to external or vice versa (493f604)
  • #2526 Fixed GetActiveThreadsAsync & add it to ITextChannel (bd2f719)
  • #2528 Fixed catastrophic backtracking (3b107c2)
  • #2532 Fixed permissions on deleteMissing=false (274be5d)
  • #2540 Fixed reason not being included in audit logs when calling AddBanAsync and BanAsync (e71faf7)
  • #2541 Fixed CreatePost methods for IForumChannel (a53f1df)
  • #2549 Fixed NullReferenceException caused by Options being undefined. (02d3ce6)
  • #2557 Fixed customId template generator to escape regex metachars used in … (1602437)
  • #2577 Fixed GetEventCoverImageUrl (0af835a)
  • #2600 Fixed gateway deadlock (0c27395)
  • #2606 Fixed AutoMod action executed event message being null (7b321af)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) from 2.4.0 to 3.10.0.
- [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@2.4.0...3.10.0)

---
updated-dependencies:
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2023

Superseded by #85.

@dependabot dependabot bot closed this Jun 28, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.10.0 branch June 28, 2023 05:57
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.

1 participant