Added
- Subclasses of
BaseClient
may now specifybase_url
as class attribute. (#1125)
Fixed
-
Fixed an incorrect URL path in
ComputeClient.get_task_batch
. (#1117) -
Fix a bug in
StorageGatewayDocument
which stored anyallowed_domains
argument under an"allow_domains"
key instead of the correct key,"allowed_domains"
. (#1120)
Documentation
- Updated GlobusAppConfig docs to explain how to disable auto-login. (#1127)