Releases: SpectraLogic/ds3_java_cli
Releases · SpectraLogic/ds3_java_cli
v3.5.1
This release includes the following changes:
- Adds the ability to capture Unix file ACLs and Permissions on put_object and put_bulk when the
--file-metadatacommand line flag is specified - Adds the ability to restore Unix file ACLs and Permissions on get_object and get_bulk when the
--file-metadatacommand line flag is specified - Updates the SDK to version 3.5.4
- Updates Guava to version 23.0
- Updates Guice to version 4.2.0
- Updates Gradle to version 4.7
v3.5.0
This release includes the following changes:
- Adds an option to the get_tapes command to specify a bucket
- Updated the minimum required Java version to Java 8
- Updated to the DS3 SDK version to 3.5.2
- Updated Guava to version 23
- Updated Apache Commons-CLI to 1.4
- Updated Jackson to 2.9.0
- Updated Joda-Time to 2.9.9
- Updated Commons-CSV to 1.5
- Updated Logback to 1.2.3
- Updated Gradle to 4.1
v3.4.0-RC1
This release includes the following changes:
- Updated ds3_java_sdk to version 3.4.0
- Added a
-b bucketNamefilter option to theget_tapesCLI command - Updated the output of the
get_tapesCLI command to report back the storage domain name instead of the storage domain id
v3.2.5-RC1
This release includes the following functional changes:
- Adds the
get_tapecommand - Adds more detailed options when specifying filters for get_detailed_objects
get_bulknow allows a user to specify multiple prefixes- Adds tape ejection information to the
get_tapescommand - Adds bucket name to the
get_objects_on_tapecommand - Updated error reporting and formatting
v3.2.4
This release includes the following changes:
- The
forceflag is now respected forput_bulkandput_objectcommands - The command
eject_storage_domainhas been added to eject tapes that are in a specific storage domain and bucket - Improved the way errors are reported and communicated back to the user
v3.2.3
v3.2.2
This release includes the following changes:
- Automatic network retries when putting data (up to 5 retries)
- Improved stream handling when parsing and formatting responses
- Added
get_detailed_objectsandget_detailed_objects_physicalwhich returns more detailed information about objects, and allows for filtering objects with a filter string. Additionally these commands support csv output with--output-format csv
v3.2.1
This release includes the following changes:
- Added
verify_tapecommand to schedule a single tape verify task for a tape specified with the-icommand line option - Added
get_suspect_objectscommand to return a list of all suspect objects. An optional--in-cachecommand line argument can be used to display only those suspect objects that are currently in cache - Added
get_suspect_blob_tapescommand to return a list of all suspect blobs on tape - Added
verify_poolcommand to schedule a single pool verify task for a pool specified with the-icommand line option - Added
verify_all_poolscommand to schedule verify tasks on every pool - Added
modify_data_pathcommand to update the data pathverify_last_percentproperty which is specified via a command line argument of the same name. This can be reset by setting the percent to 100. Note: This command can only be used with Black Pearl 3.2.2 or later - All verify operations respect the
--prioritycommand line flag get_objectandput_objectnow respect the--prioritycommand line flag- The
delete_jobcommand again defaults to non-force cancels
v3.2.0
This release is the first cli release targeting Black Pearl 3.2.x. The following changes are included in this release:
- Added
verify_all_tapescommand to start verify tape tasks - Added
--ignore-naming-conflictto theput_bulkcommand to not put files that have the same name and size - Added
get_cache_statecommand to get information on the Black Pearl cache - Added
get_capacity_summarycommand to get information on the Black Pearl storage capacity - Added
get_config_summarycommand to return information about the Black Pearl configuration - Added
get_data_path_backendcommand to return state information about the data path backend - Added
get_system_failurecommand to return any system failures - Improved the help menu to include better information on the available options
- Improved the help command so that it can take an optional argument of the command name to print out a more detailed description of each command
- Fixed a bug where user defined metadata on
put_objectwas being ignored - Updated to ds3_java_sdk 3.2.2