Skip to content

Releases: jsdelivr/globalping-cli

v1.4.1

16 Oct 14:37
9f523df
Compare
Choose a tag to compare

Changelog

  • 9f523df misc: upgrade release workflow (#140)
  • cc7ea28 build(packagecloud): upload package to all distros and destroy older versions (#138)
  • 6efce1d build: update .goreleaser.yaml (#137)
  • 15463c0 fix: use the new docker container in install command

v1.4.0

30 Sep 11:20
ef7ddc9
Compare
Choose a tag to compare

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

v1.3.0

17 Jun 17:57
582c35f
Compare
Choose a tag to compare

Changelog

  • 582c35f misc: fix typos in the code (#104)
  • 40721c4 docs: update readme help sample
  • f4e0cd3 docs: revise help screens (#102)
  • ad2db29 fix: indent flags descriptions based on the terminal width (#103)
  • a64f850 refactor: replace + with . in infinite links (#100)
  • 946ab93 misc: update packagecloud release (#98)
  • c522c89 feat: add history command (#97)
  • 2c844ae misc: update location output, add custom area printer (#96)
  • 52b7a42 feat: infinite ping - concurent calls (#93)

v1.2.1

06 Mar 15:30
d265e50
Compare
Choose a tag to compare

Changelog

v1.1.6

11 Jan 13:37
1f1cadb
Compare
Choose a tag to compare

Changelog

v1.1.5

15 Oct 16:24
5d140a8
Compare
Choose a tag to compare

Changelog

v1.1.0

13 May 16:03
183e784
Compare
Choose a tag to compare

Changelog

v1.0.1

12 Apr 09:05
69b8c37
Compare
Choose a tag to compare

Changelog

  • Fixed distribution of RPM and DEB by downgrading Goreleaser
  • 69b8c37 remove apk
  • 3f4e593 downgrade goreleaser

v1.0.0

11 Apr 17:45
126cf22
Compare
Choose a tag to compare

RPMs and DEB packages are broken in this release. Fixed in 1.0.1

Changelog

v0.4.0

08 Apr 09:49
e3029a7
Compare
Choose a tag to compare

Changelog

  • e3029a7 Merge pull request #37 from didil/real-time-updates
  • edd27b8 add inProgressUpdates test
  • 88b6ea0 implement inProgressUpdates
  • 0ebac75 Merge pull request #36 from didil/linter-small-refactors
  • 86dae52 add newline to .gitignore
  • 300a78c refactor http command opts
  • d7371fb add golangci-lint
  • 0cf5972 Merge pull request #34 from didil/http-fixes
  • 74a230c http fixes/refactor