Skip to content

Releases: mscavnicky/hypotonic

v0.0.15

27 Sep 16:40
Compare
Choose a tag to compare
  • Support JSONPath extensions.
  • Support array and callable params within get command.
  • Support callable set values.

v0.0.14

19 Sep 17:26
Compare
Choose a tag to compare
  • Add then command for executing arbitrary functions.
  • Retry failed requests with exponential backoff.
  • Several error handling improvements.

v0.0.13

17 Sep 21:14
Compare
Choose a tag to compare
  • Support non-standard JSON content types.
  • Add pagination via incrementing param.

v0.0.12

05 Sep 18:10
Compare
Choose a tag to compare
  • Add support for JSON responses.

v0.0.11

05 Sep 15:17
Compare
Choose a tag to compare
  • Build and release via Github actions.

v0.0.10

17 Aug 19:14
Compare
Choose a tag to compare
  • Allow passing lists into get and post functions.
  • Expose running in an async mode.

v0.0.9

17 Aug 19:14
Compare
Choose a tag to compare
  • Replace lxml with BeautifulSoup

v0.0.8

15 Aug 11:42
Compare
Choose a tag to compare
  • Migrate package from Pipenv to poetry

v0.0.7

11 Aug 19:53
Compare
Choose a tag to compare
  • Add Context abstraction for different context formats
  • Enhance log command