Releases: LINBIT/linstor-api-py
Releases · LINBIT/linstor-api-py
v1.0.9
python-linstor 1.0.9
- High level API resource groups object
- Removed swordfish support
- Added resource groups query-max-volume-size
v1.0.7
python-linstor
- Fix high-lvl API Resource.activate() status checking was incorrect for newer Linstor versions
v1.0.6
python-linstor 1.0.6
- Fixed modify passphrase API call (used wrong method)
- Add node info properties
v1.0.4
python-linstor 1.0.4
- Add resource group support for high level API
- Add controller filter support
v1.0.2
python-linstor 1.0.2
- Added strict SSL certificate check
- Fixed snapshots flag access if None
- Fixed race condition while deleting resource definitions
- Fixed high-level API deleting snapshots on node deactivate
v1.0.0
python-linstor 1.0.0
- Added resource groups/volume groups methods
v0.9.9
python-linstor 0.9.9
- Added *_raise version methods to all list methods
- Added HTTPS support
- Added authentication support for linstor
- Support new is_active field on net interfaces
v0.9.8
python-linstor 0.9.8
- Added: linstor.volume_modify method
- Fixed: None port output in curl-mode
v0.9.7
python-linstor 0.9.7
- Fixed: ApiCallResponse.is_error() didn't work if used with code argument
- Fixed: Correct import of ConfigParser in python2/3
- Code cleanup and docstring fixes