prep(v6.3.0): IPv6 + RFC1918 boundary test coverage — Release Pending (2026-04-09)#139
Merged
saurabhjain1592 merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v6.3.0 prep — Release Pending (2026-04-09). Staged for tomorrow's release with Greg's work. NOT released here.
Review findings addressed
L4 (cross-SDK parity) — Boundary test coverage
No runtime behavior change — Python's stdlib
ipaddressclassifier was already correct. These are cross-SDK parity tests matching what TS/Java/Go explicitly assert.Manifest bumps
axonflow/_version.py: 6.2.0 → 6.3.0pyproject.toml: 6.2.0 → 6.3.0Changelog
## [6.3.0] - Release Pending (2026-04-09)— user finalizes at release timeTests
pytest tests/test_telemetry_endpoint_type.py→ 15/15 pass (up from 11 in v6.2.0).Not released
No tag, no publish, no merge. PR stays OPEN for user review.