Releases: okigan/awscurl
Releases · okigan/awscurl
v0.26 URL encode update, drop python 2.7, DevEx updates Latest
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
Minor feature release:
- Merge use CaseInsensitiveDict for headers (#72 )
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