Releases: hugoalh/send-discord-webhook-ghaction
Releases · hugoalh/send-discord-webhook-ghaction
3.0.0 Release Candidate 3
⚠️ Important
This is pre-release, do not use in the production environment!
FIX: Fix file decoder
3.0.0 Release Candidate 2
⚠️ Important
This is pre-release, do not use in the production environment!
FIX: Fix dynamic require
3.0.0 Release Candidate 1
⚠️ 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
⚠️ 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
- Fix compatibility issue
- Update dependency
2.0.1
- Improve performance
- Improve error throw flow
- Improve on handling unexpected input
- Replace all loose equality to strict equality
- Update dependency
2.0.0
- 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 payloadexternal
for external variable list (import fromvariable_list_external
)- Decrease amount of variable list input port back to 1
- Update documentation
- Update dependency
1.1.6
Fix custom service cause error
1.1.5
1.1.5 Beta 1
⚠ Important
Bug fix in v1.1.6.
- Slightly change how to parse inputs
- Code polish
- Update dependency
- Change how to parse variable list