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 Jul 18, 2023
1 parent e18c349 commit e435e6d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 24 deletions.
5 changes: 0 additions & 5 deletions changelog.d/20230714_175022_sirosen_add_list_runs.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.24.0:

v3.24.0 (2023-07-18)
--------------------

Added
~~~~~

- Add ``FlowsClient.list_runs`` as a method for listing all runs for the
current user, with support for pagination. (:pr:`782`)

- Add ``SearchClient`` methods for managing search index lifecycle:
``create_index``, ``delete_index``, and ``reopen_index`` (:pr:`785`)

Changed
~~~~~~~

- The enforcement logic for URLs in ``BaseClient`` instantiation has been
improved to only require that ``service_name`` be set if ``base_url`` is not
provided. (:pr:`786`)

- This change primarily impacts subclasses, which no longer need to set the
``service_name`` class variable if they ensure that the ``base_url`` is
always passed with a non-null value.

- Direct instantiation of ``BaseClient`` is now possible, although not
recommended for most use-cases.

.. _changelog-3.23.0:

v3.23.0 (2023-07-06)
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.23.0"
__version__ = "3.24.0"

0 comments on commit e435e6d

Please sign in to comment.