diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4cde6e2..7681f1b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## v0.22.2 +- Use `/system/findDataObjects` route for bulk object describe calls, this significantly improves performance + when the user has access to many projects. + ## v0.22.1 - Re-adding support for the `uid` and `gid` command line flags. - Allowing the older use of mounting with `sudo`, although, this is discouraged. The new command: diff --git a/util.go b/util.go index 3d5573f..37789d5 100644 --- a/util.go +++ b/util.go @@ -29,7 +29,7 @@ const ( MaxDirSize = 10 * 1000 MaxNumFileHandles = 1000 * 1000 NumRetriesDefault = 3 - Version = "v0.22.1" + Version = "v0.22.2" ) const ( InodeInvalid = 0