Skip to content

22.03.8

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 15:19
· 1674 commits to main since this release
22.03.8

Breaking Changes

  • The manager API version is updated to v6.20220615. (#484)

Features

  • Add optional handling of encrypted request payloads to webserver for environments without SSL termination for clients (#484)

Fixes

  • Skip measuring the stat for an agent registry item if it has not yet assigned container ID to prevent the occasional unhandled UnboundLocalError. (#478)
  • Fix missing str to UUID conversion for vfid parameters in get_quota and set_quota manager-facing APIs in the storage proxy (#487)
  • Add default value for is_dir parameter at rename_file function described in storage-proxy API (#488)
  • Do not delete a virtual folder if there are other folders with the same name (in other folder hosts) and handle by new relevant exception, TooManyVFoldersFound, rather than blindly and dangerously deleting the first-queried one. (#492)

Full Changelog

Check out the full changelog until this release (22.03.8).