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
derek-globus committed Jan 29, 2024
1 parent f535e15 commit 1497223
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 25 deletions.
6 changes: 0 additions & 6 deletions changelog.d/20231218_161848_sirosen_fix_create_policy.rst

This file was deleted.

13 changes: 0 additions & 13 deletions changelog.d/20240126_124046_derek_missing_session_params.rst

This file was deleted.

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.35.0:

v3.35.0 (2024-01-29)
--------------------

Added
~~~~~

- Added a `session_required_mfa` parameter to the `AuthorizationParameterInfo` error
info object and `oauth2_get_authorize_url` method (:pr:`939`)

Changed
~~~~~~~

- The argument specification for ``AuthClient.create_policy`` was incorrect.
The corrected method will emit deprecation warnings if called with positional
arguments, as the corrected version uses keyword-only arguments. (:pr:`936`)

Deprecated
~~~~~~~~~~

- ``TransferClient.operation_symlink`` is now officially deprecated and will
emit a ``RemovedInV4Warning`` if used. (:pr:`942`)

Fixed
~~~~~

- Included documentation in `AuthorizationParameterInfo` for `session_required_policies`
(:pr:`939`)

.. _changelog-3.34.0:

v3.34.0 (2024-01-02)
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.34.0"
__version__ = "3.35.0"

0 comments on commit 1497223

Please sign in to comment.