Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Bumps Discord.Net from 2.2.0 to 3.3.2.

Release notes

Sourced from Discord.Net's releases.

v3.3.2

[3.3.2] - 2022-02-16

This release fixes a critical bug related to sharded clients and ratelimits

Fixed

  • #2116 Fix null rest client in shards
  • #2117 Fix attempt to read ratelimit body stream twice

v3.3.1

[3.3.1] - 2022-02-16

This release fixes a few impactful bugs including bots not being able to receive interactions in dms.

Added

  • #2107 Add DisplayName property to IGuildUser. (abfba3c)

Fixed

  • #2110 Fix incorrect ratelimit handles for 429's (b2598d3)
  • #2094 Fix ToString() on CommandInfo (01735c8)
  • #2098 Fix channel being null in DMs on Interactions (7e1b8c9)
  • #2100 Fix crosspost ratelimits (fad217e)
  • #2108 Fix being unable to modify AllowedMentions with no embeds set. (169d54f)
  • #2109 Fix unused creation of REST clients for DiscordShardedClient shards. (6039378)

Misc

  • #2099 Update interaction summaries (503d32a)

v3.3.0

[3.3.0] - 2022-02-09

This release adds support for Modals and Slash Command file parameters.

Modals

Check out the getting started guide for modals and text input component docs.

Slash Command File Parameters

Currently theres no docs for this yet but its relativly simple to include in your slash command handlers

        [SlashCommand("attachment", "test an attachment")]
        public async Task AttachmentAsync([Summary("file", "The attachment to upload")]IAttachment attachment)
        {
            await RespondAsync($"Got {attachment.Filename}! {attachment.ProxyUrl}");
        }

Added

  • #2087 Add modals (c8f175e)

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.3.2] - 2022-02-16

Fixed

  • #2116 Fix null rest client in shards

[3.3.1] - 2022-02-16

Added

  • #2107 Add DisplayName property to IGuildUser. (abfba3c)

Fixed

  • #2110 Fix incorrect ratelimit handles for 429's (b2598d3)
  • #2094 Fix ToString() on CommandInfo (01735c8)
  • #2098 Fix channel being null in DMs on Interactions (7e1b8c9)
  • #2100 Fix crosspost ratelimits (fad217e)
  • #2108 Fix being unable to modify AllowedMentions with no embeds set. (169d54f)
  • #2109 Fix unused creation of REST clients for DiscordShardedClient shards. (6039378)

Misc

  • #2099 Update interaction summaries (503d32a)

[3.3.0] - 2022-02-09

Added

  • #2087 Add modals (c8f175e)
  • #2088 Add support for slash command attachment type (33efd89)

Fixed

  • #2091 Fix modifying attachments on interactions and extend the module base (97e54e1)
  • #2076 Fix rest message components cannot pass through execute method (b45aebf)
  • #2077 Fix clone being created on updated entity (7d6f4f3)
  • #2092 Fix Current user null on reconnect (b424bb2)
  • #2089 Fix guild feature enum (d142710)
  • #2090 Fix attempts to fetch channels in interactions (6290f75)

Misc

  • #1713 Simplify code in DiscordComparers (43b20bc)
  • #2079 Add IEnumerable collection parameters instead of arrays for MessageExtensions (75e94fe)

[3.2.1] - 2022-01-30

Added

... (truncated)

Commits
  • a1cfa41 Fix stream access exception when ratelimited (#2117)
  • 92445fb meta: bump version
  • 84eeb78 Revert "Fixes unused creation of REST clients for DiscordShardedClient shards...
  • 1ffe9ee Add DisplayAvatar to IGuildUser (#2115)
  • 9a33aa4 Update bugreport.yml (#2112)
  • 62d4598 meta: bump version
  • b2598d3 fix: Implement correct ratelimit handles for 429's (#2110)
  • abfba3c Add DisplayName property to IGuildUser. (#2107)
  • 169d54f Fix being unable to modify AllowedMentions with no embeds set.(#2108)
  • 6039378 Fixes unused creation of REST clients for DiscordShardedClient shards. (#2109)
  • 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.3.2.
- [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.3.2)

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

dependabot bot commented on behalf of github Mar 3, 2022

Superseded by #12.

@dependabot dependabot bot closed this Mar 3, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.3.2 branch March 3, 2022 10:12
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