v0.1.8

Osmantic/ODSv0.1.8Feb 20, 2026by chonknick

AI Summary

Adds HTTP proxy and custom CA certificate support to the configuration and client, improving network flexibility and security for API connections.

Key Highlights

  • Added HTTP proxy and custom CA certificate support to `HttpConfig`
  • Exposed `proxy` and `ca_cert` parameters on the Python `Client`
  • Handles empty string proxy/CA cert values as `None`
  • Added integration tests for proxy configuration

New Features

  • HTTP proxy configuration
  • Custom CA certificate support
  • Integration tests for network configuration

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