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 Nov 1, 2023
1 parent 8ec0510 commit c0e44cb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 26 deletions.
19 changes: 0 additions & 19 deletions changelog.d/20231027_012754_sirosen_timers_v2.rst

This file was deleted.

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.31.0:

v3.31.0 (2023-11-01)
--------------------

Added
~~~~~

- Add support for the new Transfer Timer creation method, in the form of a
client method, ``TimerClient.create_timer``, and a payload builder type,
``TransferTimer`` (:pr:`887`)

- ``create_timer`` only supports dict data and ``TransferTimer``, not the
previous ``TimerJob`` type

- Additional helper classes, ``RecurringTimerSchedule`` and
``OneceTimerSchedule``, are provided to help build the ``TransferTimer``
payload

- Request encoding in the SDK will now automatically convert any ``uuid.UUID``
objects into strings. Previously this was functionality provided by certain
methods, but now it is universal. (:pr:`892`)

Deprecated
~~~~~~~~~~

- Creation of timers to run transfers using ``TimerJob`` is now
deprecated (:pr:`887`)

.. _changelog-3.30.0:

v3.30.0 (2023-10-27)
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.30.0"
__version__ = "3.31.0"

0 comments on commit c0e44cb

Please sign in to comment.