Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps Discord.Net from 2.2.0 to 3.1.0.

Release notes

Sourced from Discord.Net's releases.

v3.1.0

This release brings with it bug fixes as well as guild member timeouts.

Added

  • #1996 Add nullable type converter to Interaction service (ccc365e)
  • #1998 Add before and after execute async (9f124b2)
  • #2001 Add MaxUploadLimit to guilds (7745558)
  • #2002 Add RTCRegion to voice channels (2a416a3)
  • #2003 Add Guilduser timeouts and MODERATE_MEMBERS permission (144741e)

Fixed

  • #1976 fix guild scheduled events update (8daa0b6)
  • #1977 fix thread member nre (5d43fe6)
  • #1980 fix requireRole attribute of interaction service (a2f57f8)
  • #1990 Fix images path for select menu section (a8b5506)
  • #1992 fix images; fix closing brace on cs ref (fb52525)
  • #1993 Fix CommandExecuted not invoked on failed parse (82bb3e4)
  • #1995 Fixed file being disposed on upload (ad20e03)
  • #1999 Fix SocketGuildUser being changed to SocketGlobalUser in UserLeft (5446bfe)
  • Fix voice codes namespace (768a0a9)

Misc

  • #1994 Make HasResponded public and add it to IDiscordInteraction (1fbcbb8)
  • #1997 Make module service scopes optional (cb1aad3)

Full Changelog: discord-net/Discord.Net@3.0.0...3.1.0

v3.0.0

This release implements greatly anticipated features such as Interactions, Stage channels, Threads, and more. You can get support for all the new features in the Official Discord.Net Discord server.

Small bugs are expected to be present but this release has been tested on Discord.Net Labs.

Thanks to the following for their contributions in this release:

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.1.0] - 2021-12-24

Added

  • #1996 Add nullable type converter to Interaction service (ccc365e)
  • #1998 Add before and after execute async (9f124b2)
  • #2001 Add MaxUploadLimit to guilds (7745558)
  • #2002 Add RTCRegion to voice channels (2a416a3)
  • #2003 Add Guilduser timeouts and MODERATE_MEMBERS permission (144741e)

Fixed

  • #1976 fix guild scheduled events update (8daa0b6)
  • #1977 fix thread member nre (5d43fe6)
  • #1980 fix requireRole attribute of interaction service (a2f57f8)
  • #1990 Fix images path for select menu section (a8b5506)
  • #1992 fix images; fix closing brace on cs ref (fb52525)
  • #1993 Fix CommandExecuted not invoked on failed parse (82bb3e4)
  • #1995 Fixed file being disposed on upload (ad20e03)
  • #1999 Fix SocketGuildUser being changed to SocketGlobalUser in UserLeft (5446bfe)
  • Fix voice codes namespace (768a0a9)

Misc

  • #1994 Make HasResponded public and add it to IDiscordInteraction (1fbcbb8)
  • #1997 Make module service scopes optional (cb1aad3)

[3.0.0] - 2021-12-13

Added

  • #1152 Add characters commonly use in links to Sanitize (b9274d1)
  • #1518 Add default nullable enum typereader (f7a07ae)
  • #1700 Added Implementation of ValidateAndGetBestMatch (3cd9f39)
  • #1767 Add method to clear guild user cache (19a66bf)
  • #1847 Bump API version to 9 (06a64b7)
  • #1848 Remove obsolete sync voice regions methods and properties (ed8e573)
  • #1851 Remove DM cache and fix references (7a201e9)
  • #1860 Remove /users/@​me call for socket and rework sharded client a bit (384ad85)
  • #1863 Change GuildMemberUpdate before state to cacheable (c2e87f5)
  • #1666 Added negative TimeSpan handling (6abdfcb)
  • #1861 Add MaxBitrate to the interface (e0dbe7c)
  • #1865 Add null check to AllowedMentions.ToModel() (3cb662f)
  • #1879 Add Name property to Teams (c5b4b64)
  • #1890 Add default avatar to WithAuthor extension (c200861)
  • #1896 IVoiceChannel implements IMentionable (3395700)
  • #1923 Add Interaction Support (933ea42)
  • #1923 Add Application commands (933ea42)
  • #1923 Add Message Components (933ea42)
  • #1923 Add Thread Channels (933ea42)

... (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.1.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.1.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 Dec 27, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #8.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.1.0 branch January 17, 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