Skip to content

Commit

Permalink
Merge pull request #1003 from sirosen/release-3.29.0
Browse files Browse the repository at this point in the history
Release v3.29.0
  • Loading branch information
sirosen authored Jul 9, 2024
2 parents 40d7fa2 + 33662c5 commit dcc8aac
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 26 deletions.
26 changes: 26 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

// scriv-insert-here

== 3.29.0 (2024-07-09)

Enhancements:

* All commands now support a `--quiet` option which minimizes verbosity. For
most commands, this option will not change the default output, but
it will counteract the `-v/--verbose` option.

* Completion support has been added for inputs which are JSON strings or files.
These will autocomplete to filenames when possible, for users leveraging tab
completion.

* When `globus login` is run with the `--quiet` flag, it will print no output
if you are already logged in.

* `globus gcs collection list` can now return results in excess of the GCS default
page size; control over the number of results returned is available
via the `--limit` option.

Other:

* All support for Delegate Proxy Activation has been removed. This change
is part of removal of GCSv4 Activation Support. Users should not experience
any impact, as there are no longer any valid usages for Delegate Proxy
Activation.

== 3.28.3 (2024-06-14)

Bugfixes:
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20240614_150311_sirosen_add_quiet_option.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240620_202050_sirosen_quiet_login.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240626_141955_sirosen_remove_delegate_proxy.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.28.3"
__version__ = "3.29.0"

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down

0 comments on commit dcc8aac

Please sign in to comment.