- Bugfix to
force_remote=
inlist_projects()
,list_assets()
andlist_versions()
.
- Added
create=
option toallocate_upload_directory()
to only return a name without creating the directory.
- Added
consume=
option inupload_directory()
to allow staging files to be moved into the registry. - Added
ignore_dot=
option inupload_directory()
to indicate whether dotfiles should be ignored.
- Added the
reroute_links()
function to support link rerouting. - Respect process-level umask when creating temporary files in the staging directory.
- Enable setting/getting of asset-level permissions in
set_permissions()
andfetch_permissions()
. - Added the
force=
option to forcibly remove directories inremove_asset()
,remove_version()
andreject_probation()
. - Bugfix for handling relative links in
upload_directory()
.
- Added the
reindex_version()
function.
- Added
fetch_file()
utility to fetch individual files from the registry. - Added the
global_write=
option toset_permissions()
to enable global writes. - Preserve relative links in the upload directory in
upload_directory()
. - Added an
unpack_path()
utility to return project/asset/version information from a path to a Gobbler resource.
- New release of the Gobbler.