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

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 14:03
· 53 commits to develop since this release

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.