File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 3.3.1] - 2025-08-03
6+
7+ - Fix issue where localhost would resolve to ipv6 for healthcheck [ #362 ] ( https://github.com/dsgnr/portchecker.io/pull/362 ) .
8+ - Improve test coverage [ #354 ] ( https://github.com/dsgnr/portchecker.io/pull/354 ) .
9+ - Various package updates.
10+
511## [ 3.3.0] - 2025-05-27
612
713- Allow default host to be defined instead of using WAN address [ #338 ] ( https://github.com/dsgnr/portchecker.io/pull/338 ) .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22package-mode = false
33name = " portchecker.io"
4- version = " 3.3.0 "
4+ version = " 3.3.1 "
55description = """ portchecker.io is an open-source API for checking port \
66 availability on specified hostnames or IP addresses. \
77 Ideal for developers and network admins, it helps troubleshoot network \
Original file line number Diff line number Diff line change 11{
22 "name" : " portchecker.io" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "description" : " Single page site for portchecker.io" ,
55 "homepage" : " https://github.com/dsgnr/portchecker.io#readme" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments