Awsping Versions Save

Console tool to check the latency to each Amazon EC2 region

v2.0.1

2 years ago

Changelog

bf8da67 2.0.1 8e23ca5 Better help. Add description for all verbose levels into help

Docker images

  • docker pull docker.io/evkalinin/awsping:v2.0.1
  • docker pull ghcr.io/ekalinin/awsping:v2.0.1

v1.9.9

2 years ago

Changelog

d511204 Add docker image build during release 15a2fe2 Improved acrh list in .goreleaser.yml c55f5c4 checks: remove CodeQL Analysis (too slow)

Docker images

  • docker pull docker.io/evkalinin/awsping:v1.9.9
  • docker pull ghcr.io/ekalinin/awsping:v1.9.9

v2.0.0

2 years ago

Changelog

c86c1e0 2.0.0 fd5627e Add .goreleaser.yml def6ef2 Add Requester interface; AWSRequest struct; drop TargetDialler interface aeba2d2 Add TOC into README 11b2c49 Add codecov into README 94c7f3c Add coverage calc on each commit 0c793ab Add error case into TestAWSRegionCheckLatencyHTTP 4c297fd Add go report card into README 5934eba Add list-regions command fbd7f12 Add network interfaces for testing; Add tests fca483a Add pr checks via GH actions f190cb3 Add utils tests 15de44d Added goreleaser 8e215d5 Checks: ignore Makefile; md files d87bc28 Fixed linter's warnings. Add docstrings d690529 Fixed typo 43fd58a Made LatencyOutput testable 5f43353 Make https works again; save error from resolve ceb37f6 Makefile: add -race option for build 591bd14 Makefile: add lint target fc3150e Makefile: pass args to 'run' target 8a8651e Makefile: rm old vars; fix release target 3cb325a Makefile: test target shows coverage 0ab3052 Merge branch 'master' into dns-preload 2a6f564 Merge branch 'master' of github.com:ekalinin/awsping d4d45df Merge pull request #11 from rbarazzutti/docker 66bc11c Merge pull request #12 from rbarazzutti/regions-list-fix 1354fde Merge pull request #13 from rbarazzutti/https 4281681 Merge pull request #14 from rbarazzutti/dns-preload ee5de6e README: add https example 4dbf92b Renamed some consts; Add some docstrings e8a2975 Run checks on any push 5069452 Save err during request 48a0031 Split code into several files; add cmd dir fa628ea added Docker in README 17fcf63 added Docker support 86a61b1 added HTTPS 43ce16e added entries in .dockerignore 3899065 checks: Join 2 testing steps in one 486bb40 duplicate removal 3c2b6c4 extended of README.md 456a567 fix typo a6f42b4 keep Golang version in sync with go.mod 791460b refactoring 56d3995 region names as displayed by Amazon f460acb shared hostname generation, preload DNS 896352b use go 1.17; clean Makefile (add docker-run)

1.0.0

3 years ago
  • go 1.16
  • #1
  • #4
  • #5
  • #8
  • #9

0.5.2

7 years ago

1.5.1

7 years ago

0.5.0

7 years ago
  • used go1.7.4
  • added -service option. See #3

0.4.0

7 years ago
  • used go1.7.3
  • added verbose cli arg
  • added Ohio AWS Region
  • use region name (not code) in the default verbose mode

0.3.0

7 years ago
  • to test latency used tcp connection
  • added flag -http to measure latency via http
  • added flag -version