Skip to content

HTTP Requests HTTP Requests: Downloads

Summary

You can download all the supported plugin releases from this page.

The change log for each version series can be found under the download link & hash.

See the versioning scheme for compatibility information.

Releases

Version 3.0.0

Download: http_requests-3.0.0.tgz

SHA256: 65d139632dc5875897db2de3cf937efc7a6bfb151a857f9515560f2aacabfd05

Series History

See the revision history for series 3.0.x below

Revisions
3.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 2.2.0

Download: http_requests-2.2.0.tgz

SHA256: 30627220b257bd7f6c678508962cb9590bc321ba7375e7ec5da43e33239c01d8

Series History

See the revision history for series 2.2.x below

Revisions
2.2.0 - 14/11/2022

Changed

  • New verify input used to skip certificate warnings when self-signed certificates are used.

Version 2.1.0

Download: http_requests-2.1.0.tgz

SHA256: eb667e8652c7bbbb00b020f43aa4fe18548bff6ad926735162a43850199052b0

Series History

See the revision history for series 2.1.x below

Revisions
2.1.0 - 07/11/2022

Changed

  • Udpate dependencies.

Version 2.0.0

Download: http_requests-2.0.0.tgz

SHA256: 3bd4eb1a7d0a2e3121c1191684235cb0970bd16038fba77d8bc7e573ce809c6c

Series History

See the revision history for series 2.0.x below

Revisions
2.0.0 - 15/03/2022

Changed

  • Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).

Version 1.2.0

Download: http_requests-1.2.0.tgz

SHA256: c5db3946f19f39fc27f07894d484d2a0298630491b07f63a839d1412b6470049

Series History

See the revision history for series 1.2.x below

Revisions
1.2.0 - 08/09/2021

Changed

  • Improved plugin startup speed.

Version 1.1.3

Download: http_requests-1.1.3.tgz

SHA256: 02faa989eeebac5b4af473c89bd136f2bac3f00bfe69dbe7d80fa9c14b694016

Series History

See the revision history for series 1.1.x below

Revisions
1.1.3 - 27/05/2021

Added

  • Added a description to the plugin manifest.
1.1.2 - 26/05/2020

Added

  • CHANGELOG
1.1.1 - 14/05/2020

Changed

  • Add minimum plugin version to all action docstrings
1.1.0 - 14/05/2020

Added

  • Add input/output documentation

  • Add request data validation

Version 1.0.0

Download: http_requests-1.0.0.tgz

SHA256: 20fd5c6f8002d3cd8c3dd7e56dd1c3bad49e34fe222147d1d96898111077824a

Series History

See the revision history for series 1.0.x below

Revisions
1.0.0 - 04/05/2020

Added

  • First release

Versioning Scheme

Plugin versions are in major.minor.patch format.

Major

  • Significant functionality changes
  • May not be backward compatible

Minor

  • Bug fixes
  • Minor functionality changes
  • Backward compatible

Patch

  • No functional changes
  • Reserved for documentation updates