Releases: okigan/awscurl
Releases · okigan/awscurl
v0.23 Bugfix release
Bugfix release to restore prior authentication behavior by reverting SSO profile changes
v0.22 SSO profiles and follow redirect support
New features:
- SSO profiles
- Follow redirect support
Other improvements
- Various README updates
- Additional CI scripts
Update encoding handling in response
- Update encoding handling in response see #92 for details
MacOS brew package manager support
Change long:
- add support for MacOS brew package manager
- relax urllib3 version requirements
Bugfix release
v0.19 release version 0.19
v0.18
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
v0.15
v0.13
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