Releases: ProtoXCode/ProtoX-GateKeeper
Releases · ProtoXCode/ProtoX-GateKeeper
v0.2.5 - Added rotation()
Full Changelog: v0.2.4...v0.2.5
v0.2.4 - Verify=False
Full Changelog: v0.2.2...v0.2.4
v0.2.2 – Tor-verified request support with helpers & hardened API
This release expands ProtoX GateKeeper from a Tor-enforced downloader
into a minimal, Tor-verified HTTP client.
What’s new
- Thin wrapper around request
- Added
get(),post(),put()anddelete()helpers routed through the verified Tor session - Unified logging across download and request helpers
- Context manager support (
with GateKeeper() as gk) - Improved docstrings and API clarity
- Added unit and integration tests
Guarantees
- Fail-closed by default (no Tor → no execution)
- Single verification point on construction
- Session reuse without re-verification
- No clearnet fallback
This release keeps the API intentionally small while expanding practical usability
for scripts, tooling, and automation that require enforced Tor routing.
v0.2.1 – Tor-verified GET/POST support & hardened API
This release expands ProtoX GateKeeper from a Tor-enforced downloader
into a minimal, Tor-verified HTTP client.
What’s new
- Added
get()andpost()helpers routed through the verified Tor session - Unified logging across download and request helpers
- Context manager support (
with GateKeeper() as gk) - Improved docstrings and API clarity
- Added unit and integration tests
Guarantees
- Fail-closed by default (no Tor → no execution)
- Single verification point on construction
- Session reuse without re-verification
- No clearnet fallback
This release keeps the API intentionally small while expanding practical usability
for scripts, tooling, and automation that require enforced Tor routing.