Skip to content

Releases: okigan/awscurl

v0.26 URL encode update, drop python 2.7, DevEx updates Latest

05 Dec 08:20
c260c22
Compare
Choose a tag to compare

Feature updates

drop python 2.7 support
update URL encode non-alpha query string parameters
Developer experience

add/update dockerhub workflow
add Github (ghcr) docker registry publishing
add gitpod linking to simplify external contributions

v0.24 use CaseInsensitiveDict for headers

31 Jul 22:51
2bd6b3f
Compare
Choose a tag to compare

Minor feature release:

  • Merge use CaseInsensitiveDict for headers (#72 )

v0.23 Bugfix release

03 Jul 22:01
1d29f4e
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Update encoding handling in response see #92 for details

MacOS brew package manager support

05 Jan 19:06
Compare
Choose a tag to compare

Change long:

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

Bugfix release

03 Dec 10:26
Compare
Choose a tag to compare
v0.19

release version 0.19

v0.18

03 Dec 08:57
Compare
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
Compare
Choose a tag to compare

Experimental support for aws instance credentials

v0.15

14 Aug 15:47
Compare
Choose a tag to compare

Resolve install issue