Skip to content

v3.50.0

Latest
Compare
Choose a tag to compare
@sirosen sirosen released this 14 Jan 23:31
· 23 commits to main since this release
3.50.0
63b49b1

Added

  • Subclasses of BaseClient may now specify base_url as class attribute. (#1125)

Fixed

  • Fixed an incorrect URL path in ComputeClient.get_task_batch. (#1117)

  • Fix a bug in StorageGatewayDocument which stored any allowed_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)