f83606e3e0
- Update to version 9.0.0.0 Bindings * Updated bindings with support for the new vSphere 9.0 APIs. Added * SoapStubAdapter and the connect.py wrappers now allows passing a serverPemCert parameter (9a8956f). * Added TOML config Changes * Dependency on pyOpenSSL is limited to '<24.3.0' because of breaking changes. * Dependency on "six" is removed Breaking changes * SoapAdapter.HTTPProxyConnection is removed (9a8956f). * SoapAdapter.SSLTunnelConnection is replaced by SoapAdapter._SSLTunnelConnection which inherits Python's standard HTTPSConnection (9a8956f). * SoapAdapter.UnixSocketConnection is replaced by SoapAdapter._UnixSocketConnection which inherits Python's standard HTTPConnection (9a8956f) * 'publicVersions' and 'dottedVersions' aliases are removed. Replaced by the 'ltsVersions' alias. * pyVmomi.VmomiSupport.VmomiJSONEncoder is replaced by pyVmomi.VmomiJSONEncoder.VmomiJSONEncoder. * pyVmomi.VmomiSupport.templateOf() is replaced by pyVmomi.VmomiJSONEncoder.templateOf(). * pyVmomi.ThumbprintMismatchException is replaced by pyVmomi.Security.ThumbprintMismatchException. * pyVmomi.SoapAdapter.ThumbprintMismatchException is replaced by pyVmomi.Security.ThumbprintMismatchException. * Settings: 'legacyThumbprintException' is removed.
Matej Cepl2025-06-18 13:14:34 +00:00
ddee8230b5
Accepting request 1284669 from devel:languages:python
Ana Guerrero2025-06-11 14:26:29 +00:00
c42c6c7253
Accepting request 1201616 from devel:languages:python
Ana Guerrero2024-09-17 16:19:40 +00:00
eaaddbaf0f
- Update to version 8.0.3.0.1 Bindings * Added support for vSAN Health APIs * Updated bindings with support for the new vSphere 8.0U3 APIs. * New features of vSphere 8.0U3 based on REST APIs are available via the vSphere Automation SDK for Python Type Hints * Added type stubs for vSAN APIs. * All type stubs are refactored. Added * Python 3.12 compatibility * Stub adapters allow the usage of an existing session. * Added pyVmomi version in the user-agent request header * Added certFile and certKeyFile attributes to SoapStubAdapter. * Added project wide variables to hold the current pyVmomi version, version_info and version_info_str * Added functions to VmomiSupport to list all types ListManagedTypes(), ListDataTypes(), ListEnumTypes(). Changes * Doc: Non-remote ManagedObject and DataObject methods are documented. * The support statement now reflects the Broadcom support policy. * Copyright switch from VMware to Broadcom. Breaking changes * sso.SsoAuthenticator.get_bearer_saml_assertion_gss_api() is removed. * SSLTunnelConnection is trimmed down to handle only tunnel connections. The code that handles remote proxy doubles the HTTPProxyConnection logic and therefore is removed. Deprecated
Markéta Machová2024-09-17 12:44:15 +00:00
860e490a9d
Accepting request 1166104 from devel:languages:python
Ana Guerrero2024-04-08 15:39:52 +00:00
4a2a5b55ee
Accepting request 1166055 from home:ojkastl_buildservice:Branch_devel_languages_python
Markéta Machová2024-04-08 08:12:53 +00:00