Releases: fjogeleit/http-request-action
Releases · fjogeleit/http-request-action
v1.15.0
What's Changed
- mask response as secret if configured by @fjogeleit in #124
Full Changelog: v1...v1.15.0
Dependency Updates
What's Changed
- Add mTLS ClientCert support by @fjogeleit in #108
- Bump axios from 1.4.0 to 1.5.0 by @dependabot in #109
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #111
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #110
- Bump actions/checkout from 3 to 4 by @dependabot in #112
- Bump axios from 1.5.0 to 1.5.1 by @dependabot in #113
- Bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #114
- Bump axios from 1.5.1 to 1.6.0 by @dependabot in #115
- Bump actions/setup-node from 3 to 4 by @dependabot in #116
- Bump axios from 1.6.0 to 1.6.2 by @dependabot in #118
- dependency updates by @fjogeleit in #119
Full Changelog: v1.14.1...v1.14.2
Dependency Updates
What's Changed
- Bump axios from 1.3.4 to 1.3.5 by @dependabot in #100
- Bump axios from 1.3.5 to 1.3.6 by @dependabot in #101
- Bump axios from 1.3.6 to 1.4.0 by @dependabot in #103
- Bump yargs from 17.7.1 to 17.7.2 by @dependabot in #102
Full Changelog: v1...v1.14.1
Retry mechanism
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
- New input value
responseFile
to persist the response content into the given file(path) - Update dependencies
Workflow Improvements
- 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
New headers output
- New
headers
Output for response headers by @boro2g
Add custom HTTPS CA
Update Error Output
Build custom output json instead of using toJson. to prevent circular errors