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 4.0.0

Download: http_requests-4.0.0.tgz

SHA256: f14a38ace7e0c927a6a9a651bee652ac781e6765d19b6c536a5ee2ce361e7fd1

Series History

See the revision history for series 4.0.x below

Revisions
4.0.0 - 01/11/2023

Removed

  • Support for alpine 3.12 & 3.13

Added

  • Support for alpine 3.17

Changed

  • Upgrade to Python 3.10

Version 3.0.0

Download: http_requests-3.0.0.tgz

SHA256: 9d6e77892474ac76ebfa76980be38d9978327461ad29715f37a60265973d78f8

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).

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