Skip to content

v1.4.0

Compare
Choose a tag to compare
@jimaek jimaek released this 30 Sep 11:20
· 16 commits to master since this release
ef7ddc9

Changelog

  • ef7ddc9 misc: improve flags help (#135)
  • 6b5f095 misc: switch everything to globalping.io
  • 8cfd0de fix: handling of tokens revoked before expiration (#134)
  • be19e61 fix: improve error messages of 422 errors (#133)
  • acfb26f feat: add limits command (#131)
  • abf3b23 feat: add auth support via command (#129)
  • e87cb79 misc: allow user agent to be passed to the globalping client (#127)
  • cf74203 fix: output extra information into stderr (#126)
  • f93bbc3 docs: revise readme (--infinite flag, history command) (#125)
  • 8fcfee4 fix: set request's host only if the --host flag is used (#124)
  • 34abab9 fix: incorrect color on macOS terminal (#122)
  • d2423b3 refactor: simplify text styling when using CI mode (#121)
  • c73170e feat: add -X as a shorthand for --method in HTTP (#120)
  • 2edb712 misc: update api models according to spec (#119)
  • 185edd2 misc: improve client caching (#118)
  • f9b698d refactor: use the new X-Request-Cost header
  • 963e544 feat: add rate limit and credits info to existing commands (#114)
  • 22011f6 test: add a new infinite mode parsing test
  • 003bfb9 feat: add --ipv4 & --ipv6 flags (#113)
  • 03a8dfa feat: add support for authorization via GLOBALPING_TOKEN (#112)
  • a5ad37b fix: use . in --infinite links in the history command
  • 8a1be4d misc: remove duplicate code (#111)
  • 22466d3 ci: fix linux release action