Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2022

Bumps Discord.Net from 2.2.0 to 3.4.0.

Release notes

Sourced from Discord.Net's releases.

v3.4.0

[3.4.0] - 2022-3-2

This release brings with it Complex parameters to the interaction service (docs here). This release also adds support for sending MessageFlags with messages, currently only MessageFlags.SuppressEmbeds is supported.

Upgrade Path

This version changes the method signature of SendMessageAsync, any third party libraries using this method will need to be updated. Besides the method change all the rest of the changes are additions + bug fixes, this version is compatible with code from 3.3.2

Thanks to the following contributors for this release

Added

  • #2146 Add FromDateTimeOffset in TimestampTag (553055b)
  • #2062 Add return statement to precondition handling (3e52fab)
  • #2131 Add support for sending Message Flags (1fb62de)
  • #2137 Add self_video to VoiceState (8bcd3da)
  • #2151 Add Image property to Guild Scheduled Events (1dc473c)
  • #2152 Add missing json error codes (202554f)
  • #2153 Add IsInvitable and CreatedAt to threads (6bf5818)
  • #2155 Add Interaction Service Complex Parameters (9ba64f6)
  • #2156 Add Display name support for enum type converter (c800674)

Fixed

  • #2117 Fix stream access exception when ratelimited (a1cfa41)
  • #2128 Fix context menu comand message type (f601e9b)
  • #2135 Fix NRE when ratelimmited requests don't return a body (b95b942)
  • #2154 Fix usage of CacheMode.AllowDownload in channels (b3370c3)

Misc

  • #2149 Clarify Users property on SocketGuildChannel (5594739)
  • #2157 Enforce valid button styles (507a18d)

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

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.4.0] - 2022-3-2

Added

  • #2146 Add FromDateTimeOffset in TimestampTag (553055b)
  • #2062 Add return statement to precondition handling (3e52fab)
  • #2131 Add support for sending Message Flags (1fb62de)
  • #2137 Add self_video to VoiceState (8bcd3da)
  • #2151 Add Image property to Guild Scheduled Events (1dc473c)
  • #2152 Add missing json error codes (202554f)
  • #2153 Add IsInvitable and CreatedAt to threads (6bf5818)
  • #2155 Add Interaction Service Complex Parameters (9ba64f6)
  • #2156 Add Display name support for enum type converter (c800674)

Fixed

  • #2117 Fix stream access exception when ratelimited (a1cfa41)
  • #2128 Fix context menu comand message type (f601e9b)
  • #2135 Fix NRE when ratelimmited requests don't return a body (b95b942)
  • #2154 Fix usage of CacheMode.AllowDownload in channels (b3370c3)

Misc

  • #2149 Clarify Users property on SocketGuildChannel (5594739)
  • #2157 Enforce valid button styles (507a18d)

[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

... (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/RogueException/Discord.Net) from 2.2.0 to 3.4.0.
- [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.4.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 Mar 3, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 10, 2022

Superseded by #13.

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