Skip to content

Commit ebdc351

Browse files
committed
2.0.0
- IPv6 support: client detects and sends public IPv6 address to server. - IPv6 address detection via OS UDP connect probe, with icanhazip.com fallback - Comprehensive IPv6 global address validation (RFC 4291, RFC 6890) - Use icanhazip.com public IP lookups
1 parent 0e82a3b commit ebdc351

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.0] - 2026-03-10
2+
3+
- IPv6 support: client detects and sends public IPv6 address to server.
4+
- IPv6 address detection via OS UDP connect probe, with icanhazip.com fallback
5+
- Comprehensive IPv6 global address validation (RFC 4291, RFC 6890)
6+
- Use icanhazip.com public IP lookups
7+
18
## [1.2.1] - 2026-02-11
29

310
- Server does not accept other message versions than 1

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sparoid
2-
version: 1.2.1
2+
version: 2.0.0
33

44
authors:
55
- 84codes <contact@84codes.com>

0 commit comments

Comments
 (0)