Skip to content

Releases: LINBIT/linstor-api-py

v1.0.9

14 Jan 15:46
@rp- rp-
Compare
Choose a tag to compare

python-linstor 1.0.9

  • High level API resource groups object
  • Removed swordfish support
  • Added resource groups query-max-volume-size

v1.0.8

04 Dec 06:44
@rp- rp-
Compare
Choose a tag to compare

python-linstor 1.0.8

  • Add support for SPDK

v1.0.7

14 Nov 14:23
@rp- rp-
Compare
Choose a tag to compare

python-linstor

  • Fix high-lvl API Resource.activate() status checking was incorrect for newer Linstor versions

v1.0.6

07 Nov 14:32
@rp- rp-
Compare
Choose a tag to compare

python-linstor 1.0.6

  • Fixed modify passphrase API call (used wrong method)
  • Add node info properties

v1.0.4

24 Oct 14:05
@rp- rp-
Compare
Choose a tag to compare

python-linstor 1.0.4

  • Add resource group support for high level API
  • Add controller filter support

v1.0.2

11 Sep 06:37
@rp- rp-
Compare
Choose a tag to compare

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

08 Aug 12:47
@rp- rp-
Compare
Choose a tag to compare

python-linstor 1.0.0

  • Added resource groups/volume groups methods

v0.9.9

25 Jul 13:59
@rp- rp-
Compare
Choose a tag to compare

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

25 Jun 10:52
@rp- rp-
Compare
Choose a tag to compare

python-linstor 0.9.8

  • Added: linstor.volume_modify method
  • Fixed: None port output in curl-mode

v0.9.7

18 Jun 11:50
@rp- rp-
Compare
Choose a tag to compare

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