Skip to content

v3.8.0

Compare
Choose a tag to compare
@quinchs quinchs released this 28 Aug 15:06
· 266 commits to dev since this release
adf012d

[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.

Thanks to the following contributers for this release

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

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)
  • #2430 Add a note about DontAutoRegisterAttribute (917118d)
  • #2418 Update xmldocs to reflect the ConnectedUsers split (65b98f8)
  • #2415 Adds missing DI entries in TOC (c49d483)
  • #2407 Introduces high quality dependency injection documentation (6fdcf98)
  • #2348 Added RequiredInput attribute to example in int.framework intro (ee6e0ad)
  • #2385 Add ServerStarter.Host to deployment.md (06ed995)
  • #2405 Add a note about IgnoreGroupNames to IF docs (cf25acd)
  • #2356 Makes voice section about precompiled binaries more visible (e0d68d4 )
  • #2405 IF intro docs improvements (246282d)
  • #2406 Labs deprecation & readme/docs edits (bf493ea)