Skip to content

Tags: arpitjain799/pyvmomi

Tags

v8.0.0.1.2

Toggle v8.0.0.1.2's commit message
Bump PyPI version to 8.0.0.1.2

v8.0.0.1.1

Toggle v8.0.0.1.1's commit message
Update VIM namespace for the next vSphere 8.0 patch release

v8.0.0.1

Toggle v8.0.0.1's commit message
Major pyVmomi update for vSphere 8.0

# Breaking changes:
- Minimum Python 2 requirement is 2.7.9
- DynamicTypeManagerHelper.py is removed
- ManagedMethodExecutorHelper.py is removed
- connect.ConnectNoSSL() and connect.SmartConnectNoSSL() are removed.
  Use connect.Connect(disableSslCertValidation=True) and connect.SmartConnect(disableSslCertValidation=True)
- VmomiSupport.UncallableManagedMethod is renamed to VmomiSupport.UnknownManagedMethod

# New modules:
Security.py
A new module is added to handle thumbprint verification.
There is a predefined set of available crypto functions to verify the certificate thumbprints.
Its possible to configure during runtime which of the available crypto functions are allowed.

Feature.py
A new module related to pyVmomi development within VMware.

VmomiJSONEncoder.py
The VmomiJSONEncoder is moved into a dedicated module.

# More changes:
- A new 'binaryIsBytearray' setting is added to select the base type for the binary type. By default, the binary type is 'str' for Python 2 and 'bytes' for Python 3. If binaryIsBytearray is True, the binary type for Python 2 is set to 'bytearray'. Required for VmomiJSONEncoder to work properly.
- The license note is removed from the Python files. LICENSE.txt holds the Apache 2 license note.
- pyVmomi now uses relative imports
- Dependency on “requests” is removed
- Added support for SAML token authentication
- Added timeout for HTTP requests
- Added option to set the maximum amount of time a task is allowed to run. On timeout, an exception is generated if raiseOnError is True.
- Add option to get all updates for the task.
- Add option to use a logger instead of the standard output
- Various bug fixes
- Code style improvements

# Deprecated:
- connect.OpenUrlWithBasicAuth()
- connect.OpenPathWithStub()

v7.0.3

Toggle v7.0.3's commit message
Bump PyPI package version to 7.0.3

v7.0.2

Toggle v7.0.2's commit message
Update pyVim/connect copyright

v7.0.1

Toggle v7.0.1's commit message
Add bindings for vSphere 7.0u1 (7.0.1.0)

v7.0

Toggle v7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bindings updates for vSphere 7.0 support (vmware#888)

Updated Python deprecation link format

Removed an API

Co-authored-by: Pavan Bidkar <pbidkar@pbidkar-a01.vmware.com>

6.7.3

Toggle 6.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes to update new vSphere release 67U3 (vmware#835)

* Resolved conflicts

* Updated README as per review comments.

* Updated README in Python Support section

* Updated README as per review comments.

v6.7.1.2018.12

Toggle v6.7.1.2018.12's commit message
Deleting deprecated Docs folder. Updating release version in setup.py

v6.7.1

Toggle v6.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
vSphere 6.7 Update1 Release (vmware#731)