Releases: mscavnicky/hypotonic
Releases · mscavnicky/hypotonic
v0.0.15
v0.0.14
- Add
then
command for executing arbitrary functions. - Retry failed requests with exponential backoff.
- Several error handling improvements.
v0.0.13
- Support non-standard JSON content types.
- Add pagination via incrementing param.
v0.0.12
- Add support for JSON responses.
v0.0.11
- Build and release via Github actions.
v0.0.10
- Allow passing lists into get and post functions.
- Expose running in an async mode.
v0.0.9
- Replace lxml with BeautifulSoup
v0.0.8
- Migrate package from Pipenv to poetry
v0.0.7
- Add Context abstraction for different context formats
- Enhance log command