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
sirosen committed Aug 7, 2023
1 parent 6da1fce commit f6aed51
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
3 changes: 0 additions & 3 deletions changelog.d/20230629_093104_ada_add_session_error_support.rst

This file was deleted.

This file was deleted.

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.26.0:

v3.26.0 (2023-08-07)
--------------------

Added
~~~~~

- New components are introduced to the experimental subpackage. See the SDK
Experimental documentation for more details.

- Add tools which manipulate Globus Auth Requirements error data.
``globus_sdk.experimental.auth_requirements_error`` provides a data
container class, ``GlobusAuthRequirementsError``, and functions for
converting and validating data against this shape. (:pr:`768`)

- Introduce an experimental Globus Auth scope parser in
``globus_sdk.experimental.scope_parser`` (:pr:`752`)

Changed
~~~~~~~

- The ``scopes`` class attribute of ``SpecificFlowClient`` is now specialized
to ensure that type checkers will allow access to ``SpecificFlowClient``
scopes and ``resource_server`` values without ``cast``\ing. The value used is
a specialized stub which raises useful errors when class-based access is
performed. The ``scopes`` instance attribute is unchanged. (:pr:`793`)

.. _changelog-3.25.0:

v3.25.0 (2023-07-20)
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.25.0"
__version__ = "3.26.0"

0 comments on commit f6aed51

Please sign in to comment.