Skip to content

Releases: fjogeleit/http-request-action

v1.15.0

18 Dec 09:10
d81c81a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.15.0

Dependency Updates

20 Nov 20:45
25a5a55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

Dependency Updates

26 Jun 10:42
eab8015
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.14.1

Retry mechanism

07 Mar 10:03
Compare
Choose a tag to compare

New input values retry and retryWait to define if, how often a request should be retried if failing and the wait time between each try.

Persist Response Handler

04 Feb 12:34
4ae1dfb
Compare
Choose a tag to compare
  • New input value responseFile to persist the response content into the given file(path)
  • Update dependencies

Workflow Improvements

07 Nov 10:48
Compare
Choose a tag to compare
  • use ESBuild instead of ncc
  • 'use strict' added
  • new workflow to test repository integrity
  • new workflow to build the dist code
  • Support JSON Data format for urlencoded content-type

Thanks to @Uzlopak for the improvements in this release

Fix empty Data for FormData

05 Oct 15:32
fd5cf60
Compare
Choose a tag to compare

New headers output

17 Aug 07:59
4cbc7a4
Compare
Choose a tag to compare
  • New headers Output for response headers by @boro2g

Add custom HTTPS CA

19 Jul 08:31
52ba495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.10.0

Update Error Output

04 Jun 08:54
Compare
Choose a tag to compare

#46

Build custom output json instead of using toJson. to prevent circular errors