Skip to content

v3.33.0

Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 04 Dec 18:57
· 469 commits to main since this release
3.33.0
a9e4abe

Added

  • Support custom CA certificate bundles. (#903)

    Previously, SSL/TLS verification allowed only a boolean True or False value.
    It is now possible to specify a CA certificate bundle file
    using the existing verify_ssl parameter
    or GLOBUS_SDK_VERIFY_SSL environment variable.

    This may be useful for interacting with Globus through certain proxy firewalls.

Fixed

  • Fix the type annotation for globus_sdk.IdentityMap init,
    which incorrectly rejected ConfidentialAppAuthClient. (#912)