v0.1.8
calesthio/OpenMontagev0.1.8Feb 20, 2026by chonknick
AI Summary
This release enhances network configuration capabilities by adding HTTP proxy and custom CA certificate support. It exposes these new parameters within the Python Client and includes logic to handle empty strings as `None`, backed by integration tests.
Key Highlights
- Added HTTP proxy support to HttpConfig
- Added custom CA certificate support
- Exposed proxy and ca_cert parameters on the Python Client
- Added integration tests for proxy configuration
New Features
- HTTP proxy configuration
- Custom CA certificate support
- Empty string handling for credentials
- Integration tests for network config
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