Skip to content

v2.3.0 — ZAP CloudClient + Security Fixes

Latest

Choose a tag to compare

@zeekay zeekay released this 01 Apr 04:02
· 4 commits to main since this release

What's New

  • hanzo-zap CloudClient: Binary wire protocol client (1000x faster than REST)
  • Wire protocol rewrite: Builder/ObjectBuilder matching Rust architecture
  • Security: 6 findings fixed (buffer read bypass, TLS, OOM DoS, overflow)

Published to PyPI — all packages updated.

🚀 Published Python Packages

The following packages have been published to PyPI:

Installation

# Install main SDK
pip install hanzo

# Install MCP tools
pip install hanzo-mcp

# Install individual tool packages
pip install hanzo-tools  # All tools
pip install hanzo-tools-core  # Core only