Releases: shipyardapp/httprequest-blueprints
Releases · shipyardapp/httprequest-blueprints
v0.2.2
v0.2.1
Remove choice limit on the content type field.
v0.2.0
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
- Fix bug that prevented users from being able to print the response to output.
v0.1.6
- Additional logging for the file size being downloaded.
- Additional exit code for a file size of 0 bytes.
Improved Error Handling
- 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
Turned more of the script into functions that could be leveraged by other API integrations
Fix downloads encoded with gzip
v0.1.3 Update download method from shutil to iter chunks
Support for downloading large files
Merge pull request #2 from shipyardapp/download-large-files Download Large Files
v0.1.1
- Includes the ability to add in a Content-Type header
- Allows for using the PATCH method