v1.2.0 - Revamp!
patrickdappollonio
released this
19 Dec 21:10
·
4 commits
to master
since this release
Wait-for revamp!
While this might be a minor patch since functionality hasn't changed from what the app can currently do, this is actually a whole revamp of the CLI.
Long-story-short: we've added support for multiple ping targets. Before, we had tcp://
and udp://
(with tcp
being default unless specified). Now, we have tcp
, udp
, http
, https
(with cert verification), mysql
and postgres
(these last two in experimental phase).
We also added the ability for folks to add their own custom protocol targets. See these documents if you're a Go developer wanting to add your own.
In short, nothing has really changed besides just adding additional support for quite a few targets.
What's Changed
- Add support for multiple ping targets. by @patrickdappollonio in #28
Full Changelog: v1.1.0...v1.2.0