CHANGELOG¶
Warning
This tool is no longer supported. Users should migrate to the
globus-cli package and globus search commands.
Unreleased¶
v0.8.1 (beta)¶
Fix the group ID URNs used in
globus-search index role create --type group. These were written with the string:group:where:groups:was needed.
v0.8.0 (beta)¶
Update to use globus-sdk version 3
v0.7.2 (beta)¶
Security Fix: Fix issue in which token storage could have incorrect permissions, resulting in tokens being readable by other local users
v0.7.1 (beta)¶
Add
globus-search index createcommand
v0.7.0 (beta)¶
Add
globus-search index role createcommandAdd
globus-search index role deletecommandRemove
globus-search show-index
v0.6.0 (beta)¶
Remove
globus-search query-templatecommands and--query-templateoption fromglobus-search queryRename
globus-search show-indextoglobus-search index showshow-indexis being kep for one version only, but it is deprecated and hidden fromglobus-search --helpoutput
Add
globus-search index listto list indices where you have permissionsAdd
globus-search index role listto list roles on an index (requires that you have admin)
v0.5.2 (beta)¶
Fix #4, in which
globus-search ingestdid not properly handle--source-type=gmetalist. Thanks to @lukaszlacinski for reporting this!
v0.5.1 (beta)¶
By default, output UTF-8 data without using
\u...escapesascii-only data can be obtained by setting the environment variable,
GLOBUS_SEARCH_ENSURE_ASCII=1
v0.5.0 (beta)¶
Add support for delete-by-query
v0.4.1 (beta)¶
Fix #3, a bug with unauthenticated commands crashing before producing an unauthenticated client
v0.4.0 (beta)¶
The order of keys in JSON output will be sorted to remain stable
Add
--advancedand--bypass-visible-toflags to the query command
v0.3.0 (alpha)¶
Add the changelog
Add a ReadTheDocs documentation site
Remove support for python2
Switch token storage from config file to a sqlite DB in the user’s home directory. This will require users to re-login.
v0.2.4 (alpha)¶
Add support for setting a custom base URL (useful for testing)
Add support for Integration environment
v0.2.3 (alpha)¶
Bugfix for token revocation on logout
v0.2.2 (alpha)¶
Switch to using SDK methods for task commands
v0.2.1 (alpha)¶
Add show-index and task list commands
Autoformat all search-cli code
v0.2.0 (alpha)¶
Fix #1, a bug with unauthenticated commands
v0.1.0 (alpha)¶
Initial release