Releases: okigan/awscurl
Releases · okigan/awscurl
v0.36
What's Changed
- fix: output option errors with text response by @jackie-linz in #211
- fix: exit code not passed to sys.exit by @jackie-linz in #209
New Contributors
- @jackie-linz made their first contribution in #211
Full Changelog: v0.35...v0.36
v0.35
v0.34
What's Changed
- bugfix(args): normalize empty credentials by @uriofferup in #198
- Include user-specified ("x-amz-") signed headers by @MegaWattSec in #200
- Update readme file with latest options by @okigan in #204
- Add botocore as default dependency by @okigan in #205
Development improvements
- improve headers usage in test by @okigan in #202
- update checkout and setup-python github actions by @okigan in #195
- update checkout and codeql in other workflows by @okigan in #196
New Contributors
- @uriofferup made their first contribution in #198
- @MegaWattSec made their first contribution in #200
Full Changelog: v0.33...v0.34
v0.33 File input output support
- Support output to a file
- Support file as input for POST request(s)
Bug fix: v0.32 Fixup dockerbuild
- bufix: fixup python shim location and path inside Docker image
Bug fix: v0.31 Use lowercase hostname when generating canonical headers
Use lowercase hostname when generating canonical headers (fixes #186)
v0.30 Add docker builds for arm64
- Add docker builds for arm64
Bug fix: address homebrew issue
Bug fix:
- address homebrew issue
v0.28 Bugfix release
Fixes:
- Credentials issue introduced in 0.27.0 when running on EC2 instance (#163)
v0.27 Set exit code based on HTTP request status
- Set exit code based on HTTP request status - this provides better integration with other command line tools