Releases: EMCECS/python-ecsclient
Releases · EMCECS/python-ecsclient
1.1.8
- Make
existing_key
argument optional when creating secret key (#58)
1.1.7
- Implement alerts endpoint and add tests for capacity endpoint (#50)
- Add sizeunit argument to billing methods (#55)
1.1.6
- Support cluster nodes listing (#48) to unblock ECS Community Edition 3.1 release.
1.1.5
- Update python required modules to current versions (#44)
- Implement VDC keystore service (#41)
- Lock major versions; update minor versions (#46)
1.1.4
- Implements Password Group (Swift) service
1.1.3
- Fix and validate management user endpoint
1.1.2
- Fixes bug when logging out twice (#29, #30)
1.1.1
- 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
- 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
- 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