Skip to content

Releases: visola/go-http-cli

v1.3.0

18 Nov 19:49

Choose a tag to compare

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)

v1.2.2

23 May 20:14
0fef7eb

Choose a tag to compare

1.2.2 (2020-05-23)

Chore

v1.2.1

10 Apr 17:57
0127771

Choose a tag to compare

1.2.1 (2020-04-10)

Bug Fixes

  • profile: fix post processing script from named request (a469f62)

v1.2.0

20 Mar 12:09

Choose a tag to compare

1.2.0 (2020-03-20)

Chores

  • build: fix release script to use travis.com (d2ad546)

Feature

  • allow insecure http requests with -k option or in profile and requests (caad974)

v1.1.1

01 Nov 09:20
0d2a5da

Choose a tag to compare

1.1.1 (2019-11-01)

Bug Fixes

  • variables: process variables in URL encoded form body (d299054)

v1.1.0

27 Sep 14:41
c7aef39

Choose a tag to compare

1.1.0 (2019-09-27)

Feature

  • Post Processing: limit number of requests that can be added (6f233a2)
  • Post Processing: execute post processing script for added request (6ef19ae)
  • Post Processing: stop request chain if post processing error (e463529)

Code Refactoring

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

v1.0.5

26 Sep 01:39
535718b

Choose a tag to compare

1.0.5 (2019-09-26)

Bug Fixes

  • build: Fix upload artifacts to release (12d3a96)

v1.0.4

26 Sep 01:26
c19a416

Choose a tag to compare

1.0.4 (2019-09-26)

Chores

  • build: Add debug information to release script (ff030ff)

Bug Fixes

  • output: Improve output spacing (2f0f8bd)

v1.0.3

26 Sep 00:49

Choose a tag to compare

1.0.3 (2019-09-26)

Chores

  • build: fix build script semantic-release command (e88edd6)
  • build: add semantic release to travis build (035afbe)
  • build: add version to final package (814e7c3)
  • build: remove -x option in build script (ba5a4ec)

Bug Fixes

  • output: show GET when request method is missing (ccaeb2a)

v1.0.2

19 Sep 20:16
8c10865

Choose a tag to compare

  • Extend the capabilities of post processing, read more in #77