Releases: okigan/awscurl
Releases · okigan/awscurl
v0.44
v0.43
What's Changed
- fix: remove duplicate CI badge with no status by @okigan in #237
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #238
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #239
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #240
- fix: write binary response content as raw bytes (issue #242) by @okigan in #243
- fix: use MutableMapping for headers parameter in make_request by @okigan in #244
Full Changelog: v0.42...v0.43
v0.42
- Update PIPY description
Full Changelog: v0.41...v0.42
v0.41
v0.40
v0.39
What's Changed
Features
- SigV4a signing support (
--region '*') by @NathanRoseCE in #217
Improvements
- Fallback to stdlib
unittest.mock(Python 3.3+) by @a-detiste in #219 - Update CI matrix to Python 3.10-3.13, drop EOL versions (3.6/3.8/3.9)
- Remove stale files: .travis.yml, .gitpod.yml, docs/note.txt, run.sh
Bug Fixes
- Fix pycodestyle E302 violation
New Contributors
- @NathanRoseCE made their first contribution in #217
- @a-detiste made their first contribution in #219
Full Changelog: v0.38...v0.39
v0.38
What's Changed
- Fix SigV4 canonical header handling by @TerenceLewis in #224
New Contributors
- @TerenceLewis made their first contribution in #224
Full Changelog: v0.37...v0.38
v0.37
What's Changed
- Change Ubuntu version in CI workflow by @okigan in #222
- adds '@-' functionality from 'curl' to read data from stdin by @iamkirkbater in #221
New Contributors
- @iamkirkbater made their first contribution in #221
Full Changelog: v0.36...v0.37
v0.36
What's Changed
- fix: output option errors with text response by @jackie-linz in #211
- fix: exit code not passed to sys.exit by @jackie-linz in #209
New Contributors
- @jackie-linz made their first contribution in #211
Full Changelog: v0.35...v0.36