Skip to content

Conversation

@dependabot
Copy link

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

Bumps Discord.Net from 2.2.0 to 3.4.1.

Release notes

Sourced from Discord.Net's releases.

v3.4.1

[3.4.1] - 2022-03-9

This release fixes some bugs as well as adds some minor features.

Upgrade path

This release removes one of the CreateRoleAsync methods on the SocketGuild/RestGuild classes. The reason for this is without fully qualifying all the parameters there was a ambiguous reference, see #2181

Please make sure your codebase uses the correct CreateRoleAsync function.

Added

  • #2169 Component TypeConverters and CustomID TypeReaders (fb4250b)
  • #2180 Attachment description and content type (765c0c5)
  • #2162 Add configuration toggle to suppress Unknown dispatch warnings (1ba96d6)
  • #2178 Add 10065 Error code (cc6918d)

Fixed

  • #2179 Logging out sharded client throws (24b7bb5)
  • #2182 Thread owner always returns null (25aaa49)
  • #2165 Fix error with flag params when uploading files. (a5d3add)
  • #2181 Fix ambiguous reference for creating roles (f8ec3c7)

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)

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.4.1] - 2022-03-9

Added

  • #2169 Component TypeConverters and CustomID TypeReaders (fb4250b)
  • #2180 Attachment description and content type (765c0c5)
  • #2162 Add configuration toggle to suppress Unknown dispatch warnings (1ba96d6)
  • #2178 Add 10065 Error code (cc6918d)

Fixed

  • #2179 Logging out sharded client throws (24b7bb5)
  • #2182 Thread owner always returns null (25aaa49)
  • #2165 Fix error with flag params when uploading files. (a5d3add)
  • #2181 Fix ambiguous reference for creating roles (f8ec3c7)

[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

... (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.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.4.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 Mar 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 6, 2022

Superseded by #16.

@dependabot dependabot bot closed this Apr 6, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Discord.Net-3.4.1 branch April 6, 2022 10:08
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