Skip to content

Commit

Permalink
Merge pull request #931 from sirosen/release-3.34.0
Browse files Browse the repository at this point in the history
Release v3.34.0
  • Loading branch information
sirosen authored Jan 2, 2024
2 parents f2c9068 + 4e4fe34 commit 0a655d2
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 34 deletions.
4 changes: 0 additions & 4 deletions changelog.d/20231205_155419_kurtmckee_rm_symlinks.rst

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231212_173724_sirosen_deprecate_validate.rst

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20231213_111925_sirosen_improved_url_handling.rst

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.34.0:

v3.34.0 (2024-01-02)
--------------------

Added
~~~~~

- Add the ``delete_protected`` field to ``MappedCollectionDocument``. (:pr:`920`)

Changed
~~~~~~~

- Minor improvements to handling of paths and URLs. (:pr:`922`)

- Request paths which start with the ``base_path`` of a client are now
normalized to avoid duplicating the ``base_path``.

- When a ``GCSClient`` is initialized with an HTTPS URL, if the URL does not
end with the ``/api`` suffix, that suffix will automatically be appended.
This allows the ``gcs_manager_url`` field from Globus Transfer to be used
verbatim as the address for a ``GCSClient``.

Deprecated
~~~~~~~~~~

- ``NativeAppAuthClient.oauth2_validate_token`` and
``ConfidentialAppAuthClient.oauth2_validate_token`` have been deprecated, as
their usage is discouraged by the Auth service. (:pr:`921`)

Development
~~~~~~~~~~~

- Migrate from a CHANGELOG symlink to the RST ``.. include`` directive. (:pr:`918`)

- Tutorial endpoint references are removed from tests and replaced with
bogus values. (:pr:`919`)

.. _changelog-3.33.0.post0:

v3.33.0.post0 (2023-12-05)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ filterwarnings = [
version = "literal: src/globus_sdk/version.py: __version__"
format = "rst"
output_file = "changelog.rst"
entry_title_template = 'v{{ version }} ({{ date.strftime(\"%Y-%m-%d\") }})'
entry_title_template = 'v{{ version }} ({{ date.strftime("%Y-%m-%d") }})'
rst_header_chars = "-~"
categories = [
"Python Support",
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.33.0.post0"
__version__ = "3.34.0"

0 comments on commit 0a655d2

Please sign in to comment.