Releases: globus/globus-sdk-python
Releases · globus/globus-sdk-python
v1.5.0
- Add support for retrieving a local Globus Connect Personal endpoint's UUID (#276)
- Fix bug in search client parameter handling (#274)
v1.4.1
- Send
Content-Type: application/json
on requests with JSON request bodies (#266)
- Support connection timeouts. Default timeout of 60 seconds (#264)
v1.4.0
- Access token response data by way of scope name (#261)
- Make
cryptography
a strict requirement, globus-sdk[jwt] is no longer necessary (#257, #260)
- Simplify OAuthTokenResponse.decode_id_token to not require the client as an argument (#255)
- Add (beta) SearchClient class (#259)
v1.3.0
- Improve error message when installation onto python2.6 is attempted (#245)
- Raise errors on client instantiation when
GLOBUS_SDK_ENVIRONMENT
appears to be invalid, support GLOBUS_SDK_ENVIRONMENT=preview
(#247)
v1.2.2
- Allow client classes to accept
base_url
as an argument to __init__()
(#241)
- Fix packaging to not include testsuite (#232)
- Improve docs on
TransferClient
helper classes (#231, #233)
v1.2.1
- Use PyJWT instead of python-jose for JWT support (#227)
v1.2.0
-
[NEW FEATURE] Add Transfer symlink support (#218)
-
[BUGFIX] Better handle UTF-8 inputs #208
-
[BUGFIX] Fix endpoint manager resume #224
-
Doc Updates & Minor Improvements
v1.1.1
- [BUGFIX] Use correct paging style when making
endpoint_manager_task_list
calls (#210).
v1.1.0
- Add endpoint_manager methods to TransferClient (#191, #199, #200, #201, #203)
- Change "identities_set" to "identity_set" for token introspection (#163)
- Fix docs references to oauth2_start_flow_* (#190)
- Support iterable requested_scopes everywhere (#185)
- Add python 3.6 to supported platforms (#180)
- Remove "Beta" from docs (#179)
- Update dev status classifier to 5, prod (#178)
- Numerous improvements to testsuite
v1.0.0
- Adds
AuthAPIError
with more flexible error payload handling. (#175)