deb-python-hplefthandclient/docs/changelog.rst
Anthony Lee cf83528ae9 Documentation fixes
Fixed various typos/errors/missing pages in the documentation.

Change-Id: Ia254d472780434b159c08a8bd11004914ea9dfbc
2014-12-12 16:19:05 -08:00

791 B

Changelog

Changes in Version 1.0.0

  • First implementation of the REST API Client

Changes in Version 1.0.1

  • Updated the REST API Client to be Python 3.0 compliant

Changes in Version 1.0.2

  • Added support for query parameter in getVolume

Changes in Version 1.0.3

  • Added missing Flask imports so that running unit tests against the mock LHOS pass
  • Added new API
    • Find Server Volumes
  • Updated the mock Flask server to support server API calls.
  • Added unit tests for server API calls.
  • Added a volume unit test that makes sure that volumes are created with the correct size.
  • Added support for PEP8 checks with tox.
  • Fixed various typos in the documentation.