Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps Discord.Net from 3.16.0 to 3.17.2.

Release notes

Sourced from Discord.Net's releases.

v3.17.2

[3.17.2] - 2025-03-09

This minor release fixes a few bugs in prepare for Component V2 update

Added

  • #3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #3064 Correct empty value exception (6e7b3c2)
  • #3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #3072 AutoServiceScopes strikes again (d71fcb1)
  • #3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #3078 Add EmptyServiceScope (54e8416)

Misc

  • #3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #3061 yeet FluentAssertions (52c2f0d)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.1...3.17.2

v3.17.1

[3.17.1] - 2025-01-19

This minor release addresses the dependency issue brought in 3.17.0, fixes some bugs and features a few neat little additions.

Added

  • #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #3046 Refactor & update member search v2 (36439b6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.0...3.17.1

v3.17.0

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.17.2] - 2025-03-09

Added

  • #3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #3064 Correct empty value exception (6e7b3c2)
  • #3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #3072 AutoServiceScopes strikes again (d71fcb1)
  • #3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #3078 Add EmptyServiceScope (54e8416)

Misc

  • #3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #3061 yeet FluentAssertions (52c2f0d)

[3.17.1] - 2025-01-19

Added

  • #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #3046 Refactor & update member search v2 (36439b6)

[3.17.0] - 2024-12-20

Added

  • #3025 Build with .NET 9 SDK (164a289)

  • #3032 Add net8.0 and net9.0 (d780d6c)

  • #3033 Add net8.0 and net9.0 to the metapackage (93229f6)

  • #3005 Add StickerId to REST and WebSocket Sticker audit log data classes (8a2ea4b)

  • #3023 Scheduled event recurrence rule (b7208d4)

  • #3024 Support sending voice messages (5904ecd)

  • #3036 Support for multiple subscription tiers (79fade6)

  • #3017 Add support for keyed services. (3017f6b)

Fixed

  • #2974 rest client add webporxy config, keep the processing logic with WebSocketProvider (292f8c4)
  • #3008 fix webhook ctor (433bdc2)

... (truncated)

Commits
  • 3a40b58 Meta 3.17.2 (#3077)
  • 54e8416 Add empty service scopes (#3078)
  • 41ad6ac Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() pu...
  • 9c9407b [Feature] Add excludeDeleted argument to GetEntitlementsAsync (#3074)
  • aa66928 [Fix] SocketGuild.GetApplicationCommandAsync was fetching global commands (#3...
  • d71fcb1 AutoServiceScopes strikes again (#3072)
  • 6fb2a29 add package lock files for | add prop in targets | update action (#3071)
  • 81e49f7 cache nuget packages in the dotnet.yml action
  • 7fb537f [Featured] Consider AutoServiceScopes in autocomplete handler executions (#...
  • 5f6c26b Possibly fix mute & deaf state for guild users (#3070)
  • Additional commits viewable in compare view

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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Superseded by #131.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.17.2 branch April 28, 2025 06:22
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant