Releases: jsdelivr/globalping-cli
Releases · jsdelivr/globalping-cli
v1.4.1
v1.4.0
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
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
v1.1.6
v1.1.5
Changelog
v1.1.0
Changelog
- 183e784 Add share option (#70)
- c126dd2 Faster liveview trimming (#69)
- ac64ed5 Fix Liveview overflow (#67)
- 82a5154 live get output use rawbody (#66)
- 877d475 fix json in ci mode (#62)
- 95708ec Improve http output (#58)
- 32f9733 Install probe podman (#54)
- a6fe049 Install probe command (#52)
- 91e1e71 http headers support (#50)
- 3538435 CLI help
v1.0.1
v1.0.0
RPMs and DEB packages are broken in this release. Fixed in 1.0.1
Changelog
- 126cf22 Support dig format for resolver (#47)
- 6294ca1 Update snapcraft.yaml
- dea6d12 Implement guidelines (#46)
- c0c5052 Create snapcraft.yaml
- 732e0b6 In CLI docs, examples updates (#39)
- 544031b Merge pull request #45 from didil/output-jumps
- 912861c fix jumping issue
- edcc888 Merge pull request #43 from didil/update-go-1.20
- 9d008af update go version and dependencies
v0.4.0
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