v0.1.8
BigBodyCobain/Shadowbrokerv0.1.8Feb 20, 2026by chonknick
AI Summary
This release enhances network connectivity by adding HTTP proxy and custom CA certificate support to the configuration module. It exposes these parameters through the Python client and includes integration tests to verify the functionality.
Key Highlights
- Added HTTP proxy support to HttpConfig
- Added custom CA certificate support to HttpConfig
- Exposed proxy and ca_cert parameters on Python Client
- Added integration tests for proxy configuration
New Features
- HTTP proxy configuration
- Custom CA certificate support
- Client parameter exposure
- Integration tests for proxy
Full Release Notes
## What's Changed - Add HTTP proxy and custom CA certificate support to `HttpConfig` - Expose `proxy` and `ca_cert` parameters on the Python `Client` - Handle empty string proxy/CA cert as `None` - Add integration tests for proxy configuration