File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ python-linstor (0.9.4-1) experimental; urgency=medium
2+
3+ [ Rene Peinthor ]
4+ * output-v0: use allocated_size from volume
5+ * resource: add __repr__ for Resource and Volume
6+ * responses: add compatibility classes for Snapshot and SnapshotsResponse
7+ * resource: only override values if they are there
8+ * rest only python-linstor library
9+ * add curl mode
10+ * do not generate protobuf anymore
11+ * unittests: remove parse_host test
12+ * setup.py: read version string from __init__
13+ * linstorapi: send user agent header
14+ * linstorapi: remove unused _linstor_client field
15+ * linstorapi: improve connection error reporting
16+ * linstorapi: support and request gzip compression
17+ * add uuid data to v0 output
18+ * linstorapi: use /v1/views/storage-pools and pump MIN_REST_API_VERSION
19+ * common: use latest shared code
20+ * use resync-after fixed gendrbdoptions script
21+
22+ [ Roland Kammerer ]
23+ * README.md: add link to online API doc
24+ * README.md: use the more official names
25+
26+ -- Rene Peinthor <
[email protected] > Thu, 23 May 2019 08:37:34 +0200
27+
128python-linstor (0.9.3-1) experimental; urgency=medium
229
330 [ Gabor Hernadi ]
Original file line number Diff line number Diff line change 1- VERSION = "0.9.3 "
1+ VERSION = "0.9.4 "
22
33from .linstorapi import ApiCallResponse , ErrorReport
44from .linstorapi import Linstor , MultiLinstor
You can’t perform that action at this time.
0 commit comments