forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
58 lines (51 loc) · 2.81 KB
/
ChangeLog.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2013-01-10 Version 0.8.0 (prerelease)
* Migrate to using httplib on Windows. This is now the default, unless a
Windows Certificate Store management certificate is used. Make sure to use
CPython 2.7.4 or later when using OpenSSL .pem certificates on Windows.
* Added high-level functions to upload/download blobs with chunking and progress notifications
* Added support for Python 3.3
* Updated storage API to 2012-02-12
- Adds more lease functionality
- Adds cross-storage account copy
- Adds a helper function make_blob_url to pass to copy_blob for x_ms_copy_source
* Fixes WindowsAzureConflictError and WindowsAzureMissingResourceError to properly set the error message, and use the additional info returned by the server
* Fixes for bugs:
#125 Label for VM Deployment should not be b64 encoded (thanks to jeffmendoza).
#121 In blob storage, put_page, x-ms-if-sequence-number-lte header should be x-ms-if-sequence-number-le
2013-11-06 Version 0.7.1
* Fixes for bugs:
#118 Proxy doesn't support specifying credentials
#117 Service bus authorization code doesn't go through the proxy server
#108 Create VM, Administrator Password Base-64 Encoding
#106 Why isn't setup.py in the root of the project?
#96 Change default connection protocol to https
2013-07-08 Version 0.7.0
* Added service bus management API
* Added support for list blobs delimiter (for easier hierarchical listings)
* Fixes for bugs:
#90 get_blob_metadata returns more than the metadata (also get_container_metadata and get_queue_metadata)
#87 Proxy support for *NIX systems
#86 Fix capitalization in the 'Fingerprint' tag for XML of serialization of SSH keys configuration
#83 Fixed an issue that prevented the creation of endpoints for a VM
#80 Error deserializing datetime value from Table Store
#79 Specify VirtualNetworkName when creating Virtual Machine
* Cleanup of imports
* Renamed some private functions that weren't starting with an underscore
* Removed code generator (it's now obsolete, we make changes directly in the Python sources)
Thank you to timanovsky, sebhomengo, pneumee, ogrisel, 0xc0decafe and apatard for their bug reports and fixes.
2013-03-20 Version 0.6.2
* Fixes for bugs:
#75 crash on python 2.7 x64 windows
#73 _convert_query_string return a wrong query string parameter
2012-12-17 Version 0.6.1
* Fixes for bugs:
#69 _get_readable_id doesn't support queues with slashes in their names
#68 Service bus cache of tokens doesn't support multiple creds in same app
#66 Need to change the default timeout for httprequest on windows
* Improved support for unicode data
2012-10-16 Version 0.6.0
* Added service management API
* Added ability to specify custom hosts
* Added proxy server support (HTTP CONNECT tunneling)
2012-06-06 Version 0.5.0
* Initial Release