Skip to content

Releases: shipyardapp/httprequest-blueprints

v0.2.2

22 Dec 16:44
dfff31f
Compare
Choose a tag to compare

Updated requests version to 2.31

v0.2.1

12 Dec 20:53
7496eea
Compare
Choose a tag to compare

Remove choice limit on the content type field.

v0.2.0

15 Aug 22:43
43826c8
Compare
Choose a tag to compare

Adds the ability to pass through two new fields:

  • Custom headers
  • Authentication headers

These behave the same, but are separated so that authentication data can be obfuscated in the UI.

v0.1.7

02 Aug 21:49
6696bf2
Compare
Choose a tag to compare
  • Fix bug that prevented users from being able to print the response to output.

v0.1.6

10 Feb 23:17
4a54475
Compare
Choose a tag to compare
  • Additional logging for the file size being downloaded.
  • Additional exit code for a file size of 0 bytes.

Improved Error Handling

12 Jul 23:05
402aacd
Compare
Choose a tag to compare
  • Specific error codes and error messages for HTTP errors, timeouts, etc.
  • Universal artifact storage for execute_request

v0.1.4: Convert to functions for other API integrations

22 Jun 15:00
099d2fa
Compare
Choose a tag to compare

Turned more of the script into functions that could be leveraged by other API integrations

Fix downloads encoded with gzip

04 Jun 03:13
Compare
Choose a tag to compare
v0.1.3

Update download method from shutil to iter chunks

Support for downloading large files

03 Jun 16:12
e3e4d18
Compare
Choose a tag to compare
Merge pull request #2 from shipyardapp/download-large-files

Download Large Files

v0.1.1

03 Feb 17:42
42b13f3
Compare
Choose a tag to compare
  • Includes the ability to add in a Content-Type header
  • Allows for using the PATCH method