Skip to content

Releases: okigan/awscurl

v0.23 Bugfix release

03 Jul 22:01
1d29f4e

Choose a tag to compare

Bugfix release to restore prior authentication behavior by reverting SSO profile changes

v0.22 SSO profiles and follow redirect support

02 Jul 00:35
91dfc50

Choose a tag to compare

New features:

  • SSO profiles
  • Follow redirect support

Other improvements

  • Various README updates
  • Additional CI scripts

Update encoding handling in response

21 Oct 20:23
427e4b3

Choose a tag to compare

  • Update encoding handling in response see #92 for details

MacOS brew package manager support

05 Jan 19:06

Choose a tag to compare

Change long:

  • add support for MacOS brew package manager
  • relax urllib3 version requirements

Bugfix release

03 Dec 10:26

Choose a tag to compare

v0.19

release version 0.19

v0.18

03 Dec 08:57

Choose a tag to compare

Changes:

  • fix up url parsing (affects websocket connections url)
  • Split up signature generation steps and add tests to allow for core code re-use in other projects
  • Create LICENSE file and indicate MIT usage
  • Fixup Dockerfile
  • Add support non-English text data in printout of headers and response body
  • Add python 3.8 as supported/tested python version

v0.17

13 Jun 18:23

Choose a tag to compare

Experimental support for aws instance credentials

v0.15

14 Aug 15:47

Choose a tag to compare

Resolve install issue

v0.13

14 Aug 05:59

Choose a tag to compare

Changelog since v0.12 (attribution where possible)

Adding the option (-k) to ignore SSL verification errors (@iulianmac)
data_binary parameter in main() function (mariosotil)
Removing is_text function and using a flag to send the payload as binary
Merge pull request #37 from okigan/feature/issues/34
fixes #39 need to obfuscate AWS credentials used for testing
Merge pull request #38 from okigan/issue/33
fixes #33 URI encoding
Basic Docker container (@bradleyjames)
add publish script