Skip to content

v1.0.8

Compare
Choose a tag to compare
@maddie maddie released this 23 Apr 07:29
· 10 commits to master since this release

Changelog

4676b26 Allow self signed certs for HTTPS backends (#16)
c9903d3 Allow skipping ICMP pings
5cf383b Clone the DefaultTransport directly from stdlib
dc6eb0f Configurable download chunks, upload size and test duration
99c0446 Do not UPX windows and darwin/arm64 binaries
02de79b Fix variable name collision
f6506bc Only print share link when not in JSON/CSV mode
fd5905b Removed emoji in help message for better compatibility
06859d9 Show correct User Agent for IsUp and GetIP
5354b7f Support reading local JSON from stdin
1190984 Update dependencies
67b82ae Update dependencies
9459cbb Update dependencies
eb7f5cb Update go-ping module
fd8af15 remove readme 'by default' repetition (#15)

Note: From this release on, Windows binaries will not be UPX'ed by default (due to various AV software giving false positives). If you need a smaller binary size, you can use UPX to compress it manually.

Also, due to UPX still does not support compressing darwin/arm64 a.k.a. M1 binaries, darwin/arm64 binary is not compressed either.