Rocky Series Release Notes¶
3.6.1¶
Bug Fixes¶
- Fixed an issue introduced in 3.5.0 where re-uploading an SLO with the same size, mtime, and segment size would delete all of the just-uploaded segments. 
3.6.0¶
New Features¶
- Add the - --promptoption for the CLI which will cause the user to be prompted to enter a password. Any password otherwise specified by- --key,- --os-passwordor an environment variable will be ignored.
- Added bash completion support to the - swiftCLI. Enable this by sourcing the included- tools/swift.bash_completionfile. Make it permanent by including this file in the system’s- /etc/bash_completion.ddirectory.
- Add ability to generate a temporary URL with an IP range restriction. TempURLs with IP restrictions are supported are Swift 2.19.0 or later. 
- The client.py SDK now supports a - query_stringoption on the- head_object()method. This is useful for finding information on SLO/DLO manifests without fetching the entire manifest.
- The client.py SDK now respects - region_namewhen using sessions.
- Added a - .close()method to an object response, allowing clients to give up on reading the rest of the response body, if they so choose.
- Fixed a bug where using - --debugin the CLI with unicode account names would cause a client crash.
- Make OS_AUTH_URL work in DevStack (for testing) by default. 
- Dropped Python 3.4 testing. 
- Various other minor bug fixes and improvements. 
