2025.1 Series Release Notes¶
5.4.1¶
Bug Fixes¶
Fixed Bug #2057951: The manila python client previously ignored the “region_name” parameter when initializing a client session. This caused the client to use wrong API endpoint in multi-region deployments. The client now correctly respects the “region_name” value ensuring requests are routed to the intended region
Fixed an issue while running ensure shares and getting a not found response. The command should now work properly.
Fixed an issue where the
share group updatecommand (and the underlyingshare_groups.update()python binding) was missing the experimental API flag. The client now correctly treats this action as experimental and sends the required headers. (Bug 2132937)
5.3.0¶
New Features¶
The
access_levelattributes of share access rule (of access typeip) can be updated with API version2.88and beyond.
5.2.0¶
New Features¶
Starting from API version 2.86, it is possible to run ensure shares on a given manila-share host, in order to update the shares information.
5.1.0¶
New Features¶
Adds support to set and unset share export location properties (only with the OpenStackClient).
Upgrade Notes¶
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .