Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Dec 4, 2023
1 parent 593fb41 commit a9e4abe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231204_112410_sirosen_fix_annotation.rst

This file was deleted.

23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.33.0:

v3.33.0 (2023-12-04)
--------------------

Added
~~~~~

- Support custom CA certificate bundles. (:pr:`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``. (:pr:`912`)

.. _changelog-3.32.0:

v3.32.0 (2023-11-09)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.32.0"
__version__ = "3.33.0"

0 comments on commit a9e4abe

Please sign in to comment.