Skip to content

Commit ba74db9

Browse files
committed
prepare release v0.9.4
1 parent 511f35c commit ba74db9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

debian/changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
python-linstor (0.9.3-1) experimental; urgency=medium
229

330
[ Gabor Hernadi ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.9.3"
1+
VERSION = "0.9.4"
22

33
from .linstorapi import ApiCallResponse, ErrorReport
44
from .linstorapi import Linstor, MultiLinstor

0 commit comments

Comments
 (0)