Skip to content

v1.3.69

Latest

Choose a tag to compare

@topcheer topcheer released this 08 Jun 21:33
· 1 commit to main since this release

ggcode v1.3.69

Highlights

  • Safer Python installer downloads: Restores Python's default TLS certificate and hostname verification for release downloads.
  • Release package alignment: Bumps npm, PyPI, and mobile wrapper versions for the v1.3.69 release.

Fixes and improvements

  • Restored verified HTTPS behavior in the Python release installer by removing the custom insecure SSL context from download requests.
  • Added Python tests to ensure installer download calls use the default secure urllib behavior.
  • Bumped npm, Python, and mobile version metadata for the release.

Upgrade notes

  • Python wrapper installs now rely on the system/Python CA trust store. Environments using TLS interception or custom certificate authorities must configure their trust store correctly.
  • No configuration migration is required.

Compare