File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
11
## [ 3.3.0] - 2025-05-27
6
12
7
13
- 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 1
1
[tool .poetry ]
2
2
package-mode = false
3
3
name = " portchecker.io"
4
- version = " 3.3.0 "
4
+ version = " 3.3.1 "
5
5
description = """ portchecker.io is an open-source API for checking port \
6
6
availability on specified hostnames or IP addresses. \
7
7
Ideal for developers and network admins, it helps troubleshoot network \
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portchecker.io" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " Single page site for portchecker.io" ,
5
5
"homepage" : " https://github.com/dsgnr/portchecker.io#readme" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments