Wallaby Series Release Notes¶
3.6.0¶
Upgrade Notes¶
Code accessing the
cookiejar
must usesession.client.cookiejar
instead of the previoussession.client.options.transport.cookiejar
, because with this spec we switch the backing SOAP library and different libraries have different locations for their transport and cookiejar objects.
3.5.0¶
Upgrade Notes¶
ManagedObjectReference
’svalue
and_type
attributes must not be used anymore in depending projects. Instead,vim_util.get_moref_value()
andvim_util.get_moref_type()
have to be used, because with this spec we switch the backing SOAP library and different libraries have different representations of those attributes.
3.4.0¶
Bug Fixes¶
Incomplete VMDK upload during ImportVApp is falsely marked as successful leading to a corrupted VM.
3.0.0¶
Upgrade Notes¶
Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.
2.8.0¶
Other Notes¶
Switch to reno for managing release notes.