Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Releases: iRebbok/DSharp4Webhook

2.0.1

04 Jun 08:53
de62725
Compare
Choose a tag to compare

Changes

  • #3 Refactoring MultipartHelper.cs
  • 4c4aa5b Don't hide ArgumentNullException

Bug Fixes

  • 0be3533 Fixed security bug of allowed mentions (all mentions were allowed including everyone).

2.0.0

28 May 14:03
Compare
Choose a tag to compare

Changes

  • The entire API has been reloaded and is not backward compatible with the 1.x.x versions.
  • Older versions were marked as unlisted on NuGet & GitHub.
  • Default rest provider was included in the main delivery by default.
  • Changed delivery from zip to tar + gzip for release artifacts.

API changes

  • Each action returns an action that has multiple functions:
    • Queue - adds an action to the execution queue.
    • ExecuteAsync - asynchronous execution of an action.
    • Execute - synchronous execution an action that freezes the current thread, be careful!
  • Added the ability to send a file, modify webhook, delete it, and so on.