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 Apr 14, 2023
1 parent baf4616 commit 47e5791
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/20230321_152951_aaschaer_include.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20230412_031824_sirosen_finish_doc_refactor.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20230412_144457_sirosen_fix_type_error.rst

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20230413_105535_sirosen_response_like_protocol.rst

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.19.0:

v3.19.0 (2023-04-14)
--------------------

* Added ``FlowsClient.update_flow(...)`` (:pr:`710`)

* Support passing "include" as a transfer ``filter_rule`` method (:pr:`712`)

* Documentation for client methods has been improved to more consistently
format and display examples and other information (:pr:`714`)

* The return type of ``AuthClient.get_identities`` is now correctly annotated as
an iterable type, ``globus_sdk.GetIdentitiesResponse`` (:pr:`716`)

* Make the request-like interface for response objects and errors more uniform. (:pr:`715`)

* Both ``GlobusHTTPResponse`` and ``GlobusAPIError`` are updated to ensure
that they have the following properties in common: ``http_status``,
``http_reason``, ``headers``, ``content_type``, ``text``

* ``GlobusAPIError.raw_text`` is deprecated in favor of ``text``

* ``GlobusHTTPResponse`` and ``GlobusAPIError`` have both gained a new
property, ``binary_content``, which returns the unencoded response data as
bytes

.. _changelog-3.18.0:

v3.18.0 (2023-03-16)
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.18.0"
__version__ = "3.19.0"

0 comments on commit 47e5791

Please sign in to comment.