All Posts

Onedata 20.02.7 Released

Onedata 20.02.7 is out! In addition to stability and security improvements, this release introduces public Onezone REST endpoints for shares, improves the reliability of Oneclient, and adds an anonymous principal to ACL.
Version
Onedata 20.02.7
Released
March 23, 2021

What's New in Onedata 20.02.7

New features, improvements, optimizations, and fixes — see the full changelog below.

Full Changelog

  • VFS-7466 Fixed PyFilesystem opener entrypoint allowing to create OnedataFS instances in Python using urls of the form onedatafs://HOST:PORT?token=....
  • VFS-7294 Added publicly available REST endpoints for fetching information and data of shared files/directories. The data-related endpoints are offered by Onezone, which redirects to a suitable Oneprovider so that a guest user does not need any knowledge of the environment to access the data. Improved the Web GUI's shares view to present the public endpoints in an easy-to-use manner.
  • VFS-7280 Fixed page reload after Let's Encrypt certificate generation via Onepanel GUI.
  • VFS-7276 Improved handling of startup errors in Oneclient, including more graceful handling of various exceptions and more informative error messages including Oneclient and Oneprovider compatibility and invalid token issues.
  • VFS-7275 Improved Oneclient exception handling, including connection errors and invalid tokens.
  • VFS-7274 Added SIGTERM and SIGINT handlers to Oneclient, ensuring that after the oneclient process is stopped by some other process, the mountpoint is properly released.
  • VFS-7271 Fixed displaying shared space root directory name in GUI.
  • VFS-7256 Fixed OnedataFS token refresh, which caused disconnection from Oneprovider after the token expired.
  • VFS-7165 Add a workaround for Erlang's SSL implementation that would not reload server certificate chain when it is changed (e.g after Let's Encrypt certificate regeneration).
  • VFS-6638 Fixed handling duplicate clusters states on clusters list in GUI.
  • VFS-6566 Improved UX and fixed minor issues in share views Fixed inability to open share hosted by Oneprovider 19.02.x using Onezone 20.02.x.
  • VFS-6289 Add support for ANONYMOUS@ principal to ACL.