Skip to content

Commit

Permalink
Fix release: add changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 22, 2022
1 parent fde8262 commit 3ae5b90
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 32 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20221108_234645_sirosen_add_local_gcs.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221116_154844_aaschaer_ls_filter.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20221116_231204_sirosen_bugfix_annotation.rst

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20221121_232003_sirosen_yank_scope_parsing.rst

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.15.0:

v3.15.0 (2022-11-22)
--------------------

* Scope Names can be set explicitly in a ``ScopeBuilder`` (:pr:`641`)

* Introduced ``ScopeBuilder.scope_names`` property (:pr:`641`)

* Fixed SpecificFlowClient scope string (:pr:`641`)

* Improve the ``__str__`` implementation for ``OAuthTokenResponse`` (:pr:`640`)

* When ``GlobusHTTPResponse`` contains a list, calls to ``get()`` will no
longer fail with an ``AttributeError`` but will return the default value
(``None`` if unspecified) instead (:pr:`644`)

* Add support for ``interpret_globs`` and ``ignore_missing`` to ``DeleteData`` (:pr:`646`)

* A new object, ``globus_sdk.LocalGlobusConnectServer`` can be used to inspect
the local installation of Globus Connect Server (:pr:`647`)

* The object supports properties for ``endpoint_id`` and ``domain_name``

* This only supports Globus Connect Server version 5

* The filter argument to TransferClient.operation_ls now accepts a list to pass
multiple filter params (:pr:`652`)

* Fix a bug in the type annotations for transport objects which restricted the
size of status code tuples set as classvars (:pr:`651`)

* Improvements to ``MutableScope`` objects (:pr:`654`)

* ``MutableScope(...).serialize()`` is added, and ``str(MutableScope(...))`` uses it

* ``MutableScope.add_dependency`` now supports ``MutableScope`` objects as inputs

* The ``optional`` argument to ``add_dependency`` is deprecated.
``MutableScope(...).add_dependency(MutableScope("foo", optional=True))``
can be used to add an optional dependency

* ``ScopeBuilder.make_mutable`` now accepts a keyword argument ``optional``.
This allows, for example, ``TransferScopes.make_mutable("all", optional=True)``

.. _changelog-3.14.0:

v3.14.0 (2022-11-01)
Expand Down

0 comments on commit 3ae5b90

Please sign in to comment.