globus / globus-cli

A command line interface to Globus
https://docs.globus.org/cli
Apache License 2.0
74 stars 21 forks source link

Bump globus-sdk from 3.42.0 to 3.43.0 #1011

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps globus-sdk from 3.42.0 to 3.43.0.

Release notes

Sourced from globus-sdk's releases.

v3.43.0

Added

  • The TransferClient.task_list method now supports orderby as a parameter. (#1011)

Changed

  • The SQLiteTokenStorage component in globus_sdk.experimental has been changed in several ways to improve its interface. (#1004)

    • :memory: is no longer accepted as a database name. Attempts to use it will trigger errors directing users to use MemoryTokenStorage instead.

    • Parent directories for a target file are automatically created, and this behavior is inherited from the FileTokenStorage base class. (This was previously a feature only of the JSONTokenStorage.)

    • The config_storage table has been removed from the generated database schema, the schema version number has been incremented to 2, and methods and parameters related to manipulation of config_storage have been removed.

Documentation

  • Added a new experimental "Updated Examples" section which rewrites and reorders many examples to aid in discovery. (#1008)

  • GlobusApp, UserApp, and ClientApp class reference docs. (#1013)

  • Added a narrative example titled Using a GlobusApp detailing the basics of constructing and using a GlobusApp. (#1013)

  • Remove unwritten example updates from toctree. (#1014)

Changelog

Sourced from globus-sdk's changelog.

v3.43.0 (2024-07-25)

Added


- The ``TransferClient.task_list`` method now supports ``orderby`` as a
  parameter. (:pr:`1011`)

Changed

  • The SQLiteTokenStorage component in globus_sdk.experimental has been changed in several ways to improve its interface. (:pr:1004)

  • :memory: is no longer accepted as a database name. Attempts to use it will trigger errors directing users to use MemoryTokenStorage instead.

  • Parent directories for a target file are automatically created, and this behavior is inherited from the FileTokenStorage base class. (This was previously a feature only of the JSONTokenStorage.)

  • The config_storage table has been removed from the generated database schema, the schema version number has been incremented to 2, and methods and parameters related to manipulation of config_storage have been removed.

Documentation


-   Added a new experimental "Updated Examples" section which rewrites and reorders
    many examples to aid in discovery. (:pr:`1008`)
  • GlobusApp, UserApp`, and ClientApp`` class reference docs. (:pr:1013)

  • Added a narrative example titled Using a GlobusApp detailing the basics of
    constructing and using a GlobusApp. (:pr:1013)

  • Remove unwritten example updates from toctree. (:pr:1014)

.. _changelog-3.42.0:

Commits
  • ab89488 Bump version and changelog for release (#1015)
  • 013fa1c (actions) update PR references
  • 15eac03 Using a GlobusApp example doc (#1013)
  • 7618e5a (actions) update PR references
  • 610d5dd Remove unwritten example updates from toctree (#1014)
  • 893ff5e Added an 'Updated Example' for GCS Guest Collection Creation (#1012)
  • 56a3701 (actions) update PR references
  • 2574bd3 Merge pull request #1011 from sirosen/task-list-params
  • da69de5 Update src/globus_sdk/services/transfer/client.py
  • d3f493d Add example for TransferClient.task_list orderby
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)