Skip to content

Releases: ProtoXCode/ProtoX-GateKeeper

v0.2.5 - Added rotation()

27 Feb 23:22

Choose a tag to compare

v0.2.4 - Verify=False

18 Feb 21:52

Choose a tag to compare

v0.2.2 – Tor-verified request support with helpers & hardened API

04 Feb 22:15

Choose a tag to compare

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() and delete() 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

02 Feb 19:44

Choose a tag to compare

This release expands ProtoX GateKeeper from a Tor-enforced downloader
into a minimal, Tor-verified HTTP client.

What’s new

  • Added get() and post() 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.