* Better errors when installation onto python2.6 is attempted (https://github.com/globus/globus-cli/pull/362[362]) * Improve validation of Endpoint `--network-use` (https://github.com/globus/globus-cli/pull/361[361])
Bugfixes:
* Generate delegate proxy certs using UTC, not local time (https://github.com/globus/globus-cli/pull/360[360])
1.2.1
Bugfixes:
* Improve handling of non-ascii user names (https://github.com/globus/globus-cli/pull/354[354])
1.2.0
Enhancements:
* Allow enabling or disabling the "managed" state of an endpoint via the `--managed`, `--no-managed`, and `--subscription-id` options to the `globus endpoint update` command.
* Handle "control-c" interrupts while doing the browser based login flow. (https://github.com/globus/globus-cli/pull/320[320])
1.1.1
Enhancements:
* Use the `cryptography` package instead of `M2Crypto` for the `delegate-proxy` feature. ** Note: If you are using the `delegate-proxy` feature and previously installed the CLI along with `M2Crypto`, you will need to activate the CLI's virtualenv and install the `cryptography` dependency:
* Add Delegate Proxy Activation to 'globus endpoint activate' (requires M2Crypto for options to be displayed) (https://github.com/globus/globus-cli/pull/306[306]) * Allow 'globus bookmark rename' and 'globus bookmark delete' to accept either a bookmark name or id. (https://github.com/globus/globus-cli/pull/292[292]) * Validate tokens upon login. (https://github.com/globus/globus-cli/pull/286[286]) * Raise more helpful error messages on missing / invalid tokens. (https://github.com/globus/globus-cli/pull/299[299]) * Display additional helptext with 'globus login'. (https://github.com/globus/globus-cli/pull/289[289]) * Display additional fields with 'globus task show'. (https://github.com/globus/globus-cli/pull/301[301]) * Make conflicting filters mutually exclusive in 'globus task event-list' (https://github.com/globus/globus-cli/pull/294[294])
Bugfixes:
* Fix broken links in the docs. (https://github.com/globus/globus-cli/pull/305[305]) * Update Six dependency to >=1.10.0 to meet SDK requirements. (https://github.com/globus/globus-cli/pull/285[285])