* Fix a bug with parsing object id from the URL in the response header which could occur in some rare conditions.
0.2.6
* Modify the connection class is it works with Libcloud 0.9.0 and above * Add new `test_existing_check` method
0.2.5
* Change apache-libcloud dependency version to be < 0.9.0
0.2.4
* Add __str__ method to validation error and latest alarm state class. * Add new test_notification and test_existing_notification method
0.2.3
* Update parsing an object if from the Location header so it work with the new URLs which contain tenant ids. * Add missing 'target_hostname' kwargs to *_check methods.