Skip to content

Releases: dmsimard/python-cephclient

python-cephclient v0.1.0.5

11 Mar 14:58

Choose a tag to compare

Release notes are available in the README.

python-cephclient v0.1.0.4

01 Feb 16:12

Choose a tag to compare

Release notes are available in the README.

python-cephclient v0.1.0.3

31 Jan 01:08

Choose a tag to compare

Release notes are available in the README.

python-cephclient v0.1.0.2

18 Jan 20:58

Choose a tag to compare

Release notes are available in the README.

python-cephclient v0.1.0.1

12 Jan 20:25

Choose a tag to compare

This marks the first ever release of of python-cephclient.

The version scheme will be as follows:

ceph-rest-api version (e.g, /api/v0.1) <-- API version 0.1
python-cephclient version (e.g, 0.1)
It means that this is the version 0.1 of python-cephclient for api v0.1.

While not yet complete, most GET calls are available.
Unavailable GET calls will yield a FunctionNotImplemented exception.

No PUT requests have been implemented at all yet.