Releases: hackmdio/portchecker
Releases · hackmdio/portchecker
Release 1.1.0
Changes
- Upgrade golang to 1.16
- Remove darwin-386 support golang drop Darwin 32bits support in 1.15
- Add linux arm (armv7, arm 32bits) support #1, thanks @pulpo proposal.
- Add linux arm64 support #2, thanks @danielgolf
- Add darwin arm64 support
Release 1.0.6
feat: add conStrFromFile Signed-off-by: BoHong Li <[email protected]>
Release v1.0.5
Enhancement
- add more complex testcase
Release v1.0.4
Enhancement
- refactor source code
- add more test case
Release v1.0.3
Features
- support connection string from environment
Release v1.0.2
fix: should parse "-" in domain block
Release v1.0.1
fix path in connstr should ignored
First release
v1.0.0 fix: remove mkdir in makefile