Skip to content

1.2.16 - Load Default CA Certificate from Environment Variables

Choose a tag to compare

@Trenza1ore Trenza1ore released this 13 May 17:19
· 74 commits to main since this release

Feature

  • Default CA Bundle: When the internal GitCode client builds its own httpx client (you do not pass http_client=), verification uses the path from GITCODE_CA_BUNDLE if set, otherwise REQUESTS_CA_BUNDLE if set (same convention as many Python HTTP stacks), otherwise the default CA bundle is used. Applies to both GitCode and AsyncGitCode.

Full Changelog: 1.2.15...1.2.16