CHANGELOG

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 create command

v0.7.0 (beta)

  • Add globus-search index role create command
  • Add globus-search index role delete command
  • Remove globus-search show-index

v0.6.0 (beta)

  • Remove globus-search query-template commands and --query-template option from globus-search query
  • Rename globus-search show-index to globus-search index show
    • show-index is being kep for one version only, but it is deprecated and hidden from globus-search --help output
  • Add globus-search index list to list indices where you have permissions
  • Add globus-search index role list to list roles on an index (requires that you have admin)

v0.5.2 (beta)

  • Fix #4, in which globus-search ingest did 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... escapes
  • ascii-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 --advanced and --bypass-visible-to flags 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