July 20, 2026Rust SDK 2.14.0Docs 2.3.44
Add custom CA support to the Rust SDK
The Rust SDK can now connect to self-hosted instances that use a private certificate authority.
- Added
add_root_certificateandroot_certificate_from_pem_fileto the client configuration. - Switched to the system trust store by default, so system-installed certificates work without code changes.
- Updated the self-hosting guide with the Rust certificate setup.