You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Configuration Breakingdata_operation and data_transfer settings are now configurable independently for each cluster.
⚠️ Configuration Breakingdatatransfer_jobs_directives setting is now under data_operation.
Fixed
⚠️ API Breaking Fix transfer directives serialization, now properties names are properly camelcased (see issue: #162).
Returns an error if the transfer_method chosen for large data transfer is not available.
Documentation about streamer and wormhole data trasnfer methods
buffer_limit for /filesystem/<system>/ops/* operation is now adapted to the value of settings.data_operation.max_ops_file_size (it was set to the value by default of 5MB)
Updated Demo launcher configuration
Fix error for PBS jobs when no nodes are assigned to it.
Handle job arrays in PBS. Job IDs will be strings, and not integers anymore in the API responses.
Remove hardcoded jfrog link from the wormhole download endpoint.