Skip to content

Releases: okigan/awscurl

v0.36

26 Aug 04:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.35...v0.36

v0.35

23 Aug 03:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34...v0.35

v0.34

21 Aug 03:34
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.33...v0.34

v0.33 File input output support

14 Mar 13:30
Compare
Choose a tag to compare
  • Support output to a file
  • Support file as input for POST request(s)

Bug fix: v0.32 Fixup dockerbuild

23 Oct 18:26
Compare
Choose a tag to compare
  • bufix: fixup python shim location and path inside Docker image

Bug fix: v0.31 Use lowercase hostname when generating canonical headers

12 Oct 00:21
Compare
Choose a tag to compare

Use lowercase hostname when generating canonical headers (fixes #186)

v0.30 Add docker builds for arm64

11 Oct 20:18
Compare
Choose a tag to compare
  • Add docker builds for arm64

Bug fix: address homebrew issue

06 May 04:45
Compare
Choose a tag to compare

Bug fix:

  • address homebrew issue

v0.28 Bugfix release

05 May 16:56
Compare
Choose a tag to compare

Fixes:

  • Credentials issue introduced in 0.27.0 when running on EC2 instance (#163)

v0.27 Set exit code based on HTTP request status

24 Apr 05:16
Compare
Choose a tag to compare
  • Set exit code based on HTTP request status - this provides better integration with other command line tools