Skip to content

Commit

Permalink
Bumping release to v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orodeh committed May 14, 2020
1 parent 9329636 commit 3eb8cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
MaxDirSize = 10 * 1000
MaxNumFileHandles = 1000 * 1000
NumRetriesDefault = 3
Version = "v0.22.1"
Version = "v0.22.2"
)
const (
InodeInvalid = 0
Expand Down

0 comments on commit 3eb8cea

Please sign in to comment.