forked from psphere-project/psphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
43 lines (33 loc) · 1.59 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Version 0.5.2
-------------
(bugfix release, released on April 5th 2013)
- Add an example showing how to list VMs on a host
- Add a new example of powering on many VMs at once
- Fix regression that calls _init_logging() and remove the function for good.
- Update references from bitbucket to github
- Merge bitbucket pull request: Pierre-Yves D Fixed error when setting extraOptions on VM creation
- Merge bitbucket pull request: Saju M 3cbdf636d068 Adding example get_filesize_by_path
- MANIFEST.in: s/README/README.rst
- Updated managed objects to include new objects in sphere 5.0
- When pre-loading objects, don't try and pre-load them when the requested attributed contains an empty list. fixes #7
- Replace print calls with logging calls. fixes issue 8
- Remove use of sys.exit and raise exceptions instead. fixes issue 8
- Use *args to pass log strings (efficiency, as log mesages won't be string formatted unless they're actually logged). Remove _init_logging to mak
- Convert Windows path to WSDL file to URI format
- Documentation updates
Version 0.5.1
-------------
(bugfix release, released on August 19th 2011)
Version 0.5.0
-------------
(major release, released on August 11th 2011)
- The API has completely changed, programs written for 0.1.4 will not work in
0.5.0 or later versions.
- Implements vSphere SDK 4.1
- All vSphere Managed Object's are implemented including all properties.
- Object properties are now lazily loaded on first access and cached for
5 minutes.
Version 0.1.4
-------------
Released on July 15th 2011
- Primitive release of psphere for Aeolus Project to package into Fedora.