Commit cff6d07
authored
prep(v6.3.0): explicit IPv6 + RFC1918 boundary test coverage (#139)
v6.3.0 prep for the planned 2026-04-09 release. Not cut here.
Review finding L4 (+ cross-SDK parity):
- Added explicit 172.15/172.32 RFC1918 boundary tests. Python stdlib
ipaddress.is_private already handles this correctly, but the
boundary was never explicitly asserted in the v6.2.0 test suite.
- Added IPv6 ULA, link-local, loopback, and public IPv6 tests for
cross-SDK parity with the TS/Java/Go suites. Python's classifier
routes these through stdlib ipaddress which gets them right.
- Added public IPv6 negative tests.
No runtime behavior change. Just test coverage.
Manifest bumps:
- axonflow/_version.py: 6.2.0 → 6.3.0
- pyproject.toml: 6.2.0 → 6.3.0
Changelog:
- ## [6.3.0] - Release Pending (2026-04-09)
- v6.2.0 entry date corrected 2026-04-09 → 2026-04-08
Tests: 15/15 pass.1 parent cfe00b3 commit cff6d07
File tree
4 files changed
+48
-3
lines changed- axonflow
- tests
4 files changed
+48
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
9 | 25 | | |
10 | 26 | | |
11 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
32 | 61 | | |
33 | 62 | | |
34 | 63 | | |
| |||
0 commit comments