Xena Series Release Notes

3.6.0

Upgrade Notes

  • Code accessing the cookiejar must use session.client.cookiejar instead of the previous session.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’s value and _type attributes must not be used anymore in depending projects. Instead, vim_util.get_moref_value() and vim_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.