Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2022

Bumps Discord.Net from 3.7.2 to 3.8.1.

Release notes

Sourced from Discord.Net's releases.

v3.8.1

[3.8.1] - 2022-09-12

This release introduces bug fixes mainly targeting the ones related to App Command localizations. This release additionally changes the target API version of the library.

Thanks to the following contributers for this release

Added

  • #2437 Added scheduled event types to AuditLog ActionTypes (fca9c6b)
  • #2423 Added support for resume gateway url (d4c533a)

Fixed

  • #2443 Fixed typos of word length (adf012d)
  • #2438 Fixed http query symbol in ModifyWebhookMessageAsync (0aa381d)
  • #2444 Fixed BulkOverwriteCommands NRE (9feb703)
  • #2417 Fixed CommandService RemoveModuleMethod not removing modules (fca9c6b)
  • #2345 Fixed EmbedBuilder.Length NRE (11ece4b)
  • #2453 Fixed NRE on SlashCommandBuilder.Build method (5073afa)
  • #2457 Fixed typo in SlashCommandBuilder.AddNameLocalizationMethod (1b01fed)

Misc

  • #2462 Add additional checks for gateway event warnings (b45b152)
  • #2448 Bump to Discord API V10 (fbc5ad4)
  • #2451 Return a list instead of an array in GetModulePath and GetChoicePath methods (370bdfa)
  • #2453 Update app commands regex and fix localization on app context commands (3dec99f)
  • #2333 Update package logo (2b86a79)

v3.8.0

[3.8.0] - 2022-08-27

Upgrade Path

This version changes the method signature of every Get*ApplicationCommandsAsync method to feature two new parameters (withLocalizations, locale), see commit 39bbd29. Additionally, the method signature of every Send* method of IRestClient now accepts a new requestHeaders parameter, custom implementations of IRestClient need to be updated.

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.8.1] - 2022-09-12

Added

  • #2437 Added scheduled event types to AuditLog ActionTypes (fca9c6b)
  • #2423 Added support for resume gateway url (d4c533a)

Fixed

  • #2443 Fixed typos of word length (adf012d)
  • #2438 Fixed http query symbol in ModifyWebhookMessageAsync (0aa381d)
  • #2444 Fixed BulkOverwriteCommands NRE (9feb703)
  • #2417 Fixed CommandService RemoveModuleMethod not removing modules (fca9c6b)
  • #2345 Fixed EmbedBuilder.Length NRE (11ece4b)
  • #2453 Fixed NRE on SlashCommandBuilder.Build method (5073afa)
  • #2457 Fixed typo in SlashCommandBuilder.AddNameLocalizationMethod (1b01fed)

Misc

  • #2462 Add additional checks for gateway event warnings (b45b152)
  • #2448 Bump to Discord API V10 (fbc5ad4)
  • #2451 Return a list instead of an array in GetModulePath and GetChoicePath methods (370bdfa)
  • #2453 Update app commands regex and fix localization on app context commands (3dec99f)
  • #2333 Update package logo (2b86a79)

[3.8.0] - 2022-08-27

Added

  • #2384 Added support for the WEBHOOKS_UPDATED event (010e8e8)
  • #2370 Add async callbacks for IModuleBase (503fa75)
  • #2367 Added DeleteMessagesAsync for TIV and added remaining rate limit in client log (f178660)
  • #2379 Added Max/Min length fields for ApplicationCommandOption (e551431)
  • #2369 Added support for using RespondWithModalAsync<IModal>() without prior IModal declaration (500e7b4)
  • #2347 Added Embed field comparison operators (89a8ea1)
  • #2359 Added support for creating lottie stickers (32b03c8)
  • #2395 Added App Command localization support and ILocalizationManager to IF (39bbd29)

Fixed

  • #2425 Fix missing Fact attribute in ColorTests (92215b1)
  • #2424 Fix IGuild.GetBansAsync() (b7b7964)
  • #2416 Fix role icon & emoji assignment (b6b5e95)
  • #2414 Fix NRE on RestCommandBase Data (02bc3b7)
  • #2421 Fix placeholder length being hardcoded (8dfe19f)
  • #2352 Fix issues related to the absence of bot scope (1eb42c6)
  • #2346 Fix IGuild.DisconnectAsync(IUser) not disconnecting users (ba02416)
  • #2404 Fix range of issues presented by 3rd party analyzer (902326d)
  • #2409 Removes GroupContext from requirecontext (b0b8167)

Misc

  • #2366 Fixed typo in ChannelUpdatedEvent's documentation (cfd2662)
  • #2408 Fix sharding sample throwing at appcommand registration (519deda)
  • #2420 Fix broken code snippet in dependency injection docs (ddcf68a)

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2022
Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) from 3.7.2 to 3.8.1.
- [Release notes](https://github.com/discord-net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.7.2...3.8.1)

---
updated-dependencies:
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Discord.Net-3.8.1 branch from ebbfe1a to 519ff2e Compare October 16, 2022 01:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant