Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps Discord.Net from 2.2.0 to 3.6.1.

Release notes

Sourced from Discord.Net's releases.

v3.6.1

[3.6.1] - 2022-04-30

This release fixes a json Invalid Operation Exception when using the new permissions v2 system.

Added

  • #2272 add 50080 Error code (503e720)

Fixed

  • #2267 Permissions v2 Invalid Operation Exception (a8f6075)
  • #2271 null user on interaction without bot scope (f2bb55e)
  • #2274 Implement fix for Custom Id Segments NRE (0d74c5c)

Misc

  • 3.6.0 (27226f0)

v3.6.0

[3.6.0] - 2022-04-28

This release brings along the long awaited V2 permission system into the interaction service.

Upgrade path

This release is compatible with 3.5.0 and should not require code adaptation.

Added

  • #2136 Passing CustomId matches into contexts (4ce1801)
  • #2222 V2 Permissions (d98b3cc)

Fixed

  • #2260 Guarding against empty descriptions in SlashCommandBuilder/SlashCommandOptionBuilder (0554ac2)
  • #2248 Fix SocketGuild not returning the AudioClient (daba58c)
  • #2254 Fix browser property (275b833)

v3.5.0

[3.5.0] - 2022-04-05

This release brings with it bug fixes and API changes.

Upgrade path

This release changes the IGuild.GetBansAsync behavior per this commit. Any code referencing the get guild bans functions must be updated to the newer version supporting pagination.

Thanks to the following contributors for this release

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.6.1] - 2022-04-30

Added

  • #2272 add 50080 Error code (503e720)

Fixed

  • #2267 Permissions v2 Invalid Operation Exception (a8f6075)
  • #2271 null user on interaction without bot scope (f2bb55e)
  • #2274 Implement fix for Custom Id Segments NRE (0d74c5c)

Misc

  • 3.6.0 (27226f0)

[3.6.0] - 2022-04-28

Added

  • #2136 Passing CustomId matches into contexts (4ce1801)
  • #2222 V2 Permissions (d98b3cc)

Fixed

  • #2260 Guarding against empty descriptions in SlashCommandBuilder/SlashCommandOptionBuilder (0554ac2)
  • #2248 Fix SocketGuild not returning the AudioClient (daba58c)
  • #2254 Fix browser property (275b833)

[3.5.0] - 2022-04-05

Added

  • #2204 Added config option for bidirectional formatting of usernames (e38104b)
  • #2210 Add a way to remove type readers from the interaction/command service. (7339945)
  • #2213 Add global interaction post execution event. (a744948)
  • #2223 Add ban pagination support (d8757a5)
  • #2201 Add missing interface methods to IComponentInteraction (741ed80)
  • #2226 Add an action delegate parameter to RespondWithModalAsync<T>() for modifying the modal (d2118f0)
  • #2227 Add RespondWithModal methods to RestInteractinModuleBase (1c680db)

Fixed

  • #2168 Fix Integration model from GuildIntegration and added INTEGRATION gateway events (305d7f9)
  • #2187 Fix modal response failing (d656722)
  • #2188 Fix serialization error on thread creation timestamp. (d48a7bd)
  • #2209 Fix GuildPermissions.All not including newer permissions (91d8fab)
  • #2219 Fix ShardedClients not pushing PresenceUpdates (c4131cf)
  • #2225 Fix GuildMemberUpdated cacheable before entity being incorrect (bfd0d9b)
  • #2217 Fix gateway interactions not running without bot scope. (8522447)

Misc

  • #2193 Update GuildMemberUpdated comment regarding presence (82473bc)
  • #2206 Fixed typo (c286b99)
  • #2216 Fix small typo in modal example (0439437)
  • #2228 Correct minor typo (d1cf1bf)

[3.4.1] - 2022-03-9

... (truncated)

Commits
  • 2f58ddc meta: 3.6.1
  • f2bb55e fix: null user on interaction without bot scope (#2271)
  • 503e720 feature: add 50080 Error code (#2272)
  • 0d74c5c fix: Implement fix for Custom Id Segments NRE (#2274)
  • a8f6075 fix: Permissions v2 Invalid Operation Exception (#2267)
  • 27226f0 meta: 3.6.0
  • 9bd088f [Docs] Adding permission docs for interaction framework (#2265)
  • 0554ac2 fix: Guarding against empty descriptions in SlashCommandBuilder/`SlashComma...
  • f5dbb95 docs: Interaction Service Perms-v2 docs (#2263)
  • 2b49322 docs: Fix TextCommands reference in first-bot.md (#2264)
  • 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 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/RogueException/Discord.Net) from 2.2.0 to 3.6.1.
- [Release notes](https://github.com/RogueException/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@2.2.0...3.6.1)

---
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 May 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 24, 2022

Superseded by #20.

@dependabot dependabot bot closed this May 24, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.6.1 branch May 24, 2022 10:23
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