Skip to content

Releases: tsickert/discord-webhook

v6.0.0

05 Apr 10:01
86dc739
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v6.0.0

v5.5.0

27 Mar 13:56
298ff1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

13 Dec 04:00
d094b6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

27 Sep 22:57
c840d45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.3.0

v5.2.0

18 Sep 15:04
a02a3f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v5.2.0

v5.1.1

07 Sep 23:39
77e3d9c
Compare
Choose a tag to compare

v5.1.0

07 Sep 22:58
afa1f48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

05 Sep 05:05
ad2dd45
Compare
Choose a tag to compare

What's Changed

  • Version 5.0.0 by @tsickert in #18
  • TypeScript Action for complete action runner support
  • Performance Improvements
  • Different failure modes + outputs

Full Changelog: v4.0.0...v5.0.0

v5.0.0-RC

21 Aug 18:02
Compare
Choose a tag to compare
v5.0.0-RC Pre-release
Pre-release
  • Convert action to JS Action
  • Increased performance
  • Multi-OS support

v4.0.0 - Near-full API support and single embed

14 Oct 00:46
c2acca6
Compare
Choose a tag to compare

This adds support for the discord webhook execute endpoint. Some fields are left off as described by the API, so the structures don't match, but the available behaviors should be there.

Key differences

  • Added the ability to include embeds with file uploads. The embeds are sent in a second message, but it allows users to add embeds to webhooks that write files, which is not supported by the discord API.
  • The discord API allows for up to 10 embeds. Currently, this action restricts to one. The full 10 may be supported before v4 is released.
  • Embeds do not have fields. Implementing them seemed tedious and they seem to be a bold heading above an unbolded message, so are still reproducable by users. If requested, I can look into adding them.