Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 19:49

1.3.0 (2023-11-18)

Feature

  • add completion for zsh (a724220)
  • allow insecure http requests with -k option or in profile and requests (caad974)
  • limit number of requests that can be added (6f233a2)
  • execute post processing script for added request (6ef19ae)
  • stop request chain if post processing error (e463529)

Fix

  • fix post processing script from named request (ab0297d)
  • process variables in URL encoded form body (d299054)
  • Fix upload artifacts to release (12d3a96)
  • Improve output spacing (2f0f8bd)
  • show GET when request method is missing (ccaeb2a)

Refactor

  • print post processing output for each request (e87744c)
  • move post process to request level (b612386)

Chore

  • update build script to use main (4aebc67)
  • remove old doc gen tool (cc002cf)
  • remove deprecated call to WriteFile (547e1d0)
  • create environment correctly for executing command when in integration test (7a24cb5)
  • update to go 1.21 (c13498b)
  • make test fail instead of blow up (4e79e5e)
  • use Go 1.15 to build (9c1e3a2)
  • fixes build instructions in README (8423f01)
  • fix github workflow to use new cicd packaging (33e13cc)
  • compile all binaries, create package and upload (bdf5d71)
  • fix release action (07c800e)
  • link to build from readme (8258126)
  • update build badge to point to github actions (6646a56)
  • fix github action with correct slug (a25a665)
  • rename build action (4e5bfff)
  • add github action to build (91d5b54)
  • fix release script to use travis.com (7f430f9)
  • Add debug information to release script (ff030ff)
  • fix build script semantic-release command (e88edd6)
  • add semantic release to travis build (035afbe)
  • add version to final package (814e7c3)
  • remove -x option in build script (ba5a4ec)