Skip to content

Releases: EMCECS/python-ecsclient

1.1.8

09 Feb 09:15
Compare
Choose a tag to compare
  • Make existing_key argument optional when creating secret key (#58)

1.1.7

11 Dec 17:07
Compare
Choose a tag to compare
  • Implement alerts endpoint and add tests for capacity endpoint (#50)
  • Add sizeunit argument to billing methods (#55)

1.1.6

24 Oct 13:02
Compare
Choose a tag to compare
  • Support cluster nodes listing (#48) to unblock ECS Community Edition 3.1 release.

1.1.5

26 Sep 15:36
Compare
Choose a tag to compare
  • Update python required modules to current versions (#44)
  • Implement VDC keystore service (#41)
  • Lock major versions; update minor versions (#46)

1.1.4

07 Jun 15:33
Compare
Choose a tag to compare
  • Implements Password Group (Swift) service

1.1.3

05 Jun 12:40
Compare
Choose a tag to compare
  • Fix and validate management user endpoint

1.1.2

30 Mar 10:10
Compare
Choose a tag to compare
  • Fixes bug when logging out twice (#29, #30)

1.1.1

22 Mar 16:48
Compare
Choose a tag to compare
  • Adds support for bucket service (#24)
  • Fixes bug causing a token leak on non-200 response when validating the current token (#26)
  • Fixes bug when the token path contained a non-existent directory (#25)

1.1.0

06 Mar 15:03
Compare
Choose a tag to compare
  • Added ability to update VDCs
  • Added ability to add and remove storage pools from replication groups
  • Improved error information
  • Added support for data store service
  • Added support for secret keys service

1.0.0

21 Feb 11:38
Compare
Choose a tag to compare
  • Support for ECS v3 API
  • Client is now multi-version. The target API version is the first argument.
  • Enhanced library testing with functional tests and more unit tests
  • Many bug fixes and code refactors