Releases: jenkinsci/http-request-plugin
Releases · jenkinsci/http-request-plugin
v1.8.14
- Allow masking custom headers
- Thanks to amarruedo for the pull request
v1.8.13
- Add supports for headers retrieving in HTTP response
- Thanks to righettod for the pull request
- Mask the Authorization header
- Thanks to HaroldPutman for the pull request
- Support set Content-Type encoding
- Thanks to vaimr for the pull request
v1.8.12
- Resolved parameter variables in headers
- Thanks to holleymcfly for the pull request
- Added Patch mode support
- Thanks to kmadel for the pull request
- Treat exception as errorCode allowing to ignore error
- UnknownHostException > 404
- SocketTimeoutException | ConnectException > 408
- Check for nullity on passBuildParameters
- Thanks to pdalpra for the pull request
v1.8.11
- Added support to send body on request with pipeline build
- Thanks to issc29 for the pull request
v1.8.10
- Added support to send body on request
- Thanks to Kissy for the pull request
v1.8.9
- Added license file (MIT)
- Added support to pipeline
- Thanks to martinda for the pull request
- Global configurations 'defaultHttpMode', 'defaultReturnCodeBuildRelevant' and 'defaultLogResponseBody' are no longer supported. Re-save the jobs on the older version to regenerate that values in the job and avoid error
v1.8.8
- Success on response text
- Thanks to konrad-krakowiak for the pull request
v1.8.7
- Preemptive authentication JENKINS-26014
- Thanks to Angel López Cima for the patch
- Added headers config
- Thanks to James-Chapman for the pull request
- HEAD method, timeouts and some improvements
- Thanks to EyadA for the pull request
v1.8.6
- Support to proxy JENKINS-25801
- Thanks to Angel López Cima for the patch
v1.8.5
- Support to PUT and DELETE methods
- Thanks to gbougeard for the pull request