Skip to content

Releases: hugoalh/send-discord-webhook-ghaction

3.0.0 Release Candidate 3

07 Nov 10:35

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


FIX: Fix file decoder

3.0.0 Release Candidate 2

07 Nov 10:25

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


FIX: Fix dynamic require

3.0.0 Release Candidate 1

07 Nov 10:13

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • ADD: Engine has new minimum requirement:
    • NodeJS v12.13.0
    • NPM v6.12.0
  • ADD: Support debug log to trigger to log content/value or not
  • ADD: Support embed configuration with stringify JSON
  • ADD: Support external configuration file (store in the same repository) with type of .json, .jsonc, .yaml, or .yml
  • ADD: Support log to log step
  • ADD: Support up to 10 embeds in one message (via embed configuration or external configuration file)
  • CHANGE: Network request process move from embedded HTTPS module to node-fetch
  • FIX: Fix issue in character cropper that can cause the cropper crop too much character
  • IMPROVE: Code polish
  • IMPROVE: Improve data validator and add total limit rule
  • IMPROVE: Improve variable system mechanism

Where is v2.1.0?

All of the feature and fix in v2.1.0 has been merged in to v3.0.0, and v2 will be deprecated by v3 soon.

2.1.0 Release Candidate 1

03 Nov 10:47

Choose a tag to compare

Pre-release

⚠️ Important

This is pre-release, do not use in the production environment!


  • ADD: Engine has new minimum requirement:
    • NodeJS v12.13.0
    • NPM v6.12.0
  • ADD: Support debug log
  • CHANGE: Network request process move from embedded HTTPS module to node-fetch

2.0.2

02 Oct 05:48

Choose a tag to compare

  • Fix compatibility issue
  • Update dependency

2.0.1

22 Sep 09:29

Choose a tag to compare

  • Improve performance
  • Improve error throw flow
  • Improve on handling unexpected input
  • Replace all loose equality to strict equality
  • Update dependency

2.0.0

10 Sep 04:23

Choose a tag to compare

  • No longer bundle dependency in the action's package; instead, automatically use custom setup script to get action's dependency (to prevent non permitted distribute issue)
  • Fix action's logic
    • No longer send a network request when something is wrong before this process
    • Send network request now include user agent (in header)
    • Change variable list system
      • payload for GitHub Action context payload
      • external for external variable list (import from variable_list_external)
      • Decrease amount of variable list input port back to 1
  • Update documentation
  • Update dependency

1.1.6

16 Jul 09:12
c436a2d

Choose a tag to compare

Fix custom service cause error

1.1.5

16 Jul 08:55

Choose a tag to compare

⚠ Important

Bug fix in v1.1.6.


Version bump from v1.1.5-beta.1

1.1.5 Beta 1

16 Jul 08:48

Choose a tag to compare

1.1.5 Beta 1 Pre-release
Pre-release

⚠ Important

Bug fix in v1.1.6.


  • Slightly change how to parse inputs
  • Code polish
  • Update dependency
  • Change how to parse variable list