Http Request Plugin Versions Save

This plugin does a request to an url with some parameters.

http_request-1.18

11 months ago

🚀 New features and improvements

  • JENKINS-70000 - Fix HTTPS user cert auth for (temporary) private CA (#120) @jimklimov

📦 Dependency updates

  • Bump plugin from 4.66 to 4.69 (#152) @dependabot
  • Bump git-changelist-maven-extension from 1.6 to 1.7 (#151) @dependabot

http_request-1.17

11 months ago

🚀 New features and improvements

  • Add WebDAV MKCOL method (#150) @cobexer
  • Require Jenkins 2.361.4 as minimum Jenkins version (#128) @dependabot
  • JENKINS-69081 - Track credential usage (#113) @kozell

🐛 Bug fixes

  • JENKINS-69155 - Snapshot authentication credentials (#111) @cronik

📝 Documentation updates

  • Improve feature descriptions in documentation (#141) @iqbalrohail
  • Add URL details as part of the exception (#74) @jsearby
  • Add a response header example to documentation (#133) @vladislav-sharapov
  • rewording of abstract section (#130) @AlexanderStohr
  • Drop redundant part of example (#122) @jimklimov

👻 Maintenance

  • Remove divBasedFormLayout from jelly files (#149) @MarkEWaite
  • Simplify logging with Java 11 StandardCharsets.UTF_8 (#142) @iqbalrohail
  • Check dependencies monthly (#129) @MarkEWaite
  • Use standard SpotBugs exclusion file name (#121) @basil
  • Deeper spotbugs checks (#117) @iqbalrohail
  • update base jenkins version to 2.303.1 (#116) @iqbalrohail
  • Optimize Gitpod config (#112) @jmMeessen
  • Gitpodify repository (#107) @jmMeessen

📦 Dependency updates

  • Upgrade HtmlUnit from 2.x to 3.x (#148) @timja-bot
  • Bump bom-2.361.x from 2025.v816d28f1e04f to 2102.v854b_fec19c92 (#147) @dependabot
  • Bump plugin from 4.62 to 4.65 (#146) @dependabot
  • Bump plugin from 4.57 to 4.62 (#144) @dependabot
  • Bump bom-2.361.x from 1836.vfe602c266c05 to 1968.vb_14a_29e76128 (#138) @dependabot
  • Bump plugin from 4.55 to 4.57 (#139) @dependabot
  • Bump git-changelist-maven-extension from 1.4 to 1.6 (#135) @dependabot
  • Bump plugin from 4.54 to 4.55 (#134) @dependabot
  • update parent pom from 4.50 to 4.51 (#125) @Vandit1604
  • Bump plugin from 4.49 to 4.50 (#123) @dependabot
  • Bump plugin from 4.48 to 4.49 (#119) @dependabot
  • Bump plugin from 4.47 to 4.48 (#114) @dependabot
  • Bump plugin from 4.46 to 4.47 (#110) @dependabot
  • Bump plugin from 4.45 to 4.46 (#109) @dependabot

http_request-1.16

1 year ago

💥 Breaking changes

  • SECURITY-2053: Prevent plain text credentials of Basic/Digest authentication (#105) @offa

Basic/Digest Authentication, which was previously deprecated in favor of credentials and marked for removal in 1.8.19 or later, has been removed. There is no automatic migration for deprecated existing basic/digest authentication usernames and passwords; these will be erased on save.

📝 Documentation updates

  • Add HTTP Request examples (#99) @AfiMaameDufie
  • Improve documentation examples by making code lines shorter so scrollbar won't be needed to see full examples (#100) @Sophia-Okito

📦 Dependency updates

http_request-1.15

2 years ago

🚦 Tests

  • Test with Java 17 (#98) @basil

📦 Dependency updates

  • Bump plugin parent POM from 4.33 to 4.39 (#97, #96, #94, #93, #92) @dependabot
  • Bump Release Drafter from 5.17.6 to 5.19.0 (#95, #91) @dependabot

http_request-1.14

2 years ago

🚀 New features and improvements

  • JENKINS-54749: Support for multipart/form-data content-type in POST requests (#62) @kozell

📦 Dependency updates

http_request-1.13

2 years ago

📦 Dependency updates

http_request-1.12

2 years ago

📦 Dependency updates

  • Bump plugin parent POM from 4.24 to 4.31 (#85, #84, #80, #77, #76, #75) @dependabot

👻 Maintenance

  • Remove deprecated usages of Guice (#82) @basil
  • Bump baseline to 2.235 (#81) @basil
  • Drop dependency on Apache Commons Codec (#78) @basil

http_request-1.11

2 years ago

🐛 Bug fixes

  • "Success code from java.util.stream.IntPipeline$Head" printed on success (#72) @basil

👻 Maintenance

  • Usages of deprecated step API replaced with non-deprecated equivalents (#71) @offa
  • Internal code cleanup (#70) @offa

🚦 Tests

  • Test against latest LTS line (#73) @basil

http_request-1.10

2 years ago

🚀 New features and improvements

  • Remove usages of Guava (#63, #69) @basil

📦 Dependency updates

👻 Maintenance

  • Miscellaneous code cleanup (#69) @basil
  • Refresh plugin metadata (#68) @basil

http_request-1.9.0

3 years ago

🚀 New features and improvements

  • Provide an ability to specify proxy authentication (#46) @shchukax
  • Allow payload body in GET requests (#55) @Wonno
  • Add support for NTLM authorization (#48) @torrescd
  • JENKINS-65458 - Add descriptions to HTTP Request Plugin arguments (#56) @Onyimatics

🐛 Bug fixes

  • Store response headers in TreeMap with case insensitive comparator (#54) @Pawel-Cieslak

👻 Maintenance

  • Enable Dependabot in the repository (#58) @oleg-nenashev
  • Enable Release Drafter for changelog automation (#57) @oleg-nenashev
  • Bump bom-2.204.x from 16 to 18 (#60) @dependabot