Revision history for VMware-vCloudDirector2 0.108 2021-11-17 09:42:53+00:00 Europe/London - Minimal changes to make work with newer vCloud versions authentication changes. 0.107 2019-11-22 17:10:59+00:00 Europe/London - Add a fetch_link just like find_link - Inject href into objects that have this missing 0.106 2019-10-31 16:42:24+00:00 Europe/London - Added additional methods for building objects from lists of things within an object - see build_sub_sub_objects (and vCloud has several inconsistant ways of packaging these). 0.105 2019-10-23 15:57:47+01:00 Europe/London - Convert blessed objects as we create JSON documents - Add GET_hash method to Objects and Links - Sometimes objects are returned without a type field! 0.104 2019-09-10 17:17:11+01:00 Europe/London - Give more clues when there is an error returned - Improve path generation for admin objects - Refetch object now forces links to be regenerated 0.103 2019-09-09 14:33:32+01:00 Europe/London - Ensured that fetch_admin_object works correctly 0.102 2019-09-06 16:47:38+01:00 Europe/London - Links may have a null or missing type (ie delete links) 0.101 2019-09-06 15:48:38+01:00 Europe/London - Move links up to Object level and return lists rather than references - Add Object attribute to the Error object - Fixed bug in link fetching - Added a find_link method that returns one matching link or throws error - Mechanism to get admin object for a standard object - Junked the ObjectContent class and do everything within Object - Fixed some fetch bugs which were covered over in ObjectContent 0.100 2019-09-05 16:12:29+01:00 Europe/London - Converted to JSON API - quite a lot of internal hash structure changes due to this. - Partially converted test suite (incomplete) - Fixed the fact that all of the write methods (PUT, POST, DELETE) could never have worked. At all. Really! - Initial release so can go on with this as work-in-progress VMware-vCloudDirector version 0.008 cloned and reworked.