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 Feb 7, 2023
1 parent 3d472b0 commit 7c84a32
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 20 deletions.
1 change: 0 additions & 1 deletion changelog.d/20230124_141218_ada_revise_timer_example.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20230125_004144_sirosen_add_transfer_example.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 30 additions & 0 deletions docs/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.16.0:

v3.16.0 (2023-02-07)
--------------------

* Fix the Timer code example (:pr:`672`)

* New documentation examples for Transfer Task submission in the presence of
``ConsentRequired`` errors (:pr:`673`)

* Improved GCS Collection datatype detection to support ``collection#1.6.0``
and ``collection#1.7.0`` documents (:pr:`675`)

* ``guest_auth_policy_id`` is now supported on ``MappedCollectionDcoument``

* ``user_message`` strings over 64 characters are now supported

* Allow UUID values for the ``client_id`` parameter to ``AuthClient`` and its
subclasses (:pr:`676`)

* The ``session_required_policies`` attribute of ``AuthorizationInfo`` is now
parsed as a list of strings when present, and ``None`` when absent. (:pr:`678`)

* ``globus_sdk.ArrayResponse`` and ``globus_sdk.IterableResponse`` are now
available as names. Previously, these were only importable from
``globus_sdk.response`` (:pr:`680`)

* ``ArrayResponse`` and ``IterableResponse`` have better error behaviors when
the API data does not match their expected types (:pr:`680`)

.. _changelog-3.15.1:

v3.15.1 (2022-12-13)
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.15.1"
__version__ = "3.16.0"

0 comments on commit 7c84a32

Please sign in to comment.