1.2.16 - Load Default CA Certificate from Environment Variables
Feature
- Default CA Bundle: When the internal
GitCodeclient builds its ownhttpxclient (you do not passhttp_client=), verification uses the path fromGITCODE_CA_BUNDLEif set, otherwiseREQUESTS_CA_BUNDLEif set (same convention as many Python HTTP stacks), otherwise the default CA bundle is used. Applies to bothGitCodeandAsyncGitCode.
Full Changelog: 1.2.15...1.2.16